|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RouteModuleRemote
A RouteModule is responsible for generating Action Requests for a given Route Header document. Implementations of this Interface are potentially remotable, so this Interface uses value objects.
| Method Summary | |
|---|---|
List<ActionRequest> |
findActionRequests(RouteHeaderDTO routeHeader,
DocumentContentDTO documentContent)
Generate action requests for the given RouteHeaderVO. |
ResponsiblePartyDTO |
resolveResponsibilityId(String responsibilityId)
The route module will resolve the given responsibilityId and return an object that contains the key to either a user or a workgroup. |
| Method Detail |
|---|
List<ActionRequest> findActionRequests(RouteHeaderDTO routeHeader,
DocumentContentDTO documentContent)
throws RemoteException
RemoteException
ResponsiblePartyDTO resolveResponsibilityId(String responsibilityId)
throws RemoteException
rId - ResponsibiliyId that we need resolved.
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||