public class WorkflowDecisionTemplateModel extends AbstractWorkflowDecisionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
_WORKFLOWACTIONTEMPLATEDECISIONSTEMPLATERELATION
Generated relation code constant for relation
WorkflowActionTemplateDecisionsTemplateRelation defining source attribute actionTemplate in extension workflow. |
static String |
ACTIONTEMPLATE
Generated constant - Attribute key of
WorkflowDecisionTemplate.actionTemplate attribute defined at extension workflow. |
static String |
PARENTWORKFLOWTEMPLATE
Generated constant - Attribute key of
WorkflowDecisionTemplate.parentWorkflowTemplate attribute defined at extension workflow. |
static String |
TOTEMPLATEACTIONS
Generated constant - Attribute key of
WorkflowDecisionTemplate.toTemplateActions attribute defined at extension workflow. |
CODE, DESCRIPTION, NAME, QUALIFIER_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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(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. |
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(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, 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 String _TYPECODE
public static final String _WORKFLOWACTIONTEMPLATEDECISIONSTEMPLATERELATION
WorkflowActionTemplateDecisionsTemplateRelation defining source attribute actionTemplate in extension workflow.public static final String PARENTWORKFLOWTEMPLATE
WorkflowDecisionTemplate.parentWorkflowTemplate attribute defined at extension workflow.public static final String ACTIONTEMPLATE
WorkflowDecisionTemplate.actionTemplate attribute defined at extension workflow.public static final 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(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 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(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 © 2017 SAP SE. All Rights Reserved.