de.danet.an.workflow.api
Interface RoleResource
- All Superinterfaces:
- java.io.Serializable, WfObject, WfResource
- All Known Implementing Classes:
- DefaultRoleResource
- public interface RoleResource
- extends WfResource, java.io.Serializable
This interface extends the interface WfResource
for resources
that are roles. 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:
- Michael Lipp
- See Also:
UserResource
,
GroupResource