public class WorkflowActionTemplateModel extends AbstractWorkflowActionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
_WORKFLOWACTIONORDERINGRELATION
Generated relation code constant for relation
WorkflowActionOrderingRelation defining source attribute predecessors in extension workflow. |
static String |
_WORKFLOWACTIONTEMPLATELINKTEMPLATERELATION
Generated relation code constant for relation
WorkflowActionTemplateLinkTemplateRelation defining source attribute incomingTemplateDecisions in extension workflow. |
static String |
_WORKFLOWTEMPLATEACTIONTEMPLATERELATION
Generated relation code constant for relation
WorkflowTemplateActionTemplateRelation defining source attribute workflow in extension workflow. |
static String |
CREATIONTYPE
Generated constant - Attribute key of
WorkflowActionTemplate.creationType attribute defined at extension workflow. |
static String |
DECISIONTEMPLATES
Generated constant - Attribute key of
WorkflowActionTemplate.decisionTemplates attribute defined at extension workflow. |
static String |
INCOMINGLINKTEMPLATES
Generated constant - Attribute key of
WorkflowActionTemplate.incomingLinkTemplates attribute defined at extension workflow. |
static String |
INCOMINGLINKTEMPLATESSTR
Generated constant - Attribute key of
WorkflowActionTemplate.incomingLinkTemplatesStr attribute defined at extension workflow. |
static String |
INCOMINGTEMPLATEDECISIONS
Generated constant - Attribute key of
WorkflowActionTemplate.incomingTemplateDecisions attribute defined at extension workflow. |
static String |
WORKFLOW
Generated constant - Attribute key of
WorkflowActionTemplate.workflow attribute defined at extension workflow. |
static 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, PKLANGUAGE_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,
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. |
Collection<WorkflowDecisionTemplateModel> |
getDecisionTemplates()
Generated method - Getter of the
WorkflowActionTemplate.decisionTemplates attribute defined at extension workflow. |
List<LinkModel> |
getIncomingLinkTemplates()
Generated method - Getter of the
WorkflowActionTemplate.incomingLinkTemplates attribute defined at extension workflow. |
String |
getIncomingLinkTemplatesStr()
Generated method - Getter of the
WorkflowActionTemplate.incomingLinkTemplatesStr attribute defined at extension workflow. |
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(Collection<WorkflowDecisionTemplateModel> value)
Generated method - Setter of
WorkflowActionTemplate.decisionTemplates attribute defined at extension workflow. |
void |
setIncomingTemplateDecisions(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, 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 String _TYPECODE
public static final String _WORKFLOWACTIONORDERINGRELATION
WorkflowActionOrderingRelation defining source attribute predecessors in extension workflow.public static final String _WORKFLOWTEMPLATEACTIONTEMPLATERELATION
WorkflowTemplateActionTemplateRelation defining source attribute workflow in extension workflow.public static final String _WORKFLOWACTIONTEMPLATELINKTEMPLATERELATION
WorkflowActionTemplateLinkTemplateRelation defining source attribute incomingTemplateDecisions in extension workflow.public static final String INCOMINGLINKTEMPLATES
WorkflowActionTemplate.incomingLinkTemplates attribute defined at extension workflow.public static final String INCOMINGLINKTEMPLATESSTR
WorkflowActionTemplate.incomingLinkTemplatesStr attribute defined at extension workflow.public static final String CREATIONTYPE
WorkflowActionTemplate.creationType attribute defined at extension workflow.public static final String WORKFLOWPOS
WorkflowActionTemplate.workflowPOS attribute defined at extension workflow.public static final String WORKFLOW
WorkflowActionTemplate.workflow attribute defined at extension workflow.public static final String DECISIONTEMPLATES
WorkflowActionTemplate.decisionTemplates attribute defined at extension workflow.public static final 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, 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 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 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 String getIncomingLinkTemplatesStr()
WorkflowActionTemplate.incomingLinkTemplatesStr attribute defined at extension workflow.@Accessor(qualifier="incomingTemplateDecisions", type=GETTER) public 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(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(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 © 2017 SAP SE. All Rights Reserved.