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.2"
from WorkflowModel.idl
Thursday, September 24, 2009 9:19:13 AM CEST
how_many_work_item
int how_many_work_item()
throws BaseException
- Throws:
BaseException
get_iterator_work_item
WfAssignmentIterator get_iterator_work_item()
throws BaseException
- Throws:
BaseException
get_sequence_work_item
WfAssignment[] get_sequence_work_item(int max_number)
throws BaseException
- Throws:
BaseException
is_member_of_work_items
boolean is_member_of_work_items(WfAssignment member)
throws BaseException
- Throws:
BaseException
resource_key
java.lang.String resource_key()
throws BaseException
- Throws:
BaseException
resource_name
java.lang.String resource_name()
throws BaseException
- Throws:
BaseException
release
void release(WfAssignment from_assigment,
java.lang.String release_info)
throws BaseException,
NotAssigned
- Throws:
BaseException
NotAssigned