| Package | Description |
|---|---|
| de.hybris.platform.print.model |
Contains generated models for each type of de.hybris.platform.print.jalo package.
|
| de.hybris.platform.workflow.daos | |
| de.hybris.platform.workflow.daos.impl | |
| de.hybris.platform.workflow.impl | |
| de.hybris.platform.workflow.model |
Contains generated models for each type of de.hybris.platform.workflow.jalo package.
|
| de.hybris.platform.workflow.resource | |
| de.hybris.platform.workflow.services.internal.impl |
| Constructor and Description |
|---|
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 |
|---|---|
Collection<LinkModel> |
WorkflowLinksTemplateDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action)
Searches for links by a given decision and action
|
Collection<LinkModel> |
WorkflowLinksDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action)
Searches for links by a given decision and action
|
Collection<LinkModel> |
WorkflowTemplateDao.findWorkflowLinkTemplates(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action) |
Collection<LinkModel> |
WorkflowTemplateDao.findWorkflowLinkTemplatesByAction(AbstractWorkflowActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
Collection<LinkModel> |
DefaultWorkflowLinksTemplateDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action) |
Collection<LinkModel> |
DefaultWorkflowLinksDao.findLinksByDecisionAndAction(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action) |
Collection<LinkModel> |
DefaultWorkflowTemplateDao.findWorkflowLinkTemplates(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action) |
Collection<LinkModel> |
DefaultWorkflowTemplateDao.findWorkflowLinkTemplatesByAction(AbstractWorkflowActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
Collection<LinkModel> |
DefaultWorkflowProcessingService.getLinks(AbstractWorkflowDecisionModel decision,
AbstractWorkflowActionModel action) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultWorkflowService.setPredecessorsActionTemplateFactory(WorkflowFactory<WorkflowModel,WorkflowActionTemplateModel,List<AbstractWorkflowActionModel>> predecessorsFromActionTemplate) |
| Modifier and Type | Class and Description |
|---|---|
class |
AutomatedWorkflowActionTemplateModel
Generated model class for type AutomatedWorkflowActionTemplate first defined at extension workflow.
|
class |
WorkflowActionModel
Generated model class for type WorkflowAction first defined at extension workflow.
|
class |
WorkflowActionTemplateModel
Generated model class for type WorkflowActionTemplate first defined at extension workflow.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractWorkflowActionModel |
WorkflowActionCommentModel.getWorkflowAction()
Generated method - Getter of the
WorkflowActionComment.workflowAction attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractWorkflowActionModel> |
AbstractWorkflowActionModel.getPredecessors()
Generated method - Getter of the
AbstractWorkflowAction.predecessors attribute defined at extension workflow. |
List<AbstractWorkflowActionModel> |
AbstractWorkflowActionModel.getSuccessors()
Generated method - Getter of the
AbstractWorkflowAction.successors attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowActionCommentModel.setWorkflowAction(AbstractWorkflowActionModel value)
Generated method - Setter of
WorkflowActionComment.workflowAction attribute defined at extension workflow. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWorkflowActionModel.setPredecessors(List<AbstractWorkflowActionModel> value)
Generated method - Setter of
AbstractWorkflowAction.predecessors attribute defined at extension workflow. |
void |
AbstractWorkflowActionModel.setSuccessors(List<AbstractWorkflowActionModel> value)
Generated method - Setter of
AbstractWorkflowAction.successors attribute defined at extension workflow. |
| Constructor and Description |
|---|
WorkflowActionCommentModel(String _comment,
AbstractWorkflowActionModel _workflowAction)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
WorkflowActionCommentModel(String _comment,
ItemModel _owner,
AbstractWorkflowActionModel _workflowAction)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
AbstractWorkflowActionModel |
AbstractWorkflowActionResource.getAbstractWorkflowActionModel()
Convenience method which just delegates to
#getResourceValue() |
protected AbstractWorkflowActionModel |
AbstractWorkflowActionResource.readResource(String resourceId)
Gets the
AbstractWorkflowActionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractWorkflowActionModel> |
AbstractWorkflowActionsResource.getAbstractWorkflowActionsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWorkflowActionResource.setAbstractWorkflowActionModel(AbstractWorkflowActionModel value)
Convenience method which just delegates to
#setResourceValue(AbstractWorkflowActionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWorkflowActionsResource.setAbstractWorkflowActionsCollection(Collection<AbstractWorkflowActionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
List<AbstractWorkflowActionModel> |
ActionPredecessorsFromActionTemplateFactory.create(WorkflowModel root,
WorkflowActionTemplateModel templateAction) |
Copyright © 2017 SAP SE. All Rights Reserved.