Package | Description |
---|---|
org.apache.wiki.workflow |
Modifier and Type | Method and Description |
---|---|
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.
|
Workflow |
WorkflowBuilder.buildApprovalWorkflow(Principal submitter,
String workflowApproverKey,
Step prepTask,
String decisionKey,
Fact[] facts,
Step completionTask,
String rejectedMessageKey)
|
Copyright © 2001-2019 The Apache Software Foundation. All rights reserved.