Package | Description |
---|---|
org.alfresco.repo.version | |
org.alfresco.repo.version.common | |
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.
|
protected Version |
Version2ServiceImpl.createVersion(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Map<String,Serializable> origVersionProperties,
int versionNumber) |
protected Version |
VersionServiceImpl.createVersion(org.alfresco.service.cmr.repository.NodeRef nodeRef,
Map<String,Serializable> origVersionProperties,
int versionNumber)
Creates a new version of the passed node assigning the version properties
accordingly.
|
Modifier and Type | Method and Description |
---|---|
static void |
VersionUtil.checkVersionPropertyNames(Collection<String> names)
Checks that the names of the additional version properties are valid and that they do not clash
with the reserved properties.
|
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) |
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.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.