org.omg.WorkflowModel
Interface WfResourceOperations
- All Superinterfaces:
- BaseBusinessObjectOperations
- All Known Subinterfaces:
- WfResource
- All Known Implementing Classes:
- _WfResourceImplBase, _WfResourceStub, WfResourcePOA
- public interface WfResourceOperations
- extends BaseBusinessObjectOperations
org/omg/WorkflowModel/WfResourceOperations.java .
Generated by the IDL-to-Java compiler (portable), version "3.1"
from WorkflowModel.idl
Friday, May 18, 2007 2:02:05 PM CEST
how_many_work_item
public int how_many_work_item()
throws BaseException
- Throws:
BaseException
get_iterator_work_item
public WfAssignmentIterator get_iterator_work_item()
throws BaseException
- Throws:
BaseException
get_sequence_work_item
public WfAssignment[] get_sequence_work_item(int max_number)
throws BaseException
- Throws:
BaseException
is_member_of_work_items
public boolean is_member_of_work_items(WfAssignment member)
throws BaseException
- Throws:
BaseException
resource_key
public java.lang.String resource_key()
throws BaseException
- Throws:
BaseException
resource_name
public java.lang.String resource_name()
throws BaseException
- Throws:
BaseException
release
public void release(WfAssignment from_assigment,
java.lang.String release_info)
throws BaseException,
NotAssigned
- Throws:
BaseException
NotAssigned