Package org.alfresco.service.cmr.view
Class Location
java.lang.Object
org.alfresco.service.cmr.view.Location
Importer / Exporter Location
- Author:
- David Caruana
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNodeRef[]getPath()voidsetChildAssocType(QName childAssocType) Sets the child association typevoidsetNodeRefs(NodeRef[] nodeRefs) voidSets the location to the specified path
-
Constructor Details
-
Location
Construct- Parameters:
nodeRef- NodeRef
-
Location
Construct- Parameters:
nodeRefs- NodeRef[]
-
Location
Construct- Parameters:
storeRef- StoreRef
-
-
Method Details
-
getStoreRef
- Returns:
- the store ref
-
getNodeRef
- Returns:
- the node ref
-
getNodeRefs
- Returns:
- the node refs
-
setNodeRefs
-
setPath
Sets the location to the specified path- Parameters:
path- path relative to store or node reference
-
getPath
- Returns:
- the location
-
setChildAssocType
Sets the child association type- Parameters:
childAssocType- child association type
-
getChildAssocType
- Returns:
- the child association type
-