jBPM distribution 6.0.0.Beta3

Uses of Class
org.jbpm.examples.checklist.ChecklistItem.Status

Packages that use ChecklistItem.Status
org.jbpm.examples.checklist   
org.jbpm.examples.checklist.context   
org.jbpm.examples.checklist.impl   
 

Uses of ChecklistItem.Status in org.jbpm.examples.checklist
 

Methods in org.jbpm.examples.checklist that return ChecklistItem.Status
 ChecklistItem.Status ChecklistItem.getStatus()
           
static ChecklistItem.Status ChecklistItem.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChecklistItem.Status[] ChecklistItem.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ChecklistItem.Status in org.jbpm.examples.checklist.context
 

Constructor parameters in org.jbpm.examples.checklist.context with type arguments of type ChecklistItem.Status
TaskStatusContextConstraint(List<ChecklistItem.Status> statusses)
           
 

Uses of ChecklistItem.Status in org.jbpm.examples.checklist.impl
 

Methods in org.jbpm.examples.checklist.impl that return ChecklistItem.Status
 ChecklistItem.Status DefaultChecklistItem.getStatus()
           
 

Constructors in org.jbpm.examples.checklist.impl with parameters of type ChecklistItem.Status
DefaultChecklistItem(String name, ChecklistItem.Status status, Long taskId, String actors, long priority, String processId, Long processInstanceId, String orderingNb)
           
 


jBPM distribution 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.