public class WorkflowItemAttachmentModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
_WORKFLOWACTIONITEMATTACHMENTRELATION
Generated relation code constant for relation
WorkflowActionItemAttachmentRelation defining source attribute actions in extension workflow. |
static String |
_WORKFLOWITEMATTACHMENTRELATION
Generated relation code constant for relation
WorkflowItemAttachmentRelation defining source attribute workflow in extension workflow. |
static String |
ACTIONS
Generated constant - Attribute key of
WorkflowItemAttachment.actions attribute defined at extension workflow. |
static String |
ACTIONSTR
Generated constant - Attribute key of
WorkflowItemAttachment.actionStr attribute defined at extension workflow. |
static String |
CODE
Generated constant - Attribute key of
WorkflowItemAttachment.code attribute defined at extension workflow. |
static String |
COMMENT
Generated constant - Attribute key of
WorkflowItemAttachment.comment attribute defined at extension workflow. |
static String |
ITEM
Generated constant - Attribute key of
WorkflowItemAttachment.item attribute defined at extension workflow. |
static String |
NAME
Generated constant - Attribute key of
WorkflowItemAttachment.name attribute defined at extension workflow. |
static String |
TYPEOFITEM
Generated constant - Attribute key of
WorkflowItemAttachment.typeOfItem attribute defined at extension workflow. |
static String |
WORKFLOW
Generated constant - Attribute key of
WorkflowItemAttachment.workflow attribute defined at extension workflow. |
static String |
WORKFLOWPOS
Generated constant - Attribute key of
WorkflowItemAttachment.workflowPOS attribute defined at extension workflow. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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(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 |
|---|---|
Collection<WorkflowActionModel> |
getActions()
Generated method - Getter of the
WorkflowItemAttachment.actions attribute defined at extension workflow. |
String |
getActionStr()
Generated method - Getter of the
WorkflowItemAttachment.actionStr attribute defined at extension workflow. |
String |
getCode()
Generated method - Getter of the
WorkflowItemAttachment.code attribute defined at extension workflow. |
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. |
String |
getName()
Generated method - Getter of the
WorkflowItemAttachment.name attribute defined at extension workflow. |
String |
getName(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(Collection<WorkflowActionModel> value)
Generated method - Setter of
WorkflowItemAttachment.actions attribute defined at extension workflow. |
void |
setCode(String value)
Generated method - Initial setter of
WorkflowItemAttachment.code attribute defined at extension workflow. |
void |
setComment(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(String value)
Generated method - Setter of
WorkflowItemAttachment.name attribute defined at extension workflow. |
void |
setName(String value,
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, 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 _WORKFLOWITEMATTACHMENTRELATION
WorkflowItemAttachmentRelation defining source attribute workflow in extension workflow.public static final String _WORKFLOWACTIONITEMATTACHMENTRELATION
WorkflowActionItemAttachmentRelation defining source attribute actions in extension workflow.public static final String CODE
WorkflowItemAttachment.code attribute defined at extension workflow.public static final String NAME
WorkflowItemAttachment.name attribute defined at extension workflow.public static final String COMMENT
WorkflowItemAttachment.comment attribute defined at extension workflow.public static final String ITEM
WorkflowItemAttachment.item attribute defined at extension workflow.public static final String TYPEOFITEM
WorkflowItemAttachment.typeOfItem attribute defined at extension workflow.public static final String ACTIONSTR
WorkflowItemAttachment.actionStr attribute defined at extension workflow.public static final String WORKFLOWPOS
WorkflowItemAttachment.workflowPOS attribute defined at extension workflow.public static final String WORKFLOW
WorkflowItemAttachment.workflow attribute defined at extension workflow.public static final 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(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 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 String getActionStr()
WorkflowItemAttachment.actionStr attribute defined at extension workflow.@Accessor(qualifier="code", type=GETTER) public String getCode()
WorkflowItemAttachment.code attribute defined at extension workflow.@Accessor(qualifier="comment", type=GETTER) public 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 String getName()
WorkflowItemAttachment.name attribute defined at extension workflow.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
WorkflowItemAttachment.name attribute defined at extension workflow.loc - the value localization keyIllegalArgumentException - 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(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(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(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(String value)
WorkflowItemAttachment.name attribute defined at extension workflow.value - the name - name of the attachment@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
WorkflowItemAttachment.name attribute defined at extension workflow.value - the name - name of the attachmentloc - the value localization keyIllegalArgumentException - 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 © 2017 SAP SE. All Rights Reserved.