|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PentahoJcrConstants | |
---|---|
org.pentaho.platform.repository2.unified.jcr | Notes |
org.pentaho.platform.repository2.unified.jcr.jackrabbit | |
org.pentaho.platform.repository2.unified.jcr.transform |
Uses of PentahoJcrConstants in org.pentaho.platform.repository2.unified.jcr |
---|
Methods in org.pentaho.platform.repository2.unified.jcr with parameters of type PentahoJcrConstants | |
---|---|
void |
ILockHelper.addLockTokenToSessionIfNecessary(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Adds the lock token associated with the file with the given file id if the file is locked. |
boolean |
ILockHelper.canUnlock(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
javax.jcr.lock.Lock lock)
Returns true if user represented by session can potentially unlock the given lock. |
static void |
JcrRepositoryFileUtils.checkinNearestVersionableFileIfNecessary(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId,
String versionMessage)
Conditionally checks in node representing file if node is versionable. |
static void |
JcrRepositoryFileUtils.checkinNearestVersionableNodeIfNecessary(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
javax.jcr.Node node,
String versionMessage)
Conditionally checks in node if node is versionable. |
static void |
JcrRepositoryFileUtils.checkoutNearestVersionableFileIfNecessary(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Conditionally checks out node representing file if node is versionable. |
static void |
JcrRepositoryFileUtils.checkoutNearestVersionableNodeIfNecessary(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
javax.jcr.Node node)
Conditionally checks out node if node is versionable. |
void |
ITransformer.createContentNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
T data,
javax.jcr.Node fileNode)
Creates a JCR node subtree representing the given content . |
static javax.jcr.Node |
JcrRepositoryFileUtils.createFileNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable parentFolderId,
RepositoryFile file,
IRepositoryFileData content,
ITransformer<IRepositoryFileData> transformer)
|
static javax.jcr.Node |
JcrRepositoryFileUtils.createFolderNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable parentFolderId,
RepositoryFile folder)
|
void |
DefaultDeleteHelper.deleteFile(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Deletes a file in a way that it can be recovered. |
void |
IDeleteHelper.deleteFile(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Deletes a file in a way that it can be recovered. |
static void |
JcrRepositoryFileUtils.deleteFile(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId,
ILockHelper lockTokenHelper)
|
T |
ITransformer.fromContentNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
javax.jcr.Node fileNode)
Transforms a JCR node subtree into an IRepositoryFileData . |
static List<RepositoryFile> |
JcrRepositoryFileUtils.getChildren(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
IOwnerLookupHelper ownerLookupHelper,
IPathConversionHelper pathConversionHelper,
Serializable folderId,
String filter)
|
static IRepositoryFileData |
JcrRepositoryFileUtils.getContent(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId,
Serializable versionId,
ITransformer<IRepositoryFileData> transformer)
|
List<RepositoryFile> |
DefaultDeleteHelper.getDeletedFiles(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants)
Lists deleted files for this user. |
List<RepositoryFile> |
IDeleteHelper.getDeletedFiles(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants)
Lists deleted files for this user. |
List<RepositoryFile> |
DefaultDeleteHelper.getDeletedFiles(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable folderId,
String filter)
Lists deleted files for this folder and user. |
List<RepositoryFile> |
IDeleteHelper.getDeletedFiles(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable folderId,
String filter)
Lists deleted files for this folder and user. |
static RepositoryFile |
JcrRepositoryFileUtils.getFileAtVersion(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
IOwnerLookupHelper ownerLookupHelper,
IPathConversionHelper pathConversionHelper,
Serializable fileId,
Serializable versionId)
|
static RepositoryFile |
JcrRepositoryFileUtils.getFileById(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
IOwnerLookupHelper ownerLookupHelper,
IPathConversionHelper pathConversionHelper,
Serializable fileId)
|
static String |
JcrRepositoryFileUtils.getFileContentType(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId,
Serializable versionId)
Returns the metadata regarding that identifies what transformer wrote this file's data. |
Serializable |
DefaultDeleteHelper.getOriginalParentFolderId(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Returns the ID of the original parent folder. |
Serializable |
IDeleteHelper.getOriginalParentFolderId(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Returns the ID of the original parent folder. |
RepositoryFileSid |
DefaultOwnerLookupHelper.getOwner(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
javax.jcr.Node node)
|
RepositoryFileSid |
IOwnerLookupHelper.getOwner(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
javax.jcr.Node node)
|
static RepositoryFileTree |
JcrRepositoryFileUtils.getTree(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
IOwnerLookupHelper ownerLookupHelper,
IPathConversionHelper pathConversionHelper,
String absPath,
int depth,
String filter)
|
static Object |
JcrRepositoryFileUtils.getVersionSummaries(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
|
static Object |
JcrRepositoryFileUtils.getVersionSummary(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId,
Serializable versionId)
|
static boolean |
JcrRepositoryFileUtils.isPentahoFile(PentahoJcrConstants pentahoJcrConstants,
javax.jcr.Node node)
|
static boolean |
JcrRepositoryFileUtils.isPentahoFolder(PentahoJcrConstants pentahoJcrConstants,
javax.jcr.Node node)
|
static boolean |
JcrRepositoryFileUtils.isSupportedNodeType(PentahoJcrConstants pentahoJcrConstants,
javax.jcr.Node node)
|
void |
ILockHelper.lockFile(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId,
String lockMessage)
Locks a file. |
static Object |
JcrRepositoryFileUtils.nodeIdToFile(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
IOwnerLookupHelper ownerLookupHelper,
IPathConversionHelper pathConversionHelper,
Serializable fileId)
|
static RepositoryFile |
JcrRepositoryFileUtils.nodeToFile(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
IOwnerLookupHelper ownerLookupHelper,
IPathConversionHelper pathConversionHelper,
javax.jcr.Node node)
|
static RepositoryFile |
JcrRepositoryFileUtils.nodeToFile(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
IOwnerLookupHelper ownerLookupHelper,
IPathConversionHelper pathConversionHelper,
javax.jcr.Node node,
boolean loadMaps)
|
void |
DefaultDeleteHelper.permanentlyDeleteFile(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Deletes a file in a way that it cannot be recovered. |
void |
IDeleteHelper.permanentlyDeleteFile(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Deletes a file in a way that it cannot be recovered. |
void |
ILockHelper.removeLockToken(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
javax.jcr.lock.Lock lock)
Removes a lock token so that it can never be associated with anyone's session again. |
void |
ILockHelper.removeLockTokenFromSessionIfNecessary(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Removes the lock token associated with the file with the given file id |
void |
DefaultDeleteHelper.undeleteFile(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Recovers a deleted file to its original location. |
void |
IDeleteHelper.undeleteFile(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Recovers a deleted file to its original location. |
void |
ILockHelper.unlockFile(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Unlocks a file. |
void |
ITransformer.updateContentNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
T data,
javax.jcr.Node fileNode)
Updates a JCR node subtree representing the given content . |
static javax.jcr.Node |
JcrRepositoryFileUtils.updateFileNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
RepositoryFile file,
IRepositoryFileData content,
ITransformer<IRepositoryFileData> transformer)
|
Uses of PentahoJcrConstants in org.pentaho.platform.repository2.unified.jcr.jackrabbit |
---|
Methods in org.pentaho.platform.repository2.unified.jcr.jackrabbit with parameters of type PentahoJcrConstants | |
---|---|
void |
DefaultLockHelper.addLockTokenToSessionIfNecessary(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Adds the lock token associated with the file with the given file id if the file is locked. |
boolean |
DefaultLockHelper.canUnlock(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
javax.jcr.lock.Lock lock)
Returns true if user represented by session can potentially unlock the given lock. |
void |
DefaultLockHelper.lockFile(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId,
String message)
Locks a file. |
void |
DefaultLockHelper.removeLockToken(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
javax.jcr.lock.Lock lock)
Removes a lock token so that it can never be associated with anyone's session again. |
void |
DefaultLockHelper.removeLockTokenFromSessionIfNecessary(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Removes the lock token associated with the file with the given file id |
void |
DefaultLockHelper.unlockFile(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
Serializable fileId)
Unlocks a file. |
Uses of PentahoJcrConstants in org.pentaho.platform.repository2.unified.jcr.transform |
---|
Methods in org.pentaho.platform.repository2.unified.jcr.transform with parameters of type PentahoJcrConstants | |
---|---|
void |
NodeRepositoryFileDataTransformer.createContentNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
NodeRepositoryFileData data,
javax.jcr.Node fileNode)
|
void |
SampleRepositoryFileDataTransformer.createContentNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
SampleRepositoryFileData data,
javax.jcr.Node fileNode)
Creates a JCR node subtree representing the given content . |
void |
SimpleRepositoryFileDataTransformer.createContentNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
SimpleRepositoryFileData data,
javax.jcr.Node fileNode)
Creates a JCR node subtree representing the given content . |
NodeRepositoryFileData |
NodeRepositoryFileDataTransformer.fromContentNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
javax.jcr.Node fileNode)
|
SampleRepositoryFileData |
SampleRepositoryFileDataTransformer.fromContentNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
javax.jcr.Node fileNode)
Transforms a JCR node subtree into an IRepositoryFileData . |
SimpleRepositoryFileData |
SimpleRepositoryFileDataTransformer.fromContentNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
javax.jcr.Node fileNode)
Transforms a JCR node subtree into an IRepositoryFileData . |
void |
NodeRepositoryFileDataTransformer.updateContentNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
NodeRepositoryFileData data,
javax.jcr.Node fileNode)
|
void |
SampleRepositoryFileDataTransformer.updateContentNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
SampleRepositoryFileData data,
javax.jcr.Node fileNode)
Updates a JCR node subtree representing the given content . |
void |
SimpleRepositoryFileDataTransformer.updateContentNode(javax.jcr.Session session,
PentahoJcrConstants pentahoJcrConstants,
SimpleRepositoryFileData data,
javax.jcr.Node fileNode)
Updates a JCR node subtree representing the given content . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |