Package org.camunda.bpm.engine.rest.util
Class ResourceUtil
- java.lang.Object
-
- org.camunda.bpm.engine.rest.util.ResourceUtil
-
-
Field Summary
Fields Modifier and Type Field Description protected StringresourceNameprotected intresourceType
-
Constructor Summary
Constructors Constructor Description ResourceUtil(String resourceName, int resourceType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()StringresourceName()returns the name of the resourceintresourceType()an integer representing the type of the resource.
-
-
-
Field Detail
-
resourceName
protected String resourceName
-
resourceType
protected int resourceType
-
-
Constructor Detail
-
ResourceUtil
public ResourceUtil(String resourceName, int resourceType)
-
-
Method Detail
-
resourceName
public String resourceName()
Description copied from interface:Resourcereturns the name of the resource- Specified by:
resourceNamein interfaceResource
-
resourceType
public int resourceType()
Description copied from interface:Resourcean integer representing the type of the resource.- Specified by:
resourceTypein interfaceResource- Returns:
- the type identitfyer of the resource
-
-