public interface VersionRevertCallback
Modifier and Type | Interface and Description |
---|---|
static class |
VersionRevertCallback.RevertAspectAction |
static class |
VersionRevertCallback.RevertAssocAction |
Modifier and Type | Method and Description |
---|---|
VersionRevertCallback.RevertAspectAction |
getRevertAspectAction(org.alfresco.service.namespace.QName aspectName,
VersionRevertDetails details)
How should the specified aspect be reverted?
|
VersionRevertCallback.RevertAssocAction |
getRevertAssocAction(org.alfresco.service.namespace.QName assocName,
VersionRevertDetails details)
How should the specified assoc be reverted?
|
VersionRevertCallback.RevertAspectAction getRevertAspectAction(org.alfresco.service.namespace.QName aspectName, VersionRevertDetails details)
aspectName
- the name of the aspect to revertdetails
- details of the aspect to revertVersionRevertCallback.RevertAssocAction getRevertAssocAction(org.alfresco.service.namespace.QName assocName, VersionRevertDetails details)
assocName
- the name of the assoc to revertdetails
- details of the node to revertCopyright © 2005–2017 Alfresco Software. All rights reserved.