Uses of Class
com.ecyrd.jspwiki.workflow.Fact

Packages that use Fact
com.ecyrd.jspwiki.workflow   
 

Uses of Fact in com.ecyrd.jspwiki.workflow
 

Methods in com.ecyrd.jspwiki.workflow with parameters of type Fact
 void Decision.addFact(Fact fact)
          Appends a Fact to the list of Facts associated with this Decision.
 Workflow WorkflowBuilder.buildApprovalWorkflow(Principal submitter, String workflowApproverKey, Task prepTask, String decisionKey, Fact[] facts, Task completionTask, String rejectedMessageKey)
          Builds an approval workflow that requests approval from a named user, Group or Role before running a Task.