| |
|
| java.lang.Object de.danet.an.workflow.domain.Requester
Requester | public class Requester implements WfRequester,java.io.Serializable(Code) | | Requester represents a simple implementation
of the interface
de.danet.an.workflow.localcoreapi.WfRequesterLocal WfRequester .
|
Requester | public Requester(String name)(Code) | | Default constructor.
Parameters: name - name of the requester |
isMemberOfPerformers | public boolean isMemberOfPerformers(WfProcess member)(Code) | | For the 1. iteration the method throws an
UnsupportedOperationException
|
performers | public Collection performers()(Code) | | For the 1. iteration the method throws an
UnsupportedOperationException
|
toString | public String toString()(Code) | | Gives the name of the requester.
name of the requester |
|
|
|