Class Location

java.lang.Object
org.alfresco.service.cmr.view.Location

public class Location extends Object
Importer / Exporter Location
Author:
David Caruana
  • Constructor Details

    • Location

      public Location(NodeRef nodeRef)
      Construct
      Parameters:
      nodeRef - NodeRef
    • Location

      public Location(NodeRef[] nodeRefs)
      Construct
      Parameters:
      nodeRefs - NodeRef[]
    • Location

      public Location(StoreRef storeRef)
      Construct
      Parameters:
      storeRef - StoreRef
  • Method Details

    • 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