|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jalios.rest.client.JcmsApp
public class JcmsApp
Represents one remote JCMS site on wich an HTTP client session is connected through the REST Open API.
Field Summary |
---|
Fields inherited from interface com.jalios.rest.client.JcmsRestConstants |
---|
HTTP_HEADERS, METHOD_OVERRIDE_HTTP_HEADER, UTS_ADMIN, UTS_CACHES, UTS_DATA_CHILDREN, UTS_DATA_PARAM, UTS_DATATYPE_ITEM, UTS_DATATYPE_LIST, UTS_JSYNC, UTS_JSYNC_REPLICA, UTS_LUCENE, UTS_LUCENE_CATEGORIES, UTS_LUCENE_PUBLICATIONS, UTS_MEMBER_ITEM, UTS_PRIVATE_RESOURCE, UTS_SEARCH, UTS_WORKFLOWS, UTS_WORKFLOWS_ITEM |
Constructor Summary | |
---|---|
JcmsApp(ClientSession session)
|
Method Summary | |
---|---|
JcmsResource |
createData(String dataTypeClassShortName,
org.restlet.data.Form fields)
Create a data of type given by the dataTypeClassShortName and the values set in the form fields. |
JcmsResource |
createData(String dataTypeClassShortName,
org.restlet.data.Form fields,
Authentication forcedAuthentication)
Create a data of type given by the dataTypeClassShortName and the values set in the form fields. |
JcmsResource |
createFileDocument(File file,
org.restlet.data.Form parameters)
Create a FileDocument wrapping the file with the filename and the values set in the form fields. |
JcmsResource |
createFileDocument(String filename,
File file,
org.restlet.data.Form parameters)
Deprecated. |
JcmsResource |
deleteData(org.restlet.data.Reference dataRef)
|
JcmsResource |
deleteData(org.restlet.data.Reference dataRef,
Authentication forcedAuthentication)
|
JcmsResource |
deleteData(String dataId)
|
JcmsResource |
deleteData(String dataId,
Authentication forcedAuthentication)
|
JcmsResource |
disableDataWrite(String msg)
|
JcmsResource |
disableDataWrite(String msg,
Authentication forcedAuthentication)
|
JcmsResource |
disableMember(String login)
Call to the member resource, given its login, with action disable. |
JcmsResource |
downloadFile(String fileLink)
|
JcmsResource |
enableDataWrite(String msg)
|
JcmsResource |
enableDataWrite(String msg,
Authentication forcedAuthentication)
|
JcmsResource |
enableMember(String login,
String password)
Call to the member resource, given its login, with action enable, and with the password given in parameter (in post). |
JcmsResource |
getAdminStatus()
|
JcmsResource |
getAdminStatus(Authentication forcedAuthentication)
|
String |
getAdminStatusPath()
|
JcmsResource |
getAllDataType()
|
JcmsResource |
getAllDataType(Authentication forcedAuthentication)
|
String |
getAllDataTypePath()
|
JcmsResource |
getAllWorkflows()
|
JcmsResource |
getAllWorkflows(Authentication forcedAuthentication)
|
String |
getAllWorkflowsPath()
|
List<DataElement> |
getChildren(String dataId)
Gives the list of children of a data, given its id, if its type supports it (TreeNode, Group). |
List<DataElement> |
getChildren(String dataId,
Authentication forcedAuthentication,
Relateds relateds)
Gives the list of children of a data, given its id, if its type supports it (TreeNode, Group). |
JcmsResource |
getChildrenData(String dataId)
Send a request to get the set of children of a data with a given JCMS id. |
JcmsResource |
getChildrenData(String dataId,
Authentication forcedAuthentication)
Send a request to get the set of children of a data with a given JCMS id. |
JcmsResource |
getChildrenData(String dataId,
Authentication forcedAuthentication,
Relateds relateds)
Send a request to get the set of children of a data with a given JCMS id. |
JcmsResource |
getChildrenData(String dataId,
Relateds relateds)
Send a request to get the set of children of a data with a given JCMS id. |
String |
getChildrenDataPath(String dataId)
Construct the URI to get the set of children of a data, given its JCMS id. |
String |
getCreateDataPath(String dataTypeClassShortName)
|
String |
getCreateFileDocumentPath()
Gives the URI of the creation of a FileDocument. |
JcmsResource |
getData(String dataId)
Send a request to find a data with a given JCMS id. |
JcmsResource |
getData(String dataId,
Authentication forcedAuthentication)
Send a request to find a data with a given JCMS id. |
JcmsResource |
getData(String dataId,
Authentication forcedAuthentication,
Relateds relateds)
Send a request to find a data with a given JCMS id. |
JcmsResource |
getData(String dataId,
Relateds relateds)
Send a request to find a data with a given JCMS id. |
JcmsResource |
getDataList(String[] dataId)
Send a request to find a data with a given JCMS id. |
String |
getDataPath(String dataId)
Construct the URI for a data, given its JCMS id. |
JcmsResource |
getDataType(String typeshortclassname)
|
JcmsResource |
getDataType(String typeshortclassname,
Authentication forcedAuthentication)
|
String |
getDataTypePath(String typeshortclassname)
|
DataElement |
getDefaultWorkspace()
Gives the default Workspace of JCMS, if it is visible for the loggedMember. |
DataElement |
getDefaultWorkspace(Authentication forcedAuthentication,
Relateds relateds)
Gives the default Workspace of JCMS, if it is visible for the loggedMember. |
JcmsResource |
getDefaultWorkspaceData()
Gives the default Workspace of JCMS, if it is visible for the loggedMember. |
JcmsResource |
getDefaultWorkspaceData(Authentication forcedAuthentication,
Relateds relateds)
Gives the default Workspace of JCMS, if it is visible for the loggedMember. |
String |
getIdFromLogin(String login)
High level method. |
JcmsResource |
getMember(String login)
|
JcmsResource |
getMember(String login,
Authentication forcedAuthentication)
|
JcmsResource |
getMember(String login,
Authentication forcedAuthentication,
Relateds relateds)
|
JcmsResource |
getMember(String login,
Relateds relateds)
|
JcmsResource |
getMemberList()
|
JcmsResource |
getMemberList(Authentication forcedAuthentication)
|
JcmsResource |
getMemberList(Authentication forcedAuthentication,
Relateds relateds)
|
JcmsResource |
getMemberList(Relateds relateds)
|
String |
getMemberListPath()
|
String |
getMemberPath(String login)
|
DataElement |
getRootCategory()
Gives the root of JCMS categories, if it is visible for the loggedMember. |
DataElement |
getRootCategory(Authentication forcedAuthentication,
Relateds relateds)
Gives the root of JCMS categories, if it is visible for the loggedMember. |
JcmsResource |
getRootCategoryData()
Gives the root of JCMS categories, if it is visible for the loggedMember. |
JcmsResource |
getRootCategoryData(Authentication forcedAuthentication,
Relateds relateds)
Gives the root of JCMS categories, if it is visible for the loggedMember. |
String |
getSearchPath()
|
ClientSession |
getSession()
|
String |
getUpdateFileDocumentPath(String id)
Gives the URI of the update of a FileDocument. |
JcmsResource |
getWorkflow(String wfId)
|
JcmsResource |
getWorkflow(String wfId,
Authentication forcedAuthentication)
|
String |
getWorkflowPath(String wfId)
|
JcmsResource |
importDataFromSource(String importSourceId)
|
JcmsResource |
importDataFromSource(String importSourceId,
Authentication forcedAuthentication)
|
JcmsResource |
lock(org.restlet.data.Reference fileDocRef)
Call to the FileDocument resource, given the id of the FileDocument, with action lock. |
JcmsResource |
lock(String fileDocId)
Call to the FileDocument resource, given the id of the FileDocument, with action lock. |
JcmsResource |
search(org.restlet.data.Form fields)
|
JcmsResource |
search(org.restlet.data.Form fields,
Authentication forcedAuthentication)
|
JcmsResource |
search(org.restlet.data.Form fields,
Authentication forcedAuthentication,
Relateds relateds)
|
JcmsResource |
search(org.restlet.data.Form fields,
Relateds relateds)
|
JcmsResource |
unlock(org.restlet.data.Reference fileDocRef)
Call to the FileDocument resource, given the id of the FileDocument, with action unlock. |
JcmsResource |
unlock(String fileDocId)
Call to the FileDocument resource, given the id of the FileDocument, with action unlock. |
JcmsResource |
updateData(org.restlet.data.Reference dataRef,
org.restlet.data.Form fields)
|
JcmsResource |
updateData(org.restlet.data.Reference dataRef,
org.restlet.data.Form fields,
Authentication forcedAuthentication)
|
JcmsResource |
updateData(String dataId,
org.restlet.data.Form fields)
|
JcmsResource |
updateData(String dataId,
org.restlet.data.Form fields,
Authentication forcedAuthentication)
|
JcmsResource |
updateFileDocument(org.restlet.data.Reference dataRef,
String filename,
File file,
org.restlet.data.Form parameters)
Update a FileDocument. |
JcmsResource |
updateFileDocument(String id,
String filename,
File file,
org.restlet.data.Form parameters)
Update a FileDocument. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JcmsApp(ClientSession session)
Method Detail |
---|
public ClientSession getSession()
public String getDataPath(String dataId)
dataId
- the JCMS id
public JcmsResource getData(String dataId) throws RestException
dataId
- the JCMS id
RestException
public JcmsResource getData(String dataId, Authentication forcedAuthentication) throws RestException
dataId
- the JCMS idforcedAuthentication
- possible specific authentication for this request
RestException
public JcmsResource getData(String dataId, Relateds relateds) throws RestException
dataId
- the JCMS idrelateds
- possible relateds
RestException
public JcmsResource getData(String dataId, Authentication forcedAuthentication, Relateds relateds) throws RestException
dataId
- the JCMS idforcedAuthentication
- possible specific authentication for this requestrelateds
- possible relateds
RestException
public JcmsResource getDataList(String[] dataId) throws RestException
dataId
- the JCMS id
RestException
public String getChildrenDataPath(String dataId)
dataId
- the JCMS id
public JcmsResource getChildrenData(String dataId) throws RestException
dataId
- the JCMS id
RestException
public List<DataElement> getChildren(String dataId)
dataId
-
public List<DataElement> getChildren(String dataId, Authentication forcedAuthentication, Relateds relateds)
dataId
- forcedAuthentication
- possible specific authentication for this requestrelateds
- possible relateds
public JcmsResource getChildrenData(String dataId, Authentication forcedAuthentication) throws RestException
dataId
- the JCMS idforcedAuthentication
- possible specific authentication for this request
RestException
public JcmsResource getChildrenData(String dataId, Relateds relateds) throws RestException
dataId
- the JCMS idrelateds
- possible relateds
RestException
public JcmsResource getChildrenData(String dataId, Authentication forcedAuthentication, Relateds relateds) throws RestException
dataId
- the JCMS idforcedAuthentication
- possible specific authentication for this requestrelateds
- possible relateds
RestException
public String getSearchPath()
public JcmsResource search(org.restlet.data.Form fields) throws RestException
RestException
public JcmsResource search(org.restlet.data.Form fields, Authentication forcedAuthentication) throws RestException
RestException
public JcmsResource search(org.restlet.data.Form fields, Relateds relateds) throws RestException
RestException
public JcmsResource search(org.restlet.data.Form fields, Authentication forcedAuthentication, Relateds relateds) throws RestException
RestException
public JcmsResource downloadFile(String fileLink) throws RestException
RestException
public String getMemberListPath()
public JcmsResource getMemberList() throws RestException
RestException
public JcmsResource getMemberList(Authentication forcedAuthentication) throws RestException
RestException
public JcmsResource getMemberList(Relateds relateds) throws RestException
RestException
public JcmsResource getMemberList(Authentication forcedAuthentication, Relateds relateds) throws RestException
RestException
public String getMemberPath(String login)
public JcmsResource getMember(String login) throws RestException
RestException
public JcmsResource getMember(String login, Authentication forcedAuthentication) throws RestException
RestException
public JcmsResource getMember(String login, Relateds relateds) throws RestException
RestException
public JcmsResource getMember(String login, Authentication forcedAuthentication, Relateds relateds) throws RestException
RestException
public JcmsResource disableMember(String login)
login
- the login of the member to disable
public JcmsResource enableMember(String login, String password)
login
- the login of the member to enablepassword
- the new password : mandatory to activate the member
public String getIdFromLogin(String login)
login
-
public String getDataTypePath(String typeshortclassname)
public JcmsResource getDataType(String typeshortclassname) throws RestException
RestException
public JcmsResource getDataType(String typeshortclassname, Authentication forcedAuthentication) throws RestException
RestException
public String getAllDataTypePath()
public JcmsResource getAllDataType() throws RestException
RestException
public JcmsResource getAllDataType(Authentication forcedAuthentication) throws RestException
RestException
public String getAllWorkflowsPath()
public JcmsResource getAllWorkflows() throws RestException
RestException
public JcmsResource getAllWorkflows(Authentication forcedAuthentication) throws RestException
RestException
public String getWorkflowPath(String wfId)
public JcmsResource getWorkflow(String wfId) throws RestException
RestException
public JcmsResource getWorkflow(String wfId, Authentication forcedAuthentication) throws RestException
RestException
public String getAdminStatusPath()
public JcmsResource getAdminStatus() throws RestException
RestException
public JcmsResource getAdminStatus(Authentication forcedAuthentication) throws RestException
RestException
public String getCreateDataPath(String dataTypeClassShortName)
public JcmsResource createData(String dataTypeClassShortName, org.restlet.data.Form fields)
dataTypeClassShortName
- type of the data to be createdfields
- values to create the new data
public JcmsResource createData(String dataTypeClassShortName, org.restlet.data.Form fields, Authentication forcedAuthentication)
dataTypeClassShortName
- type of the data to be createdfields
- values to create the new dataforcedAuthentication
- possible authenticatio nto use for this request
public JcmsResource updateData(String dataId, org.restlet.data.Form fields)
public JcmsResource updateData(org.restlet.data.Reference dataRef, org.restlet.data.Form fields)
public JcmsResource updateData(String dataId, org.restlet.data.Form fields, Authentication forcedAuthentication)
public JcmsResource updateData(org.restlet.data.Reference dataRef, org.restlet.data.Form fields, Authentication forcedAuthentication)
public JcmsResource deleteData(String dataId)
public JcmsResource deleteData(org.restlet.data.Reference dataRef)
public JcmsResource deleteData(String dataId, Authentication forcedAuthentication)
public JcmsResource deleteData(org.restlet.data.Reference dataRef, Authentication forcedAuthentication)
public String getCreateFileDocumentPath()
@Deprecated public JcmsResource createFileDocument(String filename, File file, org.restlet.data.Form parameters)
filename
- the filenamefile
- the fileparameters
- others parameters as set in DocUploadHandler
public JcmsResource createFileDocument(File file, org.restlet.data.Form parameters)
file
- the fileparameters
- others parameters as set in DocUploadHandler
public String getUpdateFileDocumentPath(String id)
id
- the id of the given FileDocument
public JcmsResource updateFileDocument(String id, String filename, File file, org.restlet.data.Form parameters)
id
- the id of the FileDocumentfilename
- the filenamefile
- the fileparameters
- others parameters as set in DocUploadHandler
public JcmsResource updateFileDocument(org.restlet.data.Reference dataRef, String filename, File file, org.restlet.data.Form parameters)
dataRef
- the reference of the FileDocumentfilename
- the filenamefile
- the fileparameters
- others parameters as set in DocUploadHandler
public JcmsResource lock(String fileDocId)
fileDocId
- the id of the FileDocument
public JcmsResource lock(org.restlet.data.Reference fileDocRef)
fileDocRef
- the Reference of the FileDocument
public JcmsResource unlock(String fileDocId)
fileDocId
- the id of the FileDocument
public JcmsResource unlock(org.restlet.data.Reference fileDocRef)
fileDocRef
- the Reference of the FileDocument
public JcmsResource disableDataWrite(String msg)
public JcmsResource disableDataWrite(String msg, Authentication forcedAuthentication)
public JcmsResource enableDataWrite(String msg)
public JcmsResource enableDataWrite(String msg, Authentication forcedAuthentication)
public JcmsResource importDataFromSource(String importSourceId)
public JcmsResource importDataFromSource(String importSourceId, Authentication forcedAuthentication)
public JcmsResource getRootCategoryData() throws RestException
RestException
public DataElement getRootCategory()
public JcmsResource getRootCategoryData(Authentication forcedAuthentication, Relateds relateds) throws RestException
forcedAuthentication
- relateds
-
RestException
public DataElement getRootCategory(Authentication forcedAuthentication, Relateds relateds)
forcedAuthentication
- relateds
-
public JcmsResource getDefaultWorkspaceData() throws RestException
RestException
public DataElement getDefaultWorkspace()
public JcmsResource getDefaultWorkspaceData(Authentication forcedAuthentication, Relateds relateds) throws RestException
forcedAuthentication
- relateds
-
RestException
public DataElement getDefaultWorkspace(Authentication forcedAuthentication, Relateds relateds)
forcedAuthentication
- relateds
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |