-
Methods in org.apache.wiki.workflow that return types with arguments of type Fact
Modifier and Type |
Method |
Description |
java.util.List<Fact> |
Decision.getFacts() |
Returns the Facts associated with this Decision, in the order in which they were added.
|
Methods in org.apache.wiki.workflow with parameters of type Fact
Modifier and Type |
Method |
Description |
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) |
Builds an approval workflow that requests approval from a named
user, Group or
Role before running a Task.
|