public class PropertyLocation extends ItemLocation
isSystemSession, path, repository, uuid, workspace| Constructor and Description |
|---|
PropertyLocation()
Instantiates a new property location.
|
PropertyLocation(ItemLocation location)
Instantiates a new property location.
|
PropertyLocation(String repository,
String workspace,
String path)
Instantiates a new property location.
|
PropertyLocation(String repository,
String workspace,
String path,
String uuid)
Instantiates a new property location.
|
PropertyLocation(String repository,
String workspace,
String path,
String uuid,
boolean isSystem)
Instantiates a new property location.
|
| Modifier and Type | Method and Description |
|---|---|
static javax.jcr.Property |
getPropertyByLocation(PropertyLocation propertyLocation)
Get a property by a PropertyLocation object.
|
static PropertyLocation |
getPropertyLocationByProperty(javax.jcr.Property property)
Get an PropertyLocation object by a property.
|
getItemByLocation, getItemLocationByItem, getPath, getRepository, getUUID, getWorkspace, isSystemSession, setPath, setRepository, setSystemSession, setUUID, setWorkspacepublic PropertyLocation()
public PropertyLocation(String repository, String workspace, String path, String uuid, boolean isSystem)
repository - the repositoryworkspace - the workspacepath - the pathuuid - the uuidisSystem - if the property session is systempublic PropertyLocation(String repository, String workspace, String path, String uuid)
repository - the repositoryworkspace - the workspacepath - the pathuuid - the uuidpublic PropertyLocation(String repository, String workspace, String path)
repository - the repositoryworkspace - the workspacepath - the pathpublic PropertyLocation(ItemLocation location)
public static final PropertyLocation getPropertyLocationByProperty(javax.jcr.Property property)
property - the propertypublic static final javax.jcr.Property getPropertyByLocation(PropertyLocation propertyLocation)
propertyLocation - the PropertyLocation objectCopyright © 2003–2019 eXo Platform SAS. All rights reserved.