Package org.camunda.bpm.engine.rest.util
Class ResourceUtil
java.lang.Object
org.camunda.bpm.engine.rest.util.ResourceUtil
- All Implemented Interfaces:
Resource
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
returns the name of the resourceint
an integer representing the type of the resource.
-
Field Details
-
resourceName
-
resourceType
protected int resourceType
-
-
Constructor Details
-
ResourceUtil
-
-
Method Details
-
resourceName
Description copied from interface:Resource
returns the name of the resource- Specified by:
resourceName
in interfaceResource
-
resourceType
public int resourceType()Description copied from interface:Resource
an integer representing the type of the resource.- Specified by:
resourceType
in interfaceResource
- Returns:
- the type identitfyer of the resource
-
hashCode
public int hashCode() -
equals
-