Class ChangeOperation.ManifestChangeOperation
- java.lang.Object
 - 
- com.inductiveautomation.ignition.common.project.ChangeOperation
 - 
- com.inductiveautomation.ignition.common.project.ChangeOperation.ManifestChangeOperation
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - ChangeOperation
 
public static class ChangeOperation.ManifestChangeOperation extends ChangeOperation
- See Also:
 - Serialized Form
 
 
- 
- 
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 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBaseHashCode()ProjectManifestgetManifest()java.lang.StringgetProjectName()java.lang.StringtoString()- 
Methods inherited from class com.inductiveautomation.ignition.common.project.ChangeOperation
changeOpsToIdSet, getOperationType, getResourceFromChange, getResourceIdFromChange, newCreateOp, newDeleteOp, newManifestChangeOp, newManifestChangeOp, newModifyOp 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getManifest
public ProjectManifest getManifest()
 
- 
getBaseHashCode
public int getBaseHashCode()
 
- 
getProjectName
public java.lang.String getProjectName()
- Specified by:
 getProjectNamein classChangeOperation- Returns:
 - the name of the project the target of this operation belongs to.
 
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -