|
Uses of ChildAssociationRef in org.alfresco.repo.node |
Methods in org.alfresco.repo.node with parameters of type ChildAssociationRef | |
abstract void |
NodeServicePolicies.BeforeDeleteChildAssociationPolicy.beforeDeleteChildAssociation(ChildAssociationRef childAssocRef) Called before a node child association is deleted. |
abstract void |
NodeServicePolicies.BeforeMoveNodePolicy.beforeMoveNode(ChildAssociationRef oldChildAssocRef, NodeRef newParentRef) Called before a node is moved. |
abstract void |
NodeServicePolicies.OnCreateChildAssociationPolicy.onCreateChildAssociation(ChildAssociationRef childAssocRef, boolean isNewNode) Called after a node child association has been created. |
abstract void |
NodeServicePolicies.OnCreateNodePolicy.onCreateNode(ChildAssociationRef childAssocRef) Called when a new node has been created. |
abstract void |
NodeServicePolicies.OnDeleteChildAssociationPolicy.onDeleteChildAssociation(ChildAssociationRef childAssocRef) Called after a node child association has been deleted. |
abstract void |
NodeServicePolicies.OnDeleteNodePolicy.onDeleteNode(ChildAssociationRef childAssocRef, boolean isNodeArchived) Called after a node is deleted. |
abstract void |
NodeServicePolicies.OnMoveNodePolicy.onMoveNode(ChildAssociationRef oldChildAssocRef, ChildAssociationRef newChildAssocRef) Called when a node has been moved. |
abstract void |
NodeServicePolicies.OnRestoreNodePolicy.onRestoreNode(ChildAssociationRef childAssocRef) Called after an archived node is restored. |
Uses of ChildAssociationRef in org.alfresco.repo.tenant |
Methods in org.alfresco.repo.tenant that return ChildAssociationRef | |
abstract ChildAssociationRef |
TenantService.getBaseName(ChildAssociationRef childAssocRef) |
abstract ChildAssociationRef |
TenantService.getBaseName(ChildAssociationRef childAssocRef, boolean forceIfNonTenant) |
abstract ChildAssociationRef |
TenantService.getName(ChildAssociationRef childAssocRef) |
Methods in org.alfresco.repo.tenant with parameters of type ChildAssociationRef | |
abstract ChildAssociationRef |
TenantService.getBaseName(ChildAssociationRef childAssocRef) |
abstract ChildAssociationRef |
TenantService.getBaseName(ChildAssociationRef childAssocRef, boolean forceIfNonTenant) |
abstract ChildAssociationRef |
TenantService.getName(ChildAssociationRef childAssocRef) |
Methods in org.alfresco.service.cmr.model with parameters of type ChildAssociationRef | |
abstract boolean |
SubFolderFilter.isEnterSubfolder(ChildAssociationRef subfolderRef) Does deep listing enter this subfolder? |
Methods in org.alfresco.service.cmr.rendition that return ChildAssociationRef | |
abstract ChildAssociationRef |
RenditionService.getRenditionByName(NodeRef node, QName renditionName) This method gets the rendition of the specified node identified by the provided rendition name. |
abstract ChildAssociationRef |
RenditionService.getSourceNode(NodeRef renditionNode) This method gets the source node for the specified rendition node. |
abstract ChildAssociationRef |
RenditionService.render(NodeRef sourceNode, QName renditionDefinitionQName) This method synchronously renders content as specified by the given rendition name. |
abstract ChildAssociationRef |
RenditionService.render(NodeRef sourceNode, RenditionDefinition renditionDefinition) This method synchronously renders content as specified by the given RenditionDefinition. |
Methods in org.alfresco.service.cmr.rendition that return types with arguments of type ChildAssociationRef | |
abstract List<ChildAssociationRef> |
RenditionService.getRenditions(NodeRef node) This method gets all the renditions of the specified node. |
abstract List<ChildAssociationRef> |
RenditionService.getRenditions(NodeRef node, String mimeTypePrefix) This method gets all the renditions of the specified node filtered by MIME-type prefix. |
Methods in org.alfresco.service.cmr.repository that return ChildAssociationRef | |
abstract ChildAssociationRef |
NodeService.addChild(NodeRef parentRef, NodeRef childRef, QName assocTypeQName, QName qname) Makes a parent-child association between the given nodes. |
abstract ChildAssociationRef |
NodeService.createNode(NodeRef parentRef, QName assocTypeQName, QName assocQName, QName nodeTypeQName) |
abstract ChildAssociationRef |
NodeService.createNode(NodeRef parentRef, QName assocTypeQName, QName assocQName, QName nodeTypeQName, Map<QName,Serializable> properties) Creates a new, non-abstract, real node as a primary child of the given parent node. |
abstract ChildAssociationRef |
NodeService.getPrimaryParent(NodeRef nodeRef) Fetches the primary parent-child relationship. |
Path.ChildAssocElement.getRef() | |
abstract ChildAssociationRef |
NodeService.moveNode(NodeRef nodeToMoveRef, NodeRef newParentRef, QName assocTypeQName, QName assocQName) Moves the primary location of the given node. |
Methods in org.alfresco.service.cmr.repository that return types with arguments of type ChildAssociationRef | |
abstract List<ChildAssociationRef> |
NodeService.addChild(Collection<NodeRef> parentRefs, NodeRef childRef, QName assocTypeQName, QName qname) Associates a given child node with a given collection of parents. |
abstract List<ChildAssociationRef> |
NodeService.getChildAssocs(NodeRef nodeRef) Get all child associations of the given node. |
abstract List<ChildAssociationRef> |
NodeService.getChildAssocs(NodeRef nodeRef, QNamePattern typeQNamePattern, QNamePattern qnamePattern) Gets all child associations where the pattern of the association qualified name is a match. |
abstract List<ChildAssociationRef> |
NodeService.getChildAssocs(NodeRef nodeRef, QNamePattern typeQNamePattern, QNamePattern qnamePattern, boolean preload) Gets all child associations where the pattern of the association qualified names match the patterns provided. |
abstract List<ChildAssociationRef> |
NodeService.getChildAssocs(NodeRef nodeRef, QNamePattern typeQNamePattern, QNamePattern qnamePattern, int maxResults, boolean preload) Gets all child associations where the pattern of the association qualified name is an exact match. |
abstract List<ChildAssociationRef> |
NodeService.getChildAssocs(NodeRef nodeRef, Set<QName> childNodeTypeQNames) Retrieve immediate children of a given node where the child nodes are in the given inclusive list. |
abstract List<ChildAssociationRef> |
NodeService.getChildAssocsByPropertyValue(NodeRef nodeRef, QName propertyQName, Serializable value) Retrieve the immediate children of a given node based on the value of a property of those children. |
abstract Collection<ChildAssociationRef> |
NodeService.getChildAssocsWithoutParentAssocsOfType(NodeRef parent, QName assocTypeQName) Gets the set of child associations of a certain parent node without parent associations of a certain type to other nodes with the same parent! In effect the 'orphans' with respect to a certain association type. |
abstract List<ChildAssociationRef> |
NodeService.getChildrenByName(NodeRef nodeRef, QName assocTypeQName, Collection<String> childNames) Get the nodes with the given names within the context of the parent node. |
abstract List<ChildAssociationRef> |
NodeService.getParentAssocs(NodeRef nodeRef) |
abstract List<ChildAssociationRef> |
NodeService.getParentAssocs(NodeRef nodeRef, QNamePattern typeQNamePattern, QNamePattern qnamePattern) Gets all parent associations where the pattern of the association qualified name is a match |
Methods in org.alfresco.service.cmr.repository with parameters of type ChildAssociationRef | |
int |
ChildAssociationRef.compareTo(ChildAssociationRef another) |
abstract boolean |
NodeService.removeChildAssociation(ChildAssociationRef childAssocRef) Remove a specific child association. |
abstract boolean |
NodeService.removeSeconaryChildAssociation(ChildAssociationRef childAssocRef) |
abstract boolean |
NodeService.removeSecondaryChildAssociation(ChildAssociationRef childAssocRef) Remove a specific secondary child association. |
abstract void |
NodeService.setChildAssociationIndex(ChildAssociationRef childAssocRef, int index) Set the ordering index of the child association. |
Constructors in org.alfresco.service.cmr.repository with parameters of type ChildAssociationRef |
ChildAssocElement(ChildAssociationRef ref) |
Methods in org.alfresco.service.cmr.search that return ChildAssociationRef | |
abstract ChildAssociationRef |
CategoryService.getCategory(NodeRef parent, QName aspectName, String name) Looks up a category by name under its immediate parent. |
abstract ChildAssociationRef |
ResultSetRow.getChildAssocRef() |
abstract ChildAssociationRef |
ResultSetSPI.getChildAssocRef(int n) Get the child assoc ref for a particular row. |
Methods in org.alfresco.service.cmr.search that return types with arguments of type ChildAssociationRef | |
abstract Collection<ChildAssociationRef> |
CategoryService.getCategories(StoreRef storeRef, QName aspectQName, org.alfresco.service.cmr.search.CategoryService.Depth depth) Get a list of all the categories appropriate for a given property. |
abstract List<ChildAssociationRef> |
ResultSetSPI.getChildAssocRefs() Get a list of all the child associations in the results set. |
abstract Collection<ChildAssociationRef> |
CategoryService.getChildren(NodeRef categoryRef, org.alfresco.service.cmr.search.CategoryService.Mode mode, org.alfresco.service.cmr.search.CategoryService.Depth depth) Get the children of a given category node |
abstract Collection<ChildAssociationRef> |
CategoryService.getClassifications(StoreRef storeRef) Get all the classification entries |
abstract Collection<ChildAssociationRef> |
CategoryService.getRootCategories(StoreRef storeRef, QName aspectName) Get the root categories for an aspect/classification |
abstract PagingResults<ChildAssociationRef> |
CategoryService.getRootCategories(StoreRef storeRef, QName aspectName, PagingRequest pagingRequest, boolean sortByName) Get a paged list of the root categories for an aspect/classification |
abstract PagingResults<ChildAssociationRef> |
CategoryService.getRootCategories(StoreRef storeRef, QName aspectName, PagingRequest pagingRequest, boolean sortByName, String filter) Get a paged list of the root categories for an aspect/classification |
abstract Collection<ChildAssociationRef> |
CategoryService.getRootCategories(StoreRef storeRef, QName aspectName, String filter) Get the root categories for an aspect/classification with names that start with filter |
abstract Collection<ChildAssociationRef> |
CategoryService.getRootCategories(StoreRef storeRef, QName aspectName, String name, boolean create) Gets root categories by name, optionally creating one if one does not exist. |
|