public interface ActionInstance
Modifier and Type | Method and Description |
---|---|
String |
getActionDefinitionId()
Reference to the action definition of this action instance
|
String |
getFormInstanceId()
Reference to the form instance id
|
String |
getFormKey()
Reference to the form key
|
String |
getFormParentDeploymentId()
The parent deployment id for the form key.
|
String |
getId()
unique identifier
|
String |
getName()
Reference to the name of this action instance
|
Integer |
getPriority()
The priority of the action instance.
|
String |
getScopeDefinitionId()
Reference to the scope instance definition for which the action instance was created
|
String |
getScopeId()
Reference to the scope instance for which the action instance was created
|
String |
getScopeType()
Type of the scope instance for which the action instance was created
|
Date |
getStartDate()
Start date for the action instance
|
String |
getSubScopeId()
Reference to a sub identifier for which the action instance was created
|
String |
getTenantId()
The tenant identifier of this form instance
|
String getId()
String getActionDefinitionId()
String getName()
String getScopeId()
String getSubScopeId()
String getScopeType()
String getScopeDefinitionId()
Date getStartDate()
String getFormInstanceId()
String getFormKey()
String getFormParentDeploymentId()
Integer getPriority()
String getTenantId()