| Package | Description |
|---|---|
| de.hybris.platform.b2b.jalo | |
| de.hybris.platform.workflow.jalo |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
GeneratedB2BApprovalprocessManager.getQualifier(AbstractWorkflowAction item)
Generated method - Getter of the
AbstractWorkflowAction.qualifier attribute. |
java.lang.String |
GeneratedB2BApprovalprocessManager.getQualifier(SessionContext ctx,
AbstractWorkflowAction item)
Generated method - Getter of the
AbstractWorkflowAction.qualifier attribute. |
void |
GeneratedB2BApprovalprocessManager.setQualifier(AbstractWorkflowAction item,
java.lang.String value)
Generated method - Setter of the
AbstractWorkflowAction.qualifier attribute. |
void |
GeneratedB2BApprovalprocessManager.setQualifier(SessionContext ctx,
AbstractWorkflowAction item,
java.lang.String value)
Generated method - Setter of the
AbstractWorkflowAction.qualifier attribute. |
| Modifier and Type | Class and Description |
|---|---|
class |
AutomatedWorkflowActionTemplate |
class |
GeneratedAutomatedWorkflowActionTemplate
Generated class for type
AutomatedWorkflowActionTemplate. |
class |
GeneratedWorkflowAction
Generated class for type
WorkflowAction. |
class |
GeneratedWorkflowActionTemplate
Generated class for type
WorkflowActionTemplate. |
class |
WorkflowAction
Deprecated.
since ages - as of release 4.3, please use
WorkflowActionModel
Represents a real action which is created by a WorkflowActionTemplate. It holds a status
signalizing the current state the action is in. |
class |
WorkflowActionTemplate
Deprecated.
since ages - as of release 4.3, please use
WorkflowActionTemplateModel
An action template used for creating new actions. |
| Modifier and Type | Method and Description |
|---|---|
AbstractWorkflowAction |
GeneratedWorkflowActionComment.getWorkflowAction()
Generated method - Getter of the
WorkflowActionComment.workflowAction attribute. |
AbstractWorkflowAction |
GeneratedWorkflowActionComment.getWorkflowAction(SessionContext ctx)
Generated method - Getter of the
WorkflowActionComment.workflowAction attribute. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractWorkflowAction> |
GeneratedAbstractWorkflowAction.getPredecessors()
Generated method - Getter of the
AbstractWorkflowAction.predecessors attribute. |
java.util.List<AbstractWorkflowAction> |
GeneratedAbstractWorkflowAction.getPredecessors(SessionContext ctx)
Generated method - Getter of the
AbstractWorkflowAction.predecessors attribute. |
java.util.List<AbstractWorkflowAction> |
GeneratedAbstractWorkflowAction.getSuccessors()
Generated method - Getter of the
AbstractWorkflowAction.successors attribute. |
java.util.List<AbstractWorkflowAction> |
GeneratedAbstractWorkflowAction.getSuccessors(SessionContext ctx)
Generated method - Getter of the
AbstractWorkflowAction.successors attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedAbstractWorkflowAction.addToPredecessors(AbstractWorkflowAction value)
Generated method - Adds
value to predecessors. |
void |
WorkflowActionTemplate.addToPredecessors(SessionContext ctx,
AbstractWorkflowAction value)
Deprecated.
since ages
|
void |
GeneratedAbstractWorkflowAction.addToPredecessors(SessionContext ctx,
AbstractWorkflowAction value)
Generated method - Adds
value to predecessors. |
void |
GeneratedAbstractWorkflowAction.addToSuccessors(AbstractWorkflowAction value)
Generated method - Adds
value to successors. |
void |
WorkflowActionTemplate.addToSuccessors(SessionContext ctx,
AbstractWorkflowAction value)
Deprecated.
since ages
|
void |
GeneratedAbstractWorkflowAction.addToSuccessors(SessionContext ctx,
AbstractWorkflowAction value)
Generated method - Adds
value to successors. |
java.util.Collection<Link> |
WorkflowManager.getLinks(WorkflowDecision decision,
AbstractWorkflowAction action)
Deprecated.
since ages - as of release 4.3, private method in
DefaultWorkflowProcessingService
Uses flexible search for getting all the link from a decision, all the links to an action or a
specific link between a given decision and action. Provide at least on of the following parameters: |
java.util.Collection<Link> |
WorkflowManager.getLinkTemplates(AbstractWorkflowDecision decision,
AbstractWorkflowAction action)
Deprecated.
since ages - as of release 4.3, no replacement
Uses flexible search for getting all the link templates from a decision, all the links to an action or
a specific link between a given decision and action. Provide at least on of the following parameters:
|
void |
GeneratedAbstractWorkflowAction.removeFromPredecessors(AbstractWorkflowAction value)
Generated method - Removes
value from predecessors. |
void |
GeneratedAbstractWorkflowAction.removeFromPredecessors(SessionContext ctx,
AbstractWorkflowAction value)
Generated method - Removes
value from predecessors. |
void |
GeneratedAbstractWorkflowAction.removeFromSuccessors(AbstractWorkflowAction value)
Generated method - Removes
value from successors. |
void |
GeneratedAbstractWorkflowAction.removeFromSuccessors(SessionContext ctx,
AbstractWorkflowAction value)
Generated method - Removes
value from successors. |
void |
GeneratedWorkflowActionComment.setWorkflowAction(AbstractWorkflowAction value)
Generated method - Setter of the
WorkflowActionComment.workflowAction attribute. |
void |
GeneratedWorkflowActionComment.setWorkflowAction(SessionContext ctx,
AbstractWorkflowAction value)
Generated method - Setter of the
WorkflowActionComment.workflowAction attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedAbstractWorkflowAction.setPredecessors(java.util.List<AbstractWorkflowAction> value)
Generated method - Setter of the
AbstractWorkflowAction.predecessors attribute. |
void |
GeneratedAbstractWorkflowAction.setPredecessors(SessionContext ctx,
java.util.List<AbstractWorkflowAction> value)
Generated method - Setter of the
AbstractWorkflowAction.predecessors attribute. |
void |
GeneratedAbstractWorkflowAction.setSuccessors(java.util.List<AbstractWorkflowAction> value)
Generated method - Setter of the
AbstractWorkflowAction.successors attribute. |
void |
GeneratedAbstractWorkflowAction.setSuccessors(SessionContext ctx,
java.util.List<AbstractWorkflowAction> value)
Generated method - Setter of the
AbstractWorkflowAction.successors attribute. |
Copyright © 2018 SAP SE. All Rights Reserved.