de.danet.an.workflow.api
Interface GroupResource
- All Superinterfaces:
- java.io.Serializable, WfObject, WfResource
- All Known Implementing Classes:
- DefaultGroupResource
- public interface GroupResource
- extends WfResource, java.io.Serializable
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
,
RoleResource