JcmsResource |
JcmsApp.createData(java.lang.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 |
JcmsApp.createData(java.lang.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 |
JcmsApp.createDBFileDocument(java.io.File file,
org.restlet.data.Form parameters) |
Create a DBFileDocument wrapping the file with the filename and the values set in the form fields.
|
JcmsResource |
JcmsApp.createDocument(java.lang.String documentTypeClassShortName,
java.lang.String filename,
java.io.File file,
org.restlet.data.Form parameters,
java.io.File importDataXmlFile) |
Create a custom FileDocument instance of the specified class, wrapping the file with the filename and the values set in the form fields.
|
JcmsResource |
JcmsApp.createFileDocument(java.io.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 |
JcmsApp.createFileDocument(java.lang.String filename,
java.io.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 |
JcmsApp.deleteData(java.lang.String dataId) |
|
JcmsResource |
JcmsApp.deleteData(java.lang.String dataId,
Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.deleteData(org.restlet.data.Reference dataRef) |
|
JcmsResource |
JcmsApp.deleteData(org.restlet.data.Reference dataRef,
Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.disableDataWrite(java.lang.String msg) |
|
JcmsResource |
JcmsApp.disableDataWrite(java.lang.String msg,
Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.disableMember(java.lang.String login) |
Call to the member resource, given its login, with action disable.
|
JcmsResource |
JcmsApp.downloadFile(java.lang.String fileLink) |
|
JcmsResource |
JcmsApp.enableDataWrite(java.lang.String msg) |
|
JcmsResource |
JcmsApp.enableDataWrite(java.lang.String msg,
Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.enableMember(java.lang.String login,
java.lang.String password) |
Call to the member resource, given its login, with action enable, and with
the password given in parameter (in post).
|
JcmsResource |
ClientSession.findResource(org.restlet.data.Reference resourceRef) |
|
JcmsResource |
JcmsApp.findResource(org.restlet.data.Reference ref,
Relateds relateds) |
|
JcmsResource |
RestQuery.get() |
Executes this rest query as a HTTP query with a GET method.
|
JcmsResource |
JcmsApp.getAdminStatus() |
|
JcmsResource |
JcmsApp.getAdminStatus(Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.getAllDataType() |
|
JcmsResource |
JcmsApp.getAllDataType(Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.getAllWorkflows() |
|
JcmsResource |
JcmsApp.getAllWorkflows(Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.getChildrenData(java.lang.String dataId) |
Send a request to get the set of children of a data with a given JCMS id.
|
JcmsResource |
JcmsApp.getChildrenData(java.lang.String dataId,
Authentication forcedAuthentication) |
Send a request to get the set of children of a data with a given JCMS id.
|
JcmsResource |
JcmsApp.getChildrenData(java.lang.String dataId,
Authentication forcedAuthentication,
Relateds relateds) |
Send a request to get the set of children of a data with a given JCMS id.
|
JcmsResource |
JcmsApp.getChildrenData(java.lang.String dataId,
Relateds relateds) |
Send a request to get the set of children of a data with a given JCMS id.
|
JcmsResource |
JcmsApp.getData(java.lang.String dataId) |
Send a request to find a data with a given JCMS id.
|
JcmsResource |
JcmsApp.getData(java.lang.String dataId,
Authentication forcedAuthentication) |
Send a request to find a data with a given JCMS id.
|
JcmsResource |
JcmsApp.getData(java.lang.String dataId,
Authentication forcedAuthentication,
Relateds relateds) |
Send a request to find a data with a given JCMS id.
|
JcmsResource |
JcmsApp.getData(java.lang.String dataId,
Relateds relateds) |
Send a request to find a data with a given JCMS id.
|
JcmsResource |
JcmsApp.getDataList(java.lang.String[] dataId) |
Send a request to find a data with a given JCMS id.
|
JcmsResource |
JcmsApp.getDataType(java.lang.String typeshortclassname) |
|
JcmsResource |
JcmsApp.getDataType(java.lang.String typeshortclassname,
Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.getDefaultWorkspaceData() |
Gives the default Workspace of JCMS, if it is visible for the loggedMember.
|
JcmsResource |
JcmsApp.getDefaultWorkspaceData(Authentication forcedAuthentication,
Relateds relateds) |
Gives the default Workspace of JCMS, if it is visible for the loggedMember.
|
JcmsResource |
ClientSession.getJcmsResource(java.lang.String resourcePath,
Authentication forcedAuthentication) |
|
JcmsResource |
ClientSession.getJcmsResource(org.restlet.data.Reference resourceRef,
Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.getMember(java.lang.String login) |
|
JcmsResource |
JcmsApp.getMember(java.lang.String login,
Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.getMember(java.lang.String login,
Authentication forcedAuthentication,
Relateds relateds) |
|
JcmsResource |
JcmsApp.getMember(java.lang.String login,
Relateds relateds) |
|
JcmsResource |
JcmsApp.getMemberList() |
|
JcmsResource |
JcmsApp.getMemberList(Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.getMemberList(Authentication forcedAuthentication,
Relateds relateds) |
|
JcmsResource |
JcmsApp.getMemberList(Relateds relateds) |
|
JcmsResource |
JcmsApp.getRootCategoryData() |
Gives the root of JCMS categories, if it is visible for the loggedMember.
|
JcmsResource |
JcmsApp.getRootCategoryData(Authentication forcedAuthentication,
Relateds relateds) |
Gives the root of JCMS categories, if it is visible for the loggedMember.
|
JcmsResource |
JcmsApp.getWorkflow(java.lang.String wfId) |
|
JcmsResource |
JcmsApp.getWorkflow(java.lang.String wfId,
Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.importDataFromSource(java.lang.String importSourceId) |
|
JcmsResource |
JcmsApp.importDataFromSource(java.lang.String importSourceId,
Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.lock(java.lang.String fileDocId) |
Call to the FileDocument resource, given the id of the FileDocument, with action lock.
|
JcmsResource |
JcmsApp.lock(org.restlet.data.Reference fileDocRef) |
Call to the FileDocument resource, given the id of the FileDocument, with action lock.
|
JcmsResource |
JcmsApp.search(org.restlet.data.Form fields) |
|
JcmsResource |
JcmsApp.search(org.restlet.data.Form fields,
Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.search(org.restlet.data.Form fields,
Authentication forcedAuthentication,
Relateds relateds) |
|
JcmsResource |
JcmsApp.search(org.restlet.data.Form fields,
Relateds relateds) |
|
JcmsResource |
JcmsApp.unlock(java.lang.String fileDocId) |
Call to the FileDocument resource, given the id of the FileDocument, with action unlock.
|
JcmsResource |
JcmsApp.unlock(org.restlet.data.Reference fileDocRef) |
Call to the FileDocument resource, given the id of the FileDocument, with action unlock.
|
JcmsResource |
JcmsApp.updateData(java.lang.String dataId,
org.restlet.data.Form fields) |
|
JcmsResource |
JcmsApp.updateData(java.lang.String dataId,
org.restlet.data.Form fields,
Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.updateData(org.restlet.data.Reference dataRef,
org.restlet.data.Form fields) |
|
JcmsResource |
JcmsApp.updateData(org.restlet.data.Reference dataRef,
org.restlet.data.Form fields,
Authentication forcedAuthentication) |
|
JcmsResource |
JcmsApp.updateFileDocument(java.lang.String id,
java.lang.String filename,
java.io.File file,
org.restlet.data.Form parameters) |
Update a FileDocument.
|
JcmsResource |
JcmsApp.updateFileDocument(org.restlet.data.Reference dataRef,
java.lang.String filename,
java.io.File file,
org.restlet.data.Form parameters) |
Update a FileDocument.
|
JcmsResource |
JcmsApp.updateMemberPhoto(java.lang.String login,
java.io.File file) |
Update a member Photo.
|
JcmsResource |
JcmsApp.whoAmI() |
Retrieve the MemberResource corresponding to the current logged Member.
|