Class PathCommandHandler
java.lang.Object
org.exoplatform.documents.storage.jcr.webdav.plugin.PathCommandHandler
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected org.exoplatform.social.core.manager.IdentityManagerprotected static final org.exoplatform.services.log.Logprotected org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreatorstatic final Stringprotected org.exoplatform.services.jcr.ext.app.SessionProviderServiceprotected org.exoplatform.social.core.space.spi.SpaceService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIdentityBaseJcrPath(long identityId) getIdentityBaseJcrPath(String webDavPath) getIdentityIdFromJcrPath(String jcrPath, String username) getIdentityIdFromWebDavPath(String webDavPath) booleanisIdentityRootWebDavPath(String webDavPath) transformToJcrPath(String webDavPath)
-
Field Details
-
PROPERTY_NAMES
-
IDENTITY_PATHS_FORMAT
- See Also:
-
PATHS_CONCAT_FORMAT
- See Also:
-
LOG
protected static final org.exoplatform.services.log.Log LOG -
identityManager
@Autowired protected org.exoplatform.social.core.manager.IdentityManager identityManager -
spaceService
@Autowired protected org.exoplatform.social.core.space.spi.SpaceService spaceService -
nodeHierarchyCreator
@Autowired protected org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator -
sessionProviderService
@Autowired protected org.exoplatform.services.jcr.ext.app.SessionProviderService sessionProviderService
-
-
Constructor Details
-
PathCommandHandler
public PathCommandHandler()
-
-
Method Details
-
getIdentityBaseJcrPath
-
getIdentityBaseJcrPath
-
getIdentityIdFromJcrPath
-
getIdentityIdFromWebDavPath
-
transformToJcrPath
-
isIdentityRootWebDavPath
-