Uses of Interface
org.opencrx.kernel.workflow1.jmi1.AbstractTask

Packages that use AbstractTask
org.opencrx.kernel.workflow1.jmi1   
 

Uses of AbstractTask in org.opencrx.kernel.workflow1.jmi1
 

Subinterfaces of AbstractTask in org.opencrx.kernel.workflow1.jmi1
 interface ExternalTask
          Class ExternalTask
 interface WfProcess
          Class WfProcess
 

Methods in org.opencrx.kernel.workflow1.jmi1 with type parameters of type AbstractTask
<T extends AbstractTask>
List<T>
Segment.getWfProcess(AbstractTaskQuery query)
          Retrieves the value for the reference wfProcess for the specified query.
 

Methods in org.opencrx.kernel.workflow1.jmi1 that return AbstractTask
 AbstractTask Segment.getWfProcess(boolean idIsPersistent, String id)
          Retrieves the value for the reference wfProcess for the specified qualifier attribute value.
 AbstractTask Segment.getWfProcess(String id)
          Retrieves the value for the reference wfProcess for the specified qualifier attribute value.
 

Methods in org.opencrx.kernel.workflow1.jmi1 with parameters of type AbstractTask
 void Segment.addWfProcess(boolean idIsPersistent, String id, AbstractTask wfProcess)
          Adds the specified element to the set of the values for the reference wfProcess.
 void Segment.addWfProcess(String id, AbstractTask wfProcess)
          Adds the specified element to the set of the values for the reference wfProcess using a reassignable qualifier.
 



This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.