| Package | Description |
|---|---|
| org.apache.wiki.workflow |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Fact> |
Decision.getFacts()
Returns the Facts associated with this Decision, in the order in which they were added.
|
java.util.List<Fact> |
Decision.getFacts()
Returns the Facts associated with this Decision, in the order in which they were added.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Decision.addFact(Fact fact)
Appends a Fact to the list of Facts associated with this Decision.
|
void |
Decision.addFact(Fact fact)
Appends a Fact to the list of Facts associated with this Decision.
|
Workflow |
WorkflowBuilder.buildApprovalWorkflow(java.security.Principal submitter,
java.lang.String workflowApproverKey,
Step prepTask,
java.lang.String decisionKey,
Fact[] facts,
Step completionTask,
java.lang.String rejectedMessageKey)
|
Workflow |
WorkflowBuilder.buildApprovalWorkflow(java.security.Principal submitter,
java.lang.String workflowApproverKey,
Step prepTask,
java.lang.String decisionKey,
Fact[] facts,
Step completionTask,
java.lang.String rejectedMessageKey)
|
Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.