Package | Description |
---|---|
org.alfresco.repo.version | |
org.alfresco.repo.virtual.bundle | |
org.alfresco.service.cmr.version |
Modifier and Type | Method and Description |
---|---|
Collection<Version> |
Version2ServiceImpl.createVersion(Collection<org.alfresco.service.cmr.repository.NodeRef> nodeRefs,
Map<String,Serializable> versionProperties) |
Collection<Version> |
VersionServiceImpl.createVersion(Collection<org.alfresco.service.cmr.repository.NodeRef> nodeRefs,
Map<String,Serializable> versionProperties)
Note: we can't control the order of the list, so if we have children and parents in the list and the
parents get versioned before the children and the children are not already versioned then the parents
child references will be pointing to the node ref, rather than the verison history.
|
Version |
Version2ServiceImpl.createVersion(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Map<String,Serializable> versionProperties) |
Version |
VersionServiceImpl.createVersion(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Map<String,Serializable> versionProperties) |
Collection<Version> |
VersionServiceImpl.createVersion(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Map<String,Serializable> versionProperties,
boolean versionChildren)
The version's are created from the children upwards with the parent being created first.
|
void |
Version2ServiceImpl.deleteVersionHistory(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
void |
VersionServiceImpl.deleteVersionHistory(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
Modifier and Type | Method and Description |
---|---|
Collection<Version> |
VirtualVersionServiceExtension.createVersion(Collection<org.alfresco.service.cmr.repository.NodeRef> nodeRefs,
Map<String,Serializable> versionProperties) |
Version |
VirtualVersionServiceExtension.createVersion(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Map<String,Serializable> versionProperties) |
Collection<Version> |
VirtualVersionServiceExtension.createVersion(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Map<String,Serializable> versionProperties,
boolean versionChildren) |
void |
VirtualVersionServiceExtension.deleteVersionHistory(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
VersionHistory |
VirtualVersionServiceExtension.getVersionHistory(org.alfresco.service.cmr.repository.NodeRef nodeRef) |
Modifier and Type | Method and Description |
---|---|
Collection<Version> |
VersionService.createVersion(Collection<org.alfresco.service.cmr.repository.NodeRef> nodeRefs,
Map<String,Serializable> versionProperties)
Creates new versions based on the list of node references provided.
|
Version |
VersionService.createVersion(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Map<String,Serializable> versionProperties)
Creates a new version based on the referenced node.
|
Collection<Version> |
VersionService.createVersion(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Map<String,Serializable> versionProperties,
boolean versionChildren)
Creates a new version based on the referenced node.
|
void |
VersionService.deleteVersionHistory(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Delete the version history associated with a node reference.
|
VersionHistory |
VersionService.getVersionHistory(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Gets the version history information for a node.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.