Class ChangeOperation.ResourceChangeOperation
java.lang.Object
com.inductiveautomation.ignition.common.project.ChangeOperation
com.inductiveautomation.ignition.common.project.ChangeOperation.ResourceChangeOperation
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChangeOperation.CreateResourceOperation
,ChangeOperation.DeleteResourceOperation
,ChangeOperation.ModifyResourceOperation
,InheritanceChangeOperation
- Enclosing class:
- ChangeOperation
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.project.ChangeOperation
ChangeOperation.CreateResourceOperation, ChangeOperation.DeleteResourceOperation, ChangeOperation.ManifestChangeOperation, ChangeOperation.ModifyResourceOperation, ChangeOperation.OperationType, ChangeOperation.ResourceChangeOperation
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.common.project.ChangeOperation
CHANGE_SORT
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ResourceChangeOperation
(ChangeOperation.OperationType operationType) -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.project.ChangeOperation
changeOpsToIdSet, getOperationType, getResourceFromChange, getResourceIdFromChange, newCreateOp, newDeleteOp, newManifestChangeOp, newManifestChangeOp, newModifyOp
-
Constructor Details
-
ResourceChangeOperation
-
-
Method Details
-
getResourceId
- Returns:
- the
ProjectResourceId
this operation targets.
-
getProjectName
- Specified by:
getProjectName
in classChangeOperation
- Returns:
- the name of the project the target of this operation belongs to.
-