| edu.iu.uis.eden.workgroup.WorkgroupService
All known Subclasses: edu.iu.uis.eden.workgroup.BaseWorkgroupService,
getBlankWorkgroupExtension | public Extension getBlankWorkgroupExtension()(Code) | | |
getCapabilities | public WorkgroupCapabilities getCapabilities()(Code) | | Retrieves the capabilities of this Workgroup service. This essentially provides the core with information
on the kinds of activities which the Workgroup service can perform such as reporting, routing, etc. This
is primarily used by the web-tier of the application to aid in delivery of web-based workgroup services.
|
getWorkgroup | public Workgroup getWorkgroup(GroupId groupId, boolean loadWorkgroupExtensions)(Code) | | Searches for core Workflow workgroups plus any workgroup extensions if
loadWorkgroupExtensions is true. A workgroup extension allow searching and
dynamic loading of workgroups maintained in Workflow-external systems.
Workgroup extensions are specified and configured based on the needs of
a given installation site.
|
|
|