| de.danet.an.workflow.api.GroupResource
All known Subclasses: de.danet.an.workflow.spis.rms.DefaultGroupResource,
GroupResource | public interface GroupResource extends WfResource,Serializable(Code) | | This interface extends the interface WfResource for resources
that are groups. The distinction of resource types is without relevance
to the workflow engine, but may be used to e.g. display resource types
differently in the user interface. Resource management services are not
required to make use of this interface, they may deliver all resources as
plain WfResource s. Application must therefore be
prepared to handle resources that only implement the base interface
WfResource .
author: mnl See Also: UserResource See Also: RoleResource |
|
|