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 Friday, July 11, 2008 1:11:16 PM CEST


Method Summary
 WfAssignmentIterator get_iterator_work_item()
           
 WfAssignment[] get_sequence_work_item(int max_number)
           
 int how_many_work_item()
           
 boolean is_member_of_work_items(WfAssignment member)
           
 void release(WfAssignment from_assigment, java.lang.String release_info)
           
 java.lang.String resource_key()
           
 java.lang.String resource_name()
           
 

Method Detail

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