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(QName aspectName,
VersionRevertDetails details)
How should the specified aspect be reverted?
|
VersionRevertCallback.RevertAssocAction |
getRevertAssocAction(QName assocName,
VersionRevertDetails details)
How should the specified assoc be reverted?
|
VersionRevertCallback.RevertAspectAction getRevertAspectAction(QName aspectName, VersionRevertDetails details)
aspectName - the name of the aspect to revertdetails - details of the aspect to revertVersionRevertCallback.RevertAssocAction getRevertAssocAction(QName assocName, VersionRevertDetails details)
assocName - the name of the assoc to revertdetails - details of the node to revertCopyright © 2005–2021 Alfresco Software. All rights reserved.