Interface Resource
- 
- All Known Implementing Classes:
- Resources,- ResourceUtil
 
 public interface ResourceResources are entities for which a user or a group is authorized. Examples of resources are applications, process-definitions, process-instances, tasks ... A resource has a type and an id. The type ( #setResource(String)) allows to group all resources of the same kind. A resource id is the identifier of an individual resource instance (#setResourceId(String)). For example: the resource type could be "processDefinition" and the resource-id could be the id of an individual process definition.See Resourcesfor a set of built-in resource constants.- Author:
- Daniel Meyer
- See Also:
- Resources
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringresourceName()returns the name of the resourceintresourceType()an integer representing the type of the resource.
 
-