Package org.alfresco.service.cmr.view
Class Location
- java.lang.Object
-
- org.alfresco.service.cmr.view.Location
-
public class Location extends Object
Importer / Exporter Location- Author:
- David Caruana
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetChildAssocType()NodeRefgetNodeRef()NodeRef[]getNodeRefs()StringgetPath()StoreRefgetStoreRef()voidsetChildAssocType(QName childAssocType)Sets the child association typevoidsetNodeRefs(NodeRef[] nodeRefs)voidsetPath(String path)Sets the location to the specified path
-
-
-
Method Detail
-
getStoreRef
public StoreRef getStoreRef()
- Returns:
- the store ref
-
getNodeRef
public NodeRef getNodeRef()
- Returns:
- the node ref
-
getNodeRefs
public NodeRef[] getNodeRefs()
- Returns:
- the node refs
-
setNodeRefs
public void setNodeRefs(NodeRef[] nodeRefs)
-
setPath
public void setPath(String path)
Sets the location to the specified path- Parameters:
path- path relative to store or node reference
-
getPath
public String getPath()
- Returns:
- the location
-
setChildAssocType
public void setChildAssocType(QName childAssocType)
Sets the child association type- Parameters:
childAssocType- child association type
-
getChildAssocType
public QName getChildAssocType()
- Returns:
- the child association type
-
-