public interface ICommitDetailFragment
Used when the commit involves many fragments.
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IAssociatedFile> |
getAssociatedFileCreations() |
java.util.Collection<IAssociatedFile> |
getAssociatedFileDeletions() |
java.util.Collection<IAssociatedFile> |
getAssociatedFileModifications() |
java.util.Collection<IAssociatedFileMove> |
getAssociatedFileMoves() |
java.util.Map<MObject,MObject> |
getConflictedElements()
Get the elements that prevent commit because they are in conflict.
|
java.util.Set<MObject> |
getCreatedElements()
Get the list of CMS elements to add to version control.
|
java.util.Set<java.lang.String> |
getDeletedBlobs() |
java.util.Set<MRef> |
getDeletedElements()
Get the list of references of elements to remove from version.
|
java.util.Collection<ICommitEntry> |
getEntries()
Get all model object modifications at a whole.
|
java.lang.String |
getMessage() |
java.util.Set<MObject> |
getModifiedElements()
Get the list of modified CMS nodes.
|
java.util.Map<MObject,MObject> |
getNeededNonVersionedElements()
Get needed elements that are not versioned.
|
java.util.Map<MObject,MObject> |
getNeededShellElements()
Get unresolved references used by elements to commit.
|
java.util.Set<MObject> |
getNonModifiedElementsToUnlock()
Get the non modified elements whose lock should be released.
|
IGModelFragment |
getProjectFragment() |
boolean |
isEmpty()
Returns true if there is nothing to commit.
|
java.util.Map<MObject,MObject> getNeededNonVersionedElements()
These dependencies prevent any commit until they are added to version.
java.util.Map<MObject,MObject> getConflictedElements()
These dependencies prevent any commit until they are resolved.
java.util.Set<MRef> getDeletedElements()
java.util.Set<MObject> getCreatedElements()
java.util.Set<java.lang.String> getDeletedBlobs()
java.util.Set<MObject> getNonModifiedElementsToUnlock()
java.util.Set<MObject> getModifiedElements()
boolean isEmpty()
java.util.Collection<ICommitEntry> getEntries()
Contains all additions, modifications and deletions.
IGModelFragment getProjectFragment()
java.lang.String getMessage()
java.util.Collection<IAssociatedFile> getAssociatedFileModifications()
java.util.Collection<IAssociatedFile> getAssociatedFileDeletions()
java.util.Collection<IAssociatedFile> getAssociatedFileCreations()
java.util.Collection<IAssociatedFileMove> getAssociatedFileMoves()