public class InboxViewModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ACTION
Generated constant - Attribute key of
InboxView.action attribute defined at extension workflow. |
static String |
ACTIONCOMMENT
Generated constant - Attribute key of
InboxView.actioncomment attribute defined at extension workflow. |
static String |
ACTIVATED
Generated constant - Attribute key of
InboxView.activated attribute defined at extension workflow. |
static String |
STATUS
Generated constant - Attribute key of
InboxView.status attribute defined at extension workflow. |
static String |
WORKFLOW
Generated constant - Attribute key of
InboxView.workflow attribute defined at extension workflow. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
InboxViewModel()
Generated constructor - Default constructor for generic creation.
|
InboxViewModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
InboxViewModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
WorkflowActionModel |
getAction()
Generated method - Getter of the
InboxView.action attribute defined at extension workflow. |
String |
getActioncomment()
Generated method - Getter of the
InboxView.actioncomment attribute defined at extension workflow. |
String |
getActivated()
Generated method - Getter of the
InboxView.activated attribute defined at extension workflow. |
WorkflowActionStatus |
getStatus()
Generated method - Getter of the
InboxView.status attribute defined at extension workflow. |
WorkflowModel |
getWorkflow()
Generated method - Getter of the
InboxView.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 ACTION
InboxView.action attribute defined at extension workflow.public static final String ACTIVATED
InboxView.activated attribute defined at extension workflow.public static final String ACTIONCOMMENT
InboxView.actioncomment attribute defined at extension workflow.public static final String WORKFLOW
InboxView.workflow attribute defined at extension workflow.public static final String STATUS
InboxView.status attribute defined at extension workflow.public InboxViewModel()
public InboxViewModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public InboxViewModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="action", type=GETTER) public WorkflowActionModel getAction()
InboxView.action attribute defined at extension workflow.@Accessor(qualifier="actioncomment", type=GETTER) public String getActioncomment()
InboxView.actioncomment attribute defined at extension workflow.@Accessor(qualifier="activated", type=GETTER) public String getActivated()
InboxView.activated attribute defined at extension workflow.@Accessor(qualifier="status", type=GETTER) public WorkflowActionStatus getStatus()
InboxView.status attribute defined at extension workflow.@Accessor(qualifier="workflow", type=GETTER) public WorkflowModel getWorkflow()
InboxView.workflow attribute defined at extension workflow.Copyright © 2017 SAP SE. All Rights Reserved.