|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CfgField | |
---|---|
com.genesyslab.platform.applicationblocks.com.objects | |
com.genesyslab.platform.applicationblocks.com.queries |
Uses of CfgField in com.genesyslab.platform.applicationblocks.com.objects |
---|
Methods in com.genesyslab.platform.applicationblocks.com.objects that return CfgField | |
---|---|
CfgField |
CfgDeltaField.retrieveCfgField()
Read base CfgField configuration object caused this event. |
Methods in com.genesyslab.platform.applicationblocks.com.objects that return types with arguments of type CfgField | |
---|---|
java.util.Collection<CfgField> |
CfgDeltaFormat.getAddedFields()
A pointer to the list of identifiers of
CfgField
objects
that this format consists of. |
java.util.Collection<CfgField> |
CfgDeltaFormat.getDeletedFields()
A pointer to the list of deleted fields. |
java.util.Collection<CfgField> |
CfgFormat.getFields()
A pointer to the list of identifiers of
CfgField
objects
that this format consists of. |
Method parameters in com.genesyslab.platform.applicationblocks.com.objects with type arguments of type CfgField | |
---|---|
void |
CfgFormat.setFields(java.util.Collection<CfgField> value)
A pointer to the list of identifiers of
CfgField
objects
that this format consists of. |
Uses of CfgField in com.genesyslab.platform.applicationblocks.com.queries |
---|
Methods in com.genesyslab.platform.applicationblocks.com.queries that return CfgField | |
---|---|
CfgField |
CfgFieldQuery.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 CfgField | |
---|---|
AsyncRequestResult<CfgField> |
CfgFieldQuery.beginExecute(Action<AsyncRequestResult<CfgField>> callback,
java.lang.Object state)
Begins the asynchronous execution of the current query. |
java.util.Collection<CfgField> |
CfgFieldQuery.execute()
Executes the query and returns a list of CfgField objects. |
Method parameters in com.genesyslab.platform.applicationblocks.com.queries with type arguments of type CfgField | |
---|---|
AsyncRequestResult<CfgField> |
CfgFieldQuery.beginExecute(Action<AsyncRequestResult<CfgField>> 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 |