- get() - Method in class com.jalios.rest.client.RestQuery
-
Executes this rest query as a HTTP query with a GET method.
- getAbstractField() - Method in class com.jalios.rest.client.DataElement
-
The JDOM element corresponding to the abstract of the JCMS data represented by the wrapped element.
- getAbstractMLName() - Method in class com.jalios.rest.client.DataElement
-
- getAcceptableDrift() - Method in class com.jalios.rest.client.authentication.JWTAuthentication
-
- getAddress() - Method in class com.jalios.rest.client.MemberElement
-
Retrieve the postal address of this Member.
- getAdminStatus() - Method in class com.jalios.rest.client.JcmsApp
-
- getAdminStatus(Authentication) - Method in class com.jalios.rest.client.JcmsApp
-
- getAdminStatusPath() - Method in class com.jalios.rest.client.JcmsApp
-
- getAllDataType() - Method in class com.jalios.rest.client.JcmsApp
-
- getAllDataType(Authentication) - Method in class com.jalios.rest.client.JcmsApp
-
- getAllDataTypePath() - Method in class com.jalios.rest.client.JcmsApp
-
- getAllReferrerSet() - Method in class com.jalios.rest.client.Relateds
-
- getAllReferrerSet(String) - Method in class com.jalios.rest.client.Relateds
-
- getAllWorkflows() - Method in class com.jalios.rest.client.JcmsApp
-
- getAllWorkflows(Authentication) - Method in class com.jalios.rest.client.JcmsApp
-
- getAllWorkflowsPath() - Method in class com.jalios.rest.client.JcmsApp
-
- getBaseUrl() - Method in class com.jalios.rest.client.ClientSession
-
- getBoolean(JcmsResource, String, boolean) - Static method in class com.jalios.rest.client.ClientUtil
-
If the result of the XPath query is a boolean String, it is converted in Boolean.
- getCdate() - Method in class com.jalios.rest.client.DataElement
-
- getChannel() - Method in class com.jalios.rest.client.multipart.HttpClientFormMultipartRepresentation
-
- getChannelName() - Method in class com.jalios.rest.client.authentication.JWTAuthentication
-
- getCharset() - Method in class com.jalios.rest.client.multipart.MultipartParameter
-
- getChildren(String) - Method in class com.jalios.rest.client.JcmsApp
-
Gives the list of children of a data, given its id, if its type supports it
(TreeNode, Group).
- getChildren(String, Authentication, Relateds) - Method in class com.jalios.rest.client.JcmsApp
-
Gives the list of children of a data, given its id, if its type supports it
(TreeNode, Group).
- getChildrenData(String) - Method in class com.jalios.rest.client.JcmsApp
-
Send a request to get the set of children of a data with a given JCMS id.
- getChildrenData(String, Authentication) - Method in class com.jalios.rest.client.JcmsApp
-
Send a request to get the set of children of a data with a given JCMS id.
- getChildrenData(String, Relateds) - Method in class com.jalios.rest.client.JcmsApp
-
Send a request to get the set of children of a data with a given JCMS id.
- getChildrenData(String, Authentication, Relateds) - Method in class com.jalios.rest.client.JcmsApp
-
Send a request to get the set of children of a data with a given JCMS id.
- getChildrenDataPath(String) - Method in class com.jalios.rest.client.JcmsApp
-
Construct the URI to get the set of children of a data, given its JCMS id.
- getChildrenSet() - Method in class com.jalios.rest.client.Relateds
-
- getClaims() - Method in class com.jalios.rest.client.authentication.JWTAuthentication
-
- getClient() - Method in class com.jalios.rest.client.ClientSession
-
Retrieve the underlying Restlet Client instance used for remote communication.
- getContentLanguage() - Method in class com.jalios.rest.client.JcmsResource
-
- getCookie() - Method in class com.jalios.rest.client.StoredCookie
-
- getCreateDataPath(String) - Method in class com.jalios.rest.client.JcmsApp
-
Retrieve the REST path to use to create a new instance of the specified class
- getCreateDBFileDocumentPath() - Method in class com.jalios.rest.client.JcmsApp
-
Deprecated.
- getCreatedDataRef(JcmsResource) - Method in class com.jalios.rest.client.ClientSession
-
When a data is created (while using createData), the URI of the new data is given in the HTTP
response header "Location".
- getCreateFileDocumentPath() - Method in class com.jalios.rest.client.JcmsApp
-
Deprecated.
- getData(String) - Method in class com.jalios.rest.client.JcmsApp
-
Send a request to find a data with a given JCMS id.
- getData(String, Authentication) - Method in class com.jalios.rest.client.JcmsApp
-
Send a request to find a data with a given JCMS id.
- getData(String, Relateds) - Method in class com.jalios.rest.client.JcmsApp
-
Send a request to find a data with a given JCMS id.
- getData(String, Authentication, Relateds) - Method in class com.jalios.rest.client.JcmsApp
-
Send a request to find a data with a given JCMS id.
- getDataElementList(JcmsResource, ClientSession) - Static method in class com.jalios.rest.client.DataElement
-
For a resource in dataset form, gives a list of corresponding DataElement object.
- getDataElementList(JcmsResource, ClientSession, String) - Static method in class com.jalios.rest.client.DataElement
-
For a resource in dataset form, gives a list of corresponding DataElement object.
- getDataImage() - Method in class com.jalios.rest.client.Relateds
-
- getDataList(String[]) - Method in class com.jalios.rest.client.JcmsApp
-
Send a request to find a data with a given JCMS id.
- getDataPath(String) - Method in class com.jalios.rest.client.JcmsApp
-
Construct the URI for a data, given its JCMS id.
- getDataType() - Method in class com.jalios.rest.client.DataElement
-
Returns the jcms type of the data.
- getDataType(String) - Method in class com.jalios.rest.client.JcmsApp
-
- getDataType(String, Authentication) - Method in class com.jalios.rest.client.JcmsApp
-
- getDataTypePath(String) - Method in class com.jalios.rest.client.JcmsApp
-
- getDate(JcmsResource, String, Date) - Static method in class com.jalios.rest.client.ClientUtil
-
If the result of the XPath query is a Date as defined by the W3C Date Time format (eg 1999-01-01T14:07:00+01:00
).
For more details, see http://www.w3.org/TR/NOTE-datetime
, it is converted
this Date.
- getDefaultMediaType() - Method in class com.jalios.rest.client.ClientSession
-
- getDefaultWorkspace() - Method in class com.jalios.rest.client.JcmsApp
-
Gives the default Workspace of JCMS, if it is visible for the loggedMember.
- getDefaultWorkspace(Authentication, Relateds) - Method in class com.jalios.rest.client.JcmsApp
-
Gives the default Workspace of JCMS, if it is visible for the loggedMember.
- getDefaultWorkspaceData() - Method in class com.jalios.rest.client.JcmsApp
-
Gives the default Workspace of JCMS, if it is visible for the loggedMember.
- getDefaultWorkspaceData(Authentication, Relateds) - Method in class com.jalios.rest.client.JcmsApp
-
Gives the default Workspace of JCMS, if it is visible for the loggedMember.
- getDuration() - Method in class com.jalios.rest.client.authentication.JWTAuthentication
-
- getElement() - Method in class com.jalios.rest.client.DataElement
-
- getEmail() - Method in class com.jalios.rest.client.MemberElement
-
Retrieve the email address of this Member.
- getEntityText() - Method in class com.jalios.rest.client.JcmsResource
-
- getExtraData(String) - Method in class com.jalios.rest.client.Relateds
-
- getExtraDBData(String) - Method in class com.jalios.rest.client.Relateds
-
- getExtraInfo(String) - Method in class com.jalios.rest.client.Relateds
-
- getField(String) - Method in class com.jalios.rest.client.DataElement
-
- getFieldText(String) - Method in class com.jalios.rest.client.DataElement
-
Return the text of the specified field.
- getFirstDataElement(JcmsResource, ClientSession) - Static method in class com.jalios.rest.client.DataElement
-
For a single data in a resource, gives the corresponding DataElement object.
- getFirstElement(JcmsResource, String) - Static method in class com.jalios.rest.client.ClientUtil
-
Utility functions to use XPath expression to introspect xml contained in
entity boby of HTTP response
- getFirstMemberElement(JcmsResource, ClientSession) - Static method in class com.jalios.rest.client.MemberElement
-
Retrieve the MemberElement corresponding to the single data in the specified resource.
- getFirstName() - Method in class com.jalios.rest.client.MemberElement
-
Retrieve the first name of this Member.
- getFormAsQueryString(Form) - Static method in class com.jalios.rest.client.RestletUtil
-
The method form.getQueryString() is buggy, since it may create queryString
with parameter without '=' character.
- getFormMultipartRequest(Reference, List<MultipartParameter>) - Method in class com.jalios.rest.client.ClientSession
-
Create a Request with Content-Type form-multipart and entity body compliant to
form-multipart specification, with content in the Map multipartContent.
- getId() - Method in class com.jalios.rest.client.DataElement
-
Gives the id of the JCMS data represented by the wrapped element.
- getIdFromLogin(String) - Method in class com.jalios.rest.client.JcmsApp
-
High level method.
- getInfo() - Method in class com.jalios.rest.client.MemberElement
-
Retrieve the information on this Member.
- getIpMask() - Method in class com.jalios.rest.client.authentication.JWTAuthentication
-
- getJcmsResource(String, Authentication) - Method in class com.jalios.rest.client.ClientSession
-
- getJcmsResource(Reference, Authentication) - Method in class com.jalios.rest.client.ClientSession
-
- getJobTitle() - Method in class com.jalios.rest.client.MemberElement
-
Retrieve the Job Title of this Member.
- getKey() - Method in class com.jalios.rest.client.authentication.JWTAuthentication
-
- getKey() - Method in class com.jalios.rest.client.multipart.MultipartParameter
-
- getLanguage() - Method in class com.jalios.rest.client.MemberElement
-
Retrieve the language on this Member.
- getLinkCount() - Method in class com.jalios.rest.client.Relateds
-
- getLinkIndexedDataSet(String) - Method in class com.jalios.rest.client.Relateds
-
- getLinkIndexedDataSet(String, String) - Method in class com.jalios.rest.client.Relateds
-
- getLockDate() - Method in class com.jalios.rest.client.Relateds
-
- getLockMemberId() - Method in class com.jalios.rest.client.Relateds
-
- getLogin() - Method in class com.jalios.rest.client.authentication.JWTAuthentication
-
- getLogin() - Method in class com.jalios.rest.client.MemberElement
-
Retrieve the login of this Member.
- getLong(JcmsResource, String, long) - Static method in class com.jalios.rest.client.ClientUtil
-
If the result of the XPath query is a long representation String, it is converted as an long.
- getMainLanguage() - Method in class com.jalios.rest.client.DataElement
-
Gives the main language of the JCMS data represented by the wrapped element.
- getMdate() - Method in class com.jalios.rest.client.DataElement
-
- getMember(String) - Method in class com.jalios.rest.client.JcmsApp
-
- getMember(String, Authentication) - Method in class com.jalios.rest.client.JcmsApp
-
- getMember(String, Relateds) - Method in class com.jalios.rest.client.JcmsApp
-
- getMember(String, Authentication, Relateds) - Method in class com.jalios.rest.client.JcmsApp
-
- getMemberCategoryRootSet() - Method in class com.jalios.rest.client.Relateds
-
- getMemberList() - Method in class com.jalios.rest.client.JcmsApp
-
- getMemberList(Authentication) - Method in class com.jalios.rest.client.JcmsApp
-
- getMemberList(Relateds) - Method in class com.jalios.rest.client.JcmsApp
-
- getMemberList(Authentication, Relateds) - Method in class com.jalios.rest.client.JcmsApp
-
- getMemberListPath() - Method in class com.jalios.rest.client.JcmsApp
-
- getMemberPath(String) - Method in class com.jalios.rest.client.JcmsApp
-
- getMLField(Element) - Method in class com.jalios.rest.client.DataElement
-
- getMobile() - Method in class com.jalios.rest.client.MemberElement
-
Retrieve the mobile phone number of this Member.
- getName() - Method in class com.jalios.rest.client.MemberElement
-
Retrieve the last name of this Member.
- getNodeList(JcmsResource, String) - Static method in class com.jalios.rest.client.ClientUtil
-
Provide XPath feature : returns the list of Nodes in the xml in the entity body of the resource
in first argument, with the xPathExpression in second argument.
- getOrganization() - Method in class com.jalios.rest.client.MemberElement
-
Retrieve the organization of this Member.
- getPdate() - Method in class com.jalios.rest.client.DataElement
-
- getPhone() - Method in class com.jalios.rest.client.MemberElement
-
Retrieve the phone number of this Member.
- getPreferenceMediaType(MediaType) - Static method in class com.jalios.rest.client.ClientUtil
-
- getRedirectRef() - Method in class com.jalios.rest.client.JcmsResource
-
- getReference(String) - Method in class com.jalios.rest.client.ClientSession
-
- getReferenceUriWithAuthKey(String, String) - Static method in class com.jalios.rest.client.authentication.AuthKeyAuthentication
-
- getReferenceWithAuthKey(Reference, String) - Static method in class com.jalios.rest.client.authentication.AuthKeyAuthentication
-
- getRelateds() - Method in class com.jalios.rest.client.DataElement
-
Gives a representation of this DataElement related parameters.
- getRequest(Reference, Method) - Method in class com.jalios.rest.client.ClientSession
-
- getRequest(Reference, Method) - Static method in class com.jalios.rest.client.ClientUtil
-
Instanciate the request with the uri and the HTTP method.
- getResponse() - Method in class com.jalios.rest.client.JcmsResource
-
- getResponse() - Method in exception com.jalios.rest.client.RestException
-
- getResponseHeader() - Method in class com.jalios.rest.client.JcmsResource
-
- getRootCategory() - Method in class com.jalios.rest.client.JcmsApp
-
Gives the root of JCMS categories, if it is visible for the loggedMember.
- getRootCategory(Authentication, Relateds) - Method in class com.jalios.rest.client.JcmsApp
-
Gives the root of JCMS categories, if it is visible for the loggedMember.
- getRootCategoryData() - Method in class com.jalios.rest.client.JcmsApp
-
Gives the root of JCMS categories, if it is visible for the loggedMember.
- getRootCategoryData(Authentication, Relateds) - Method in class com.jalios.rest.client.JcmsApp
-
Gives the root of JCMS categories, if it is visible for the loggedMember.
- getSalutation() - Method in class com.jalios.rest.client.MemberElement
-
Retrieve the salutation of this Member.
- getSearchPath() - Method in class com.jalios.rest.client.JcmsApp
-
- getSession() - Method in class com.jalios.rest.client.JcmsApp
-
- getSingleNode(JcmsResource, String) - Static method in class com.jalios.rest.client.ClientUtil
-
Provide XPath feature : returns the first of the Nodes in the xml in the entity body of the resource
in first argument, with the xPathExpression in second argument.
- getSize() - Method in class com.jalios.rest.client.multipart.HttpClientFormMultipartRepresentation
-
- getStatus() - Method in class com.jalios.rest.client.JcmsResource
-
- getStream() - Method in class com.jalios.rest.client.multipart.HttpClientFormMultipartRepresentation
-
- getString(JcmsResource, String) - Static method in class com.jalios.rest.client.ClientUtil
-
Return the most pertinent String for the result of the XPath query in the body content
of the given resource.
- getString(JcmsResource, String, String) - Static method in class com.jalios.rest.client.ClientUtil
-
Return the most pertinent String for the result of the XPath query in the body content
of the given resource.
- getText() - Method in class com.jalios.rest.client.multipart.HttpClientFormMultipartRepresentation
-
Converts the representation to a string value.
- getTitle() - Method in class com.jalios.rest.client.DataElement
-
- getToken() - Method in class com.jalios.rest.client.authentication.JWTAuthentication
-
- getUpdateFileDocumentPath(String) - Method in class com.jalios.rest.client.JcmsApp
-
Gives the URI of the update of a FileDocument.
- getUploadMemberPhotoPath(String) - Method in class com.jalios.rest.client.JcmsApp
-
- getUrl() - Method in class com.jalios.rest.client.DataElement
-
Gives the url of the JCMS data represented by the wrapped element.
- getUrl(Request) - Static method in class com.jalios.rest.client.RestletUtil
-
- getUsage() - Method in class com.jalios.rest.client.MemberElement
-
Retrieve the usage of this Member (0 is an account, 1 is a contact).
- getUserAgent() - Method in class com.jalios.rest.client.ClientSession
-
- getValue() - Method in class com.jalios.rest.client.multipart.MultipartParameter
-
- getVirtualID() - Method in class com.jalios.rest.client.Relateds
-
- getWorkflow(String) - Method in class com.jalios.rest.client.JcmsApp
-
- getWorkflow(String, Authentication) - Method in class com.jalios.rest.client.JcmsApp
-
- getWorkflowPath(String) - Method in class com.jalios.rest.client.JcmsApp
-
- getWorkspaceSet() - Method in class com.jalios.rest.client.Relateds
-