public class WorkflowDecisionTemplateModel extends AbstractWorkflowDecisionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
_WORKFLOWACTIONTEMPLATEDECISIONSTEMPLATERELATION
Generated relation code constant for relation
WorkflowActionTemplateDecisionsTemplateRelation defining source attribute actionTemplate in extension workflow. |
static java.lang.String |
ACTIONTEMPLATE
Generated constant - Attribute key of
WorkflowDecisionTemplate.actionTemplate attribute defined at extension workflow. |
static java.lang.String |
PARENTWORKFLOWTEMPLATE
Generated constant - Attribute key of
WorkflowDecisionTemplate.parentWorkflowTemplate attribute defined at extension workflow. |
static java.lang.String |
TOTEMPLATEACTIONS
Generated constant - Attribute key of
WorkflowDecisionTemplate.toTemplateActions attribute defined at extension workflow. |
CODE, DESCRIPTION, NAME, QUALIFIER_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
WorkflowDecisionTemplateModel()
Generated constructor - Default constructor for generic creation.
|
WorkflowDecisionTemplateModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
WorkflowDecisionTemplateModel(java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionTemplateModel |
getActionTemplate()
Generated method - Getter of the
WorkflowDecisionTemplate.actionTemplate attribute defined at extension workflow. |
WorkflowTemplateModel |
getParentWorkflowTemplate()
Generated method - Getter of the
WorkflowDecisionTemplate.parentWorkflowTemplate attribute defined at extension workflow. |
java.util.Collection<WorkflowActionTemplateModel> |
getToTemplateActions()
Generated method - Getter of the
WorkflowDecisionTemplate.toTemplateActions attribute defined at extension workflow. |
void |
setActionTemplate(WorkflowActionTemplateModel value)
Generated method - Setter of
WorkflowDecisionTemplate.actionTemplate attribute defined at extension workflow. |
void |
setToTemplateActions(java.util.Collection<WorkflowActionTemplateModel> value)
Generated method - Setter of
WorkflowDecisionTemplate.toTemplateActions attribute defined at extension workflow. |
getCode, getDescription, getDescription, getName, getName, getQualifier, setCode, setDescription, setDescription, setName, setName, setQualifiergetComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _WORKFLOWACTIONTEMPLATEDECISIONSTEMPLATERELATION
WorkflowActionTemplateDecisionsTemplateRelation defining source attribute actionTemplate in extension workflow.public static final java.lang.String PARENTWORKFLOWTEMPLATE
WorkflowDecisionTemplate.parentWorkflowTemplate attribute defined at extension workflow.public static final java.lang.String ACTIONTEMPLATE
WorkflowDecisionTemplate.actionTemplate attribute defined at extension workflow.public static final java.lang.String TOTEMPLATEACTIONS
WorkflowDecisionTemplate.toTemplateActions attribute defined at extension workflow.public WorkflowDecisionTemplateModel()
public WorkflowDecisionTemplateModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public WorkflowDecisionTemplateModel(java.lang.String _code,
ItemModel _owner)
_code - initial attribute declared by type AbstractWorkflowDecision at extension workflow_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="actionTemplate", type=GETTER) public WorkflowActionTemplateModel getActionTemplate()
WorkflowDecisionTemplate.actionTemplate attribute defined at extension workflow.@Accessor(qualifier="parentWorkflowTemplate", type=GETTER) public WorkflowTemplateModel getParentWorkflowTemplate()
WorkflowDecisionTemplate.parentWorkflowTemplate attribute defined at extension workflow.@Accessor(qualifier="toTemplateActions", type=GETTER) public java.util.Collection<WorkflowActionTemplateModel> getToTemplateActions()
WorkflowDecisionTemplate.toTemplateActions attribute defined at extension workflow.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="actionTemplate", type=SETTER) public void setActionTemplate(WorkflowActionTemplateModel value)
WorkflowDecisionTemplate.actionTemplate attribute defined at extension workflow.value - the actionTemplate - reference to the action template this decision belongs to@Accessor(qualifier="toTemplateActions", type=SETTER) public void setToTemplateActions(java.util.Collection<WorkflowActionTemplateModel> value)
WorkflowDecisionTemplate.toTemplateActions attribute defined at extension workflow.value - the toTemplateActions - list of actions that will be activated then the decision gets chosenCopyright © 2018 SAP SE. All Rights Reserved.