|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgEnumerator | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries |
Uses of CfgEnumerator in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgEnumerator | |
---|---|
CfgEnumerator |
CfgEnumeratorValue.getEnumerator()
A unique identifier of the
CfgEnumerator
to which this value
is allocated. |
CfgEnumerator |
CfgDeltaEnumeratorValue.getEnumerator()
A unique identifier of the
CfgEnumerator
to which this value
is allocated. |
CfgEnumerator |
CfgDeltaEnumerator.retrieveCfgEnumerator()
Read base CfgEnumerator configuration object caused this event. |
Methods in com.genesyslab.platform.applicationblocks.com.objects with parameters of type CfgEnumerator | |
---|---|
void |
CfgEnumeratorValue.setEnumerator(CfgEnumerator value)
A unique identifier of the
CfgEnumerator
to which this value
is allocated. |
Uses of CfgEnumerator in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgEnumerator | |
---|---|
CfgEnumerator |
CfgEnumeratorQuery.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 CfgEnumerator | |
---|---|
AsyncRequestResult<CfgEnumerator> |
CfgEnumeratorQuery.beginExecute(Action<AsyncRequestResult<CfgEnumerator>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
java.util.Collection<CfgEnumerator> |
CfgEnumeratorQuery.execute()
Executes the query and returns a list of CfgEnumerator objects. |
Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgEnumerator | |
---|---|
AsyncRequestResult<CfgEnumerator> |
CfgEnumeratorQuery.beginExecute(Action<AsyncRequestResult<CfgEnumerator>> 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 |