public class Location extends Object
| Constructor and Description |
|---|
Location(NodeRef nodeRef)
Construct
|
Location(NodeRef[] nodeRefs)
Construct
|
Location(StoreRef storeRef)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
QName |
getChildAssocType() |
NodeRef |
getNodeRef() |
NodeRef[] |
getNodeRefs() |
String |
getPath() |
StoreRef |
getStoreRef() |
void |
setChildAssocType(QName childAssocType)
Sets the child association type
|
void |
setNodeRefs(NodeRef[] nodeRefs) |
void |
setPath(String path)
Sets the location to the specified path
|
public Location(NodeRef nodeRef)
nodeRef - NodeRefpublic Location(NodeRef[] nodeRefs)
nodeRefs - NodeRef[]public Location(StoreRef storeRef)
storeRef - StoreRefpublic StoreRef getStoreRef()
public NodeRef getNodeRef()
public NodeRef[] getNodeRefs()
public void setNodeRefs(NodeRef[] nodeRefs)
public void setPath(String path)
path - path relative to store or node referencepublic String getPath()
public void setChildAssocType(QName childAssocType)
childAssocType - child association typepublic QName getChildAssocType()
Copyright © 2005–2020 Alfresco Software. All rights reserved.