public class PrintJobHistoryEntryModel extends WorkflowActionCommentModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CAUSEDBY
Generated constant - Attribute key of
PrintJobHistoryEntry.causedBy attribute defined at extension print. |
static String |
TOACTIONS
Generated constant - Attribute key of
PrintJobHistoryEntry.toActions attribute defined at extension print. |
_WORKFLOWACTIONCOMMENTRELATION, COMMENT, USER, WORKFLOWACTION_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
PrintJobHistoryEntryModel()
Generated constructor - Default constructor for generic creation.
|
PrintJobHistoryEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
PrintJobHistoryEntryModel(UserModel _causedBy,
String _comment,
ItemModel _owner,
List<WorkflowActionModel> _toActions,
AbstractWorkflowActionModel _workflowAction)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PrintJobHistoryEntryModel(UserModel _causedBy,
String _comment,
List<WorkflowActionModel> _toActions,
AbstractWorkflowActionModel _workflowAction)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
UserModel |
getCausedBy()
Generated method - Getter of the
PrintJobHistoryEntry.causedBy attribute defined at extension print. |
List<WorkflowActionModel> |
getToActions()
Generated method - Getter of the
PrintJobHistoryEntry.toActions attribute defined at extension print. |
void |
setCausedBy(UserModel value)
Generated method - Setter of
PrintJobHistoryEntry.causedBy attribute defined at extension print. |
void |
setToActions(List<WorkflowActionModel> value)
Generated method - Setter of
PrintJobHistoryEntry.toActions attribute defined at extension print. |
getComment, getUser, getWorkflowAction, setComment, setUser, setWorkflowActiongetComments, 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 TOACTIONS
PrintJobHistoryEntry.toActions attribute defined at extension print.public static final String CAUSEDBY
PrintJobHistoryEntry.causedBy attribute defined at extension print.public PrintJobHistoryEntryModel()
public PrintJobHistoryEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public PrintJobHistoryEntryModel(UserModel _causedBy, String _comment, List<WorkflowActionModel> _toActions, AbstractWorkflowActionModel _workflowAction)
_causedBy - initial attribute declared by type PrintJobHistoryEntry at extension print_comment - initial attribute declared by type WorkflowActionComment at extension workflow_toActions - initial attribute declared by type PrintJobHistoryEntry at extension print_workflowAction - initial attribute declared by type WorkflowActionComment at extension workflow@Deprecated public PrintJobHistoryEntryModel(UserModel _causedBy, String _comment, ItemModel _owner, List<WorkflowActionModel> _toActions, AbstractWorkflowActionModel _workflowAction)
_causedBy - initial attribute declared by type PrintJobHistoryEntry at extension print_comment - initial attribute declared by type WorkflowActionComment at extension workflow_owner - initial attribute declared by type Item at extension core_toActions - initial attribute declared by type PrintJobHistoryEntry at extension print_workflowAction - initial attribute declared by type WorkflowActionComment at extension workflow@Accessor(qualifier="causedBy", type=GETTER) public UserModel getCausedBy()
PrintJobHistoryEntry.causedBy attribute defined at extension print.@Accessor(qualifier="toActions", type=GETTER) public List<WorkflowActionModel> getToActions()
PrintJobHistoryEntry.toActions attribute defined at extension print.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="causedBy", type=SETTER) public void setCausedBy(UserModel value)
PrintJobHistoryEntry.causedBy attribute defined at extension print.value - the causedByCopyright © 2017 SAP SE. All Rights Reserved.