|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EntityRegistry in livespace.services |
---|
Fields in livespace.services declared as EntityRegistry | |
---|---|
EntityRegistry |
EntityList.entities
|
EntityRegistry |
EntityContainer.entities
The entities being managed by the container. |
Methods in livespace.services with parameters of type EntityRegistry | |
---|---|
static void |
SizeSynchronizer.waitForEntities(EntityRegistry registry,
int requiredSize)
Shortcut to wait up to the default time (ENTITY_WAIT_TIMEOUT millis) for a given number of entities to arrive. |
static Entity |
SizeSynchronizer.waitForEntity(EntityRegistry registry)
Shortcut to wait up to the default time (ENTITY_WAIT_TIMEOUT millis) for a single entity to arrive. |
Constructors in livespace.services with parameters of type EntityRegistry | |
---|---|
EntityClient(Elvin elvin,
RoomEntity room,
String entityType,
EntityRegistry entities)
Create an instance within a given room scope (ie discovered entities are visible only to the current room). |
|
EntityContainer(Elvin elvin,
RoomEntity room,
EntityRegistry entities)
|
|
EntityServer(Elvin elvin,
RoomEntity room,
String entityType,
EntityRegistry entities)
Create an instance hosting entities within a given room scope (ie contained entities are visible only to the current room). |
|
PropertiesSynchronizer(EntityRegistry registry,
String[] paths,
Object[] values)
Use to wait for a set of properties to go to a set of specified values |
|
SizeSynchronizer(EntityRegistry registry,
int requiredSize)
Create a new instance. |
Uses of EntityRegistry in livespace.services.entities |
---|
Fields in livespace.services.entities declared as EntityRegistry | |
---|---|
EntityRegistry |
InfoRepositoryEntity.children
A registry of the children information repository entities. |
EntityRegistry |
ScreenSharing.connections
|
EntityRegistry |
DocumentLibraryEntity.documents
A registry of the documents this document library contains |
EntityRegistry |
InfoRepositoryEntity.queries
|
EntityRegistry |
ComputerEntity.videoOutputs
The video sources hosted by this computer. |
Uses of EntityRegistry in livespace.services.entities.meta_apps |
---|
Fields in livespace.services.entities.meta_apps declared as EntityRegistry | |
---|---|
EntityRegistry |
MetaApps.children
Registry of children |
EntityRegistry |
MetaAppElementGroup.children
List of media |
EntityRegistry |
MetaAppElement.children
|
EntityRegistry |
MetaApp.children
List of media |
Uses of EntityRegistry in livespace.services.entities.room_presentation |
---|
Fields in livespace.services.entities.room_presentation declared as EntityRegistry | |
---|---|
EntityRegistry |
RoomSchematicEntity.schematicItems
set of SchematicItem instance |
Methods in livespace.services.entities.room_presentation that return EntityRegistry | |
---|---|
EntityRegistry |
RoomPresentation.getSchematicItems()
Returns the list of SchematicItem instances representing entities within the livespace |
Uses of EntityRegistry in livespace.services.entities.sessions |
---|
Fields in livespace.services.entities.sessions declared as EntityRegistry | |
---|---|
EntityRegistry |
Sessions.playQueue
A registry of SessionEntity 's
that are to be played. |
Uses of EntityRegistry in livespace.services.entities.teamscope |
---|
Fields in livespace.services.entities.teamscope declared as EntityRegistry | |
---|---|
EntityRegistry |
EventCategory.events
|
EntityRegistry |
TeamscopeSession.eventTypes
|
EntityRegistry |
Trash.items
|
EntityRegistry |
TeamscopeSession.log
|
EntityRegistry |
Teamscope.projects
|
EntityRegistry |
TeamscopeProject.sessions
|
Uses of EntityRegistry in livespace.services.entities.vtc |
---|
Fields in livespace.services.entities.vtc declared as EntityRegistry | |
---|---|
EntityRegistry |
VTCEntity.calls
A registry of the CallEntity 's available on the vtc device |
EntityRegistry |
VTCEntity.cameras
A registry of the CameraEntity 's available on the vtc device |
EntityRegistry |
VTCEntity.directory
A registry of the DirectoryEntryEntity 's on the vtc |
EntityRegistry |
VTCEntity.pictureProgramLayouts
A registry of the PictureProgramLayoutEntity 's supported by the
vtc device |
EntityRegistry |
VTCEntity.pictures
A registry of the PictureEntity 's available on the vtc |
EntityRegistry |
VTCEntity.videoInputs
A registry of the VideoInputEntity 's to represent the video inputs
on the vtc device. |
EntityRegistry |
VTCEntity.videoOutputs
A registry of the VideoOutputEntity 's to represent the video outputs
on the vtc device. |
EntityRegistry |
VTCEntity.virtualMonitors
A registry of the VirtualMonitorEntity 's available on the vtc |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |