|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.wrq.apptrieve.appconn.OperationMetaData
public class OperationMetaData
Provides metadata about an operation that is defined on an entity of a Host Integrator model.
Field Summary |
---|
Fields inherited from interface com.wrq.apptrieve.appconn.AppConnMetaData |
---|
METADATA_TYPE_ATTRIBUTE, METADATA_TYPE_COLUMN, METADATA_TYPE_FIELD, METADATA_TYPE_OPERATION, METADATA_TYPE_PROCEDURE, METADATA_TYPE_RECORDSET, METADATA_TYPE_VARIABLE |
Constructor Summary | |
---|---|
OperationMetaData(com.wrq.apptrieve.agent.EntityOperationMeta saObject)
Constructor for internal use only. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OperationMetaData(com.wrq.apptrieve.agent.EntityOperationMeta saObject)
saObject
- dataMethod Detail |
---|
public 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |