public class WorkflowDecisionModel extends AbstractWorkflowDecisionModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
_WORKFLOWACTIONDECISIONSRELATION
Generated relation code constant for relation
WorkflowActionDecisionsRelation defining source attribute action in extension workflow. |
static String |
ACTION
Generated constant - Attribute key of
WorkflowDecision.action attribute defined at extension workflow. |
static String |
TOACTIONS
Generated constant - Attribute key of
WorkflowDecision.toActions 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 |
|---|
WorkflowDecisionModel()
Generated constructor - Default constructor for generic creation.
|
WorkflowDecisionModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
WorkflowDecisionModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
getAction()
Generated method - Getter of the
WorkflowDecision.action attribute defined at extension workflow. |
Collection<WorkflowActionModel> |
getToActions()
Generated method - Getter of the
WorkflowDecision.toActions attribute defined at extension workflow. |
void |
setAction(WorkflowActionModel value)
Generated method - Setter of
WorkflowDecision.action attribute defined at extension workflow. |
void |
setToActions(Collection<WorkflowActionModel> value)
Generated method - Setter of
WorkflowDecision.toActions 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 _WORKFLOWACTIONDECISIONSRELATION
WorkflowActionDecisionsRelation defining source attribute action in extension workflow.public static final String ACTION
WorkflowDecision.action attribute defined at extension workflow.public static final String TOACTIONS
WorkflowDecision.toActions attribute defined at extension workflow.public WorkflowDecisionModel()
public WorkflowDecisionModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public WorkflowDecisionModel(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="action", type=GETTER) public WorkflowActionModel getAction()
WorkflowDecision.action attribute defined at extension workflow.@Accessor(qualifier="toActions", type=GETTER) public Collection<WorkflowActionModel> getToActions()
WorkflowDecision.toActions attribute defined at extension workflow.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="action", type=SETTER) public void setAction(WorkflowActionModel value)
WorkflowDecision.action attribute defined at extension workflow.value - the action@Accessor(qualifier="toActions", type=SETTER) public void setToActions(Collection<WorkflowActionModel> value)
WorkflowDecision.toActions attribute defined at extension workflow.value - the toActionsCopyright © 2017 SAP SE. All Rights Reserved.