public class WorkflowActionTemplateModel extends AbstractWorkflowActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
_WORKFLOWACTIONORDERINGRELATION
Generated relation code constant for relation
WorkflowActionOrderingRelation defining source attribute predecessors in extension workflow. |
static java.lang.String |
_WORKFLOWACTIONTEMPLATELINKTEMPLATERELATION
Generated relation code constant for relation
WorkflowActionTemplateLinkTemplateRelation defining source attribute incomingTemplateDecisions in extension workflow. |
static java.lang.String |
_WORKFLOWTEMPLATEACTIONTEMPLATERELATION
Generated relation code constant for relation
WorkflowTemplateActionTemplateRelation defining source attribute workflow in extension workflow. |
static java.lang.String |
CREATIONTYPE
Generated constant - Attribute key of
WorkflowActionTemplate.creationType attribute defined at extension workflow. |
static java.lang.String |
DECISIONTEMPLATES
Generated constant - Attribute key of
WorkflowActionTemplate.decisionTemplates attribute defined at extension workflow. |
static java.lang.String |
INCOMINGLINKTEMPLATES
Generated constant - Attribute key of
WorkflowActionTemplate.incomingLinkTemplates attribute defined at extension workflow. |
static java.lang.String |
INCOMINGLINKTEMPLATESSTR
Generated constant - Attribute key of
WorkflowActionTemplate.incomingLinkTemplatesStr attribute defined at extension workflow. |
static java.lang.String |
INCOMINGTEMPLATEDECISIONS
Generated constant - Attribute key of
WorkflowActionTemplate.incomingTemplateDecisions attribute defined at extension workflow. |
static java.lang.String |
WORKFLOW
Generated constant - Attribute key of
WorkflowActionTemplate.workflow attribute defined at extension workflow. |
static java.lang.String |
WORKFLOWPOS
Generated constant - Attribute key of
WorkflowActionTemplate.workflowPOS attribute defined at extension workflow. |
ACTIONTYPE, CODE, DESCRIPTION, EMAILADDRESS, NAME, PREDECESSORS, PREDECESSORSSTR, PRINCIPALASSIGNED, QUALIFIER, RENDERERTEMPLATE, SENDEMAIL, SUCCESSORS, WORKFLOWACTIONCOMMENTS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
WorkflowActionTemplateModel()
Generated constructor - Default constructor for generic creation.
|
WorkflowActionTemplateModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
WorkflowActionTemplateModel(WorkflowActionType _actionType,
PrincipalModel _principalAssigned,
WorkflowTemplateModel _workflow)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
WorkflowActionTemplateModel(WorkflowActionType _actionType,
java.lang.String _code,
UserModel _owner,
PrincipalModel _principalAssigned,
WorkflowTemplateModel _workflow)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ComposedTypeModel |
getCreationType()
Generated method - Getter of the
WorkflowActionTemplate.creationType attribute defined at extension workflow. |
java.util.Collection<WorkflowDecisionTemplateModel> |
getDecisionTemplates()
Generated method - Getter of the
WorkflowActionTemplate.decisionTemplates attribute defined at extension workflow. |
java.util.List<LinkModel> |
getIncomingLinkTemplates()
Generated method - Getter of the
WorkflowActionTemplate.incomingLinkTemplates attribute defined at extension workflow. |
java.lang.String |
getIncomingLinkTemplatesStr()
Generated method - Getter of the
WorkflowActionTemplate.incomingLinkTemplatesStr attribute defined at extension workflow. |
java.util.Collection<WorkflowDecisionTemplateModel> |
getIncomingTemplateDecisions()
Generated method - Getter of the
WorkflowActionTemplate.incomingTemplateDecisions attribute defined at extension workflow. |
WorkflowTemplateModel |
getWorkflow()
Generated method - Getter of the
WorkflowActionTemplate.workflow attribute defined at extension workflow. |
void |
setCreationType(ComposedTypeModel value)
Generated method - Setter of
WorkflowActionTemplate.creationType attribute defined at extension workflow. |
void |
setDecisionTemplates(java.util.Collection<WorkflowDecisionTemplateModel> value)
Generated method - Setter of
WorkflowActionTemplate.decisionTemplates attribute defined at extension workflow. |
void |
setIncomingTemplateDecisions(java.util.Collection<WorkflowDecisionTemplateModel> value)
Generated method - Setter of
WorkflowActionTemplate.incomingTemplateDecisions attribute defined at extension workflow. |
void |
setWorkflow(WorkflowTemplateModel value)
Generated method - Initial setter of
WorkflowActionTemplate.workflow attribute defined at extension workflow. |
getActionType, getCode, getDescription, getDescription, getEmailAddress, getName, getName, getOwner, getPredecessors, getPredecessorsStr, getPrincipalAssigned, getQualifier, getRendererTemplate, getSendEmail, getSuccessors, getWorkflowActionComments, setActionType, setCode, setDescription, setDescription, setEmailAddress, setName, setName, setOwner, setPredecessors, setPrincipalAssigned, setQualifier, setRendererTemplate, setSendEmail, setSuccessors, setWorkflowActionCommentsgetComments, getCreationtime, getModifiedtime, isSealed, setComments, setCreationtime, setModifiedtimeequals, 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 _WORKFLOWACTIONORDERINGRELATION
WorkflowActionOrderingRelation defining source attribute predecessors in extension workflow.public static final java.lang.String _WORKFLOWTEMPLATEACTIONTEMPLATERELATION
WorkflowTemplateActionTemplateRelation defining source attribute workflow in extension workflow.public static final java.lang.String _WORKFLOWACTIONTEMPLATELINKTEMPLATERELATION
WorkflowActionTemplateLinkTemplateRelation defining source attribute incomingTemplateDecisions in extension workflow.public static final java.lang.String INCOMINGLINKTEMPLATES
WorkflowActionTemplate.incomingLinkTemplates attribute defined at extension workflow.public static final java.lang.String INCOMINGLINKTEMPLATESSTR
WorkflowActionTemplate.incomingLinkTemplatesStr attribute defined at extension workflow.public static final java.lang.String CREATIONTYPE
WorkflowActionTemplate.creationType attribute defined at extension workflow.public static final java.lang.String WORKFLOWPOS
WorkflowActionTemplate.workflowPOS attribute defined at extension workflow.public static final java.lang.String WORKFLOW
WorkflowActionTemplate.workflow attribute defined at extension workflow.public static final java.lang.String DECISIONTEMPLATES
WorkflowActionTemplate.decisionTemplates attribute defined at extension workflow.public static final java.lang.String INCOMINGTEMPLATEDECISIONS
WorkflowActionTemplate.incomingTemplateDecisions attribute defined at extension workflow.public WorkflowActionTemplateModel()
public WorkflowActionTemplateModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public WorkflowActionTemplateModel(WorkflowActionType _actionType, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow)
_actionType - initial attribute declared by type AbstractWorkflowAction at extension workflow_principalAssigned - initial attribute declared by type AbstractWorkflowAction at extension workflow_workflow - initial attribute declared by type WorkflowActionTemplate at extension workflow@Deprecated public WorkflowActionTemplateModel(WorkflowActionType _actionType, java.lang.String _code, UserModel _owner, PrincipalModel _principalAssigned, WorkflowTemplateModel _workflow)
_actionType - initial attribute declared by type AbstractWorkflowAction at extension workflow_code - initial attribute declared by type AbstractWorkflowAction at extension workflow_owner - initial attribute declared by type AbstractWorkflowAction at extension workflow_principalAssigned - initial attribute declared by type AbstractWorkflowAction at extension workflow_workflow - initial attribute declared by type WorkflowActionTemplate at extension workflow@Accessor(qualifier="creationType", type=GETTER) public ComposedTypeModel getCreationType()
WorkflowActionTemplate.creationType attribute defined at extension workflow.@Accessor(qualifier="decisionTemplates", type=GETTER) public java.util.Collection<WorkflowDecisionTemplateModel> getDecisionTemplates()
WorkflowActionTemplate.decisionTemplates attribute defined at extension workflow.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="incomingLinkTemplates", type=GETTER) public java.util.List<LinkModel> getIncomingLinkTemplates()
WorkflowActionTemplate.incomingLinkTemplates attribute defined at extension workflow.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="incomingLinkTemplatesStr", type=GETTER) public java.lang.String getIncomingLinkTemplatesStr()
WorkflowActionTemplate.incomingLinkTemplatesStr attribute defined at extension workflow.@Accessor(qualifier="incomingTemplateDecisions", type=GETTER) public java.util.Collection<WorkflowDecisionTemplateModel> getIncomingTemplateDecisions()
WorkflowActionTemplate.incomingTemplateDecisions attribute defined at extension workflow.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="workflow", type=GETTER) public WorkflowTemplateModel getWorkflow()
WorkflowActionTemplate.workflow attribute defined at extension workflow.@Accessor(qualifier="creationType", type=SETTER) public void setCreationType(ComposedTypeModel value)
WorkflowActionTemplate.creationType attribute defined at extension workflow.value - the creationType@Accessor(qualifier="decisionTemplates", type=SETTER) public void setDecisionTemplates(java.util.Collection<WorkflowDecisionTemplateModel> value)
WorkflowActionTemplate.decisionTemplates attribute defined at extension workflow.value - the decisionTemplates - list of all decision templates of the action template@Accessor(qualifier="incomingTemplateDecisions", type=SETTER) public void setIncomingTemplateDecisions(java.util.Collection<WorkflowDecisionTemplateModel> value)
WorkflowActionTemplate.incomingTemplateDecisions attribute defined at extension workflow.value - the incomingTemplateDecisions@Accessor(qualifier="workflow", type=SETTER) public void setWorkflow(WorkflowTemplateModel value)
WorkflowActionTemplate.workflow attribute defined at extension workflow. Can only be used at creation of model - before first save.value - the workflow - workflow template to which the action template belongsCopyright © 2018 SAP SE. All Rights Reserved.