Class ResourceId
java.lang.Object
com.inductiveautomation.ignition.common.resourcecollection.ResourceId
- All Implemented Interfaces:
Serializable
Unique ID for a resource, containing the resource collection name, module id, type id, and folder path.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResourceId
(String resourceCollectionName, ResourcePath resourcePath) ResourceId
(String resourceCollectionName, ResourceType resourceType, String path) -
Method Summary
-
Field Details
-
collectionName
-
resourcePath
-
-
Constructor Details
-
ResourceId
-
ResourceId
-
-
Method Details
-
getResourceCollectionName
-
getResourceType
-
getResourcePath
- Returns:
- The resource path, which is the resource type id + folder path.
-
getFolderPath
Shortcut for getResourcePath().getPath().toString() -
equals
-
hashCode
public int hashCode() -
toString
-