public class OperationMetaData extends java.lang.Object implements AppConnMetaData
METADATA_TYPE_ATTRIBUTE, METADATA_TYPE_COLUMN, METADATA_TYPE_FIELD, METADATA_TYPE_OPERATION, METADATA_TYPE_PROCEDURE, METADATA_TYPE_RECORDSET, METADATA_TYPE_VARIABLE
Constructor and Description |
---|
OperationMetaData(EntityOperationMeta saObject)
Constructor for internal use only.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
getAltDestinations()
Gets the alternate destination entities for the operation.
|
java.util.List |
getAttributesUsed()
Gets the attributes used in the operation.
|
java.lang.String |
getDescription()
Gets the description for the operation.
|
java.lang.String |
getDestination()
Gets the destination entity for the operation.
|
int |
getMetaDataType()
Get the meta data type for this object.
|
java.lang.String |
getName()
Gets the name of the operation.
|
int |
getTimeout()
Gets the timeout for the operation.
|
java.util.List |
getVariablesUsed()
Gets the variables used in the operation.
|
boolean |
isDefault()
Discovers whether this is the default operation for the entity.
|
java.lang.String |
toString()
Generates a String object that represents the current
values of this OperationMetaData object.
|
public OperationMetaData(EntityOperationMeta saObject)
saObject
- datapublic java.util.List getAltDestinations()
Gets the alternate destination entities for the operation.
public java.util.List getAttributesUsed()
Gets the attributes used in the operation.
public java.lang.String getDescription()
Gets the description for the operation.
getDescription
in interface AppConnMetaData
public java.lang.String getDestination()
Gets the destination entity for the operation.
public int getMetaDataType()
Get the meta data type for this object.
getMetaDataType
in interface AppConnMetaData
public java.lang.String getName()
Gets the name of the operation.
getName
in interface AppConnMetaData
public int getTimeout()
Gets the timeout for the operation.
public java.util.List getVariablesUsed()
Gets the variables used in the operation.
public boolean isDefault()
Discovers whether this is the default operation for the entity.
The default operation for an entity is the operation that executes when navigating from the entity to its primary destination via the AppConnSession.setCurrentEntity() method.
public java.lang.String toString()
Generates a String object that represents the current values of this OperationMetaData object.
toString
in class java.lang.Object