| Package | Description |
|---|---|
| org.jahia.services.content |
| Modifier and Type | Method and Description |
|---|---|
<X> X |
JCRTemplate.doExecute(boolean useSystemSession,
String username,
String workspace,
JCRCallback<X> callback)
Deprecated.
Use doExecuteWithSystemSession or doExecute with JahiaUser
|
<X> X |
JCRTemplate.doExecute(boolean useSystemSession,
String username,
String workspace,
Locale locale,
JCRCallback<X> callback)
Deprecated.
Use doExecuteWithSystemSession or doExecute with JahiaUser
|
<X> X |
JCRTemplate.doExecute(JahiaUser user,
String workspace,
Locale locale,
JCRCallback<X> callback)
Execute the action specified by the given callback object within a new user Session.
|
<X> X |
JCRTemplate.doExecute(String username,
String realm,
String workspace,
Locale locale,
JCRCallback<X> callback)
Execute the action specified by the given callback object within a new user Session.
|
<X> X |
JCRTemplate.doExecuteWithSystemSession(JCRCallback<X> callback)
Execute the action specified by the given callback object within a system Session.
|
<X> X |
JCRTemplate.doExecuteWithSystemSession(String username,
JCRCallback<X> callback)
Deprecated.
Use doExecuteWithSystemSession with JahiaUser
|
<X> X |
JCRTemplate.doExecuteWithSystemSession(String username,
String workspace,
JCRCallback<X> callback)
Deprecated.
Use doExecuteWithSystemSession with JahiaUser
|
<X> X |
JCRTemplate.doExecuteWithSystemSession(String username,
String workspace,
Locale locale,
JCRCallback<X> callback)
Deprecated.
Use doExecuteWithSystemSession with JahiaUser
|
<X> X |
JCRTemplate.doExecuteWithSystemSessionAsUser(JahiaUser user,
String workspace,
Locale locale,
JCRCallback<X> callback)
Execute the action specified by the given callback object within a system Session.
|
<X> X |
JCRTemplate.doExecuteWithSystemSessionInSameWorkspaceAndLocale(JCRCallback<X> callback)
Execute the action specified by the given callback object within a system Session.
|
<X> X |
JCRTemplate.doExecuteWithUserSession(String username,
String workspace,
JCRCallback<X> callback)
Deprecated.
Use doExecute with JahiaUser
|
<X> X |
JCRTemplate.doExecuteWithUserSession(String username,
String workspace,
Locale locale,
JCRCallback<X> callback)
Deprecated.
Use doExecute with JahiaUser
|
static <X> X |
JCRObservationManager.doWithOperationType(JCRSessionWrapper session,
int operationType,
JCRCallback<X> callback) |
static <X> X |
JCRObservationManager.doWorkspaceWriteCall(JCRSessionWrapper session,
int operationType,
JCRCallback<X> callback) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.