|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.service.cmr.view.Location
public class Location
Importer / Exporter Location
Constructor Summary | |
---|---|
Location(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Construct |
|
Location(org.alfresco.service.cmr.repository.NodeRef[] nodeRefs)
Construct |
|
Location(org.alfresco.service.cmr.repository.StoreRef storeRef)
Construct |
Method Summary | |
---|---|
org.alfresco.service.namespace.QName |
getChildAssocType()
|
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef()
|
org.alfresco.service.cmr.repository.NodeRef[] |
getNodeRefs()
|
java.lang.String |
getPath()
|
org.alfresco.service.cmr.repository.StoreRef |
getStoreRef()
|
void |
setChildAssocType(org.alfresco.service.namespace.QName childAssocType)
Sets the child association type |
void |
setNodeRefs(org.alfresco.service.cmr.repository.NodeRef[] nodeRefs)
|
void |
setPath(java.lang.String path)
Sets the location to the specified path |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Location(org.alfresco.service.cmr.repository.NodeRef nodeRef)
nodeRef
- public Location(org.alfresco.service.cmr.repository.NodeRef[] nodeRefs)
nodeRefs
- public Location(org.alfresco.service.cmr.repository.StoreRef storeRef)
storeRef
- Method Detail |
---|
public org.alfresco.service.cmr.repository.StoreRef getStoreRef()
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
public org.alfresco.service.cmr.repository.NodeRef[] getNodeRefs()
public void setNodeRefs(org.alfresco.service.cmr.repository.NodeRef[] nodeRefs)
public void setPath(java.lang.String path)
path
- path relative to store or node referencepublic java.lang.String getPath()
public void setChildAssocType(org.alfresco.service.namespace.QName childAssocType)
childAssocType
- child association typepublic org.alfresco.service.namespace.QName getChildAssocType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |