public class WorkflowItemAttachmentModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
_WORKFLOWACTIONITEMATTACHMENTRELATION
Generated relation code constant for relation
WorkflowActionItemAttachmentRelation defining source attribute actions in extension workflow. |
static java.lang.String |
_WORKFLOWITEMATTACHMENTRELATION
Generated relation code constant for relation
WorkflowItemAttachmentRelation defining source attribute workflow in extension workflow. |
static java.lang.String |
ACTIONS
Generated constant - Attribute key of
WorkflowItemAttachment.actions attribute defined at extension workflow. |
static java.lang.String |
ACTIONSTR
Generated constant - Attribute key of
WorkflowItemAttachment.actionStr attribute defined at extension workflow. |
static java.lang.String |
CODE
Generated constant - Attribute key of
WorkflowItemAttachment.code attribute defined at extension workflow. |
static java.lang.String |
COMMENT
Generated constant - Attribute key of
WorkflowItemAttachment.comment attribute defined at extension workflow. |
static java.lang.String |
ITEM
Generated constant - Attribute key of
WorkflowItemAttachment.item attribute defined at extension workflow. |
static java.lang.String |
NAME
Generated constant - Attribute key of
WorkflowItemAttachment.name attribute defined at extension workflow. |
static java.lang.String |
TYPEOFITEM
Generated constant - Attribute key of
WorkflowItemAttachment.typeOfItem attribute defined at extension workflow. |
static java.lang.String |
WORKFLOW
Generated constant - Attribute key of
WorkflowItemAttachment.workflow attribute defined at extension workflow. |
static java.lang.String |
WORKFLOWPOS
Generated constant - Attribute key of
WorkflowItemAttachment.workflowPOS attribute defined at extension workflow. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
WorkflowItemAttachmentModel()
Generated constructor - Default constructor for generic creation.
|
WorkflowItemAttachmentModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
WorkflowItemAttachmentModel(ItemModel _item,
WorkflowModel _workflow)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
WorkflowItemAttachmentModel(java.lang.String _code,
ItemModel _item,
ItemModel _owner,
WorkflowModel _workflow)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WorkflowActionModel> |
getActions()
Generated method - Getter of the
WorkflowItemAttachment.actions attribute defined at extension workflow. |
java.lang.String |
getActionStr()
Generated method - Getter of the
WorkflowItemAttachment.actionStr attribute defined at extension workflow. |
java.lang.String |
getCode()
Generated method - Getter of the
WorkflowItemAttachment.code attribute defined at extension workflow. |
java.lang.String |
getComment()
Generated method - Getter of the
WorkflowItemAttachment.comment attribute defined at extension workflow. |
ItemModel |
getItem()
Generated method - Getter of the
WorkflowItemAttachment.item attribute defined at extension workflow. |
java.lang.String |
getName()
Generated method - Getter of the
WorkflowItemAttachment.name attribute defined at extension workflow. |
java.lang.String |
getName(java.util.Locale loc)
Generated method - Getter of the
WorkflowItemAttachment.name attribute defined at extension workflow. |
ComposedTypeModel |
getTypeOfItem()
Generated method - Getter of the
WorkflowItemAttachment.typeOfItem attribute defined at extension workflow. |
WorkflowModel |
getWorkflow()
Generated method - Getter of the
WorkflowItemAttachment.workflow attribute defined at extension workflow. |
void |
setActions(java.util.Collection<WorkflowActionModel> value)
Generated method - Setter of
WorkflowItemAttachment.actions attribute defined at extension workflow. |
void |
setCode(java.lang.String value)
Generated method - Initial setter of
WorkflowItemAttachment.code attribute defined at extension workflow. |
void |
setComment(java.lang.String value)
Generated method - Setter of
WorkflowItemAttachment.comment attribute defined at extension workflow. |
void |
setItem(ItemModel value)
Generated method - Setter of
WorkflowItemAttachment.item attribute defined at extension workflow. |
void |
setName(java.lang.String value)
Generated method - Setter of
WorkflowItemAttachment.name attribute defined at extension workflow. |
void |
setName(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
WorkflowItemAttachment.name attribute defined at extension workflow. |
void |
setWorkflow(WorkflowModel value)
Generated method - Initial setter of
WorkflowItemAttachment.workflow attribute defined at extension workflow. |
getComments, 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 _WORKFLOWITEMATTACHMENTRELATION
WorkflowItemAttachmentRelation defining source attribute workflow in extension workflow.public static final java.lang.String _WORKFLOWACTIONITEMATTACHMENTRELATION
WorkflowActionItemAttachmentRelation defining source attribute actions in extension workflow.public static final java.lang.String CODE
WorkflowItemAttachment.code attribute defined at extension workflow.public static final java.lang.String NAME
WorkflowItemAttachment.name attribute defined at extension workflow.public static final java.lang.String COMMENT
WorkflowItemAttachment.comment attribute defined at extension workflow.public static final java.lang.String ITEM
WorkflowItemAttachment.item attribute defined at extension workflow.public static final java.lang.String TYPEOFITEM
WorkflowItemAttachment.typeOfItem attribute defined at extension workflow.public static final java.lang.String ACTIONSTR
WorkflowItemAttachment.actionStr attribute defined at extension workflow.public static final java.lang.String WORKFLOWPOS
WorkflowItemAttachment.workflowPOS attribute defined at extension workflow.public static final java.lang.String WORKFLOW
WorkflowItemAttachment.workflow attribute defined at extension workflow.public static final java.lang.String ACTIONS
WorkflowItemAttachment.actions attribute defined at extension workflow.public WorkflowItemAttachmentModel()
public WorkflowItemAttachmentModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public WorkflowItemAttachmentModel(ItemModel _item, WorkflowModel _workflow)
_item - initial attribute declared by type WorkflowItemAttachment at extension workflow_workflow - initial attribute declared by type WorkflowItemAttachment at extension workflow@Deprecated
public WorkflowItemAttachmentModel(java.lang.String _code,
ItemModel _item,
ItemModel _owner,
WorkflowModel _workflow)
_code - initial attribute declared by type WorkflowItemAttachment at extension workflow_item - initial attribute declared by type WorkflowItemAttachment at extension workflow_owner - initial attribute declared by type Item at extension core_workflow - initial attribute declared by type WorkflowItemAttachment at extension workflow@Accessor(qualifier="actions", type=GETTER) public java.util.Collection<WorkflowActionModel> getActions()
WorkflowItemAttachment.actions attribute defined at extension workflow.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="actionStr", type=GETTER) public java.lang.String getActionStr()
WorkflowItemAttachment.actionStr attribute defined at extension workflow.@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
WorkflowItemAttachment.code attribute defined at extension workflow.@Accessor(qualifier="comment", type=GETTER) public java.lang.String getComment()
WorkflowItemAttachment.comment attribute defined at extension workflow.@Accessor(qualifier="item", type=GETTER) public ItemModel getItem()
WorkflowItemAttachment.item attribute defined at extension workflow.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName()
WorkflowItemAttachment.name attribute defined at extension workflow.@Accessor(qualifier="name", type=GETTER) public java.lang.String getName(java.util.Locale loc)
WorkflowItemAttachment.name attribute defined at extension workflow.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="typeOfItem", type=GETTER) public ComposedTypeModel getTypeOfItem()
WorkflowItemAttachment.typeOfItem attribute defined at extension workflow.@Accessor(qualifier="workflow", type=GETTER) public WorkflowModel getWorkflow()
WorkflowItemAttachment.workflow attribute defined at extension workflow.@Accessor(qualifier="actions", type=SETTER) public void setActions(java.util.Collection<WorkflowActionModel> value)
WorkflowItemAttachment.actions attribute defined at extension workflow.value - the actions - part of WorkflowActionItemAttachmentRelation; references specific actions of referenced workflow for which attachment is relevant for processing@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
WorkflowItemAttachment.code attribute defined at extension workflow. Can only be used at creation of model - before first save.value - the code - identifier of this attachment; will be generated if not set@Accessor(qualifier="comment", type=SETTER) public void setComment(java.lang.String value)
WorkflowItemAttachment.comment attribute defined at extension workflow.value - the comment - a comment containing some notes either by creator or processor@Accessor(qualifier="item", type=SETTER) public void setItem(ItemModel value)
WorkflowItemAttachment.item attribute defined at extension workflow.value - the item - the item this attachment references@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value)
WorkflowItemAttachment.name attribute defined at extension workflow.value - the name - name of the attachment@Accessor(qualifier="name", type=SETTER) public void setName(java.lang.String value, java.util.Locale loc)
WorkflowItemAttachment.name attribute defined at extension workflow.value - the name - name of the attachmentloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="workflow", type=SETTER) public void setWorkflow(WorkflowModel value)
WorkflowItemAttachment.workflow attribute defined at extension workflow. Can only be used at creation of model - before first save.value - the workflow - 1-part of WorkflowItemAttachmentRelation; references the related workflow this attachment belongs toCopyright © 2018 SAP SE. All Rights Reserved.