|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgPlace | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries |
Uses of CfgPlace in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgPlace | |
---|---|
CfgPlace |
CfgAgentInfo.getPlace()
A unique identifier of the
Place
assigned to this agent by default. |
CfgPlace |
CfgDeltaPlace.retrieveCfgPlace()
Read base CfgPlace configuration object caused this event. |
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgPlace | |
---|---|
java.util.Collection<CfgPlace> |
CfgDeltaPlaceGroup.getAddedPlaces()
A pointer to the list of identifiers of the places added to this group. |
java.util.Collection<CfgPlace> |
CfgDeltaPlaceGroup.getDeletedPlaces()
A pointer to the list of identifiers of the places deleted from this group. |
java.util.Collection<CfgPlace> |
CfgPlaceGroup.getPlaces()
A pointer to the list of identifiers of the
Places
that form this group. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgPlace | |
---|---|
void |
CfgAgentInfo.setPlace(CfgPlace value)
A unique identifier of the
Place
assigned to this agent by default. |
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgPlace | |
---|---|
void |
CfgPlaceGroup.setPlaces(java.util.Collection<CfgPlace> value)
A pointer to the list of identifiers of the
Places
that form this group. |
Uses of CfgPlace in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgPlace | |
---|---|
CfgPlace |
CfgPlaceQuery.executeSingleResult()
Executes a query the result of which is a single object. |
Methods in com.genesyslab.platform.applicationblocks.com.queries that return types with arguments of type CfgPlace | |
---|---|
AsyncRequestResult<CfgPlace> |
CfgPlaceQuery.beginExecute(Action<AsyncRequestResult<CfgPlace>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
java.util.Collection<CfgPlace> |
CfgPlaceQuery.execute()
Executes the query and returns a list of CfgPlace objects. |
Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgPlace | |
---|---|
AsyncRequestResult<CfgPlace> |
CfgPlaceQuery.beginExecute(Action<AsyncRequestResult<CfgPlace>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |