A B C D E F G H I J L M N O P Q R S T U V W Y _ 

G

getAction(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectRepresentation
 
getActions() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectRepresentation
 
getArguments() - Method in class org.apache.isis.viewer.restfulobjects.applib.LinkRepresentation
Returns the "arguments" json-property of the link (a map).
getArray(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
 
getArrayEnsured(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
 
getBigDecimal(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Use JsonRepresentation.isBigDecimal(String) to check first, if required.
getBigDecimal(String, String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Use JsonRepresentation.isBigDecimal(String) to check first, if required.
getBigInteger(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Use JsonRepresentation.isBigInteger(String) to check first, if required.
getBigInteger(String, String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Use JsonRepresentation.isBigInteger(String) to check first, if required.
getBoolean(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Use JsonRepresentation.isBoolean(String) to check first, if required.
getByte(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Use JsonRepresentation.isIntegralNumber(String) to test if number (it is not possible to check if a byte, however).
getChar(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Use JsonRepresentation.isString(String) to check if string (it is not possible to check if a character, however).
getClientRequestFactory() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulClient
exposed for testing purposes only.
getCollection(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectRepresentation
 
getCollections() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectRepresentation
 
getCriteria() - Method in class org.apache.isis.viewer.restfulobjects.applib.util.PathNode
 
getDate(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
 
getDateTime(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
 
getDefault() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulRequest.RequestParameter
 
getDetails() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.AbstractObjectMemberRepresentation
 
getDisabledReason() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.AbstractObjectMemberRepresentation
 
getDisabledReason() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectMemberRepresentation
The reason this member cannot be modified (if property or collection) or invoked (if action).
getDomainObjectResource() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulClient
 
getDomainServiceResource() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulClient
 
getDomainType() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectRepresentation
Populated only for domain objects, not for domain services.
getDomainTypeResource() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulClient
 
getDouble(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Use JsonRepresentation.isDouble(String) to check first, if required.
getEmail() - Method in class org.apache.isis.viewer.restfulobjects.applib.user.UserRepresentation
 
getEntity() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RepresentationWalker
The entity returned from the previous walk.
getEntity() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse
 
getError() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RepresentationWalker
The error (if any) that occurred from the previous walk.
getException() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RepresentationWalker
The exception (if any) that occurred from the previous walk.
getExtensions() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainRepresentation
 
getExtensions() - Method in interface org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation.HasExtensions
 
getFamily() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode
 
getFloat(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Use JsonRepresentation.isDecimal(String) to test if a decimal value
getFormat() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectMemberRepresentation
 
getFriendlyName() - Method in class org.apache.isis.viewer.restfulobjects.applib.user.UserRepresentation
 
getHeader(RestfulResponse.Header<V>) - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse
 
getHomePageResource() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulClient
 
getHref() - Method in class org.apache.isis.viewer.restfulobjects.applib.LinkRepresentation
 
getHttpMethod() - Method in class org.apache.isis.viewer.restfulobjects.applib.LinkRepresentation
 
getId() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.AbstractObjectMemberRepresentation
 
getId() - Method in class org.apache.isis.viewer.restfulobjects.applib.domaintypes.ActionDescriptionRepresentation
 
getInstanceId() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectRepresentation
Populated only for domain objects, not for domain services.
getInt(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Use JsonRepresentation.isInt(String) to check first, if required.
getInvoke() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.ObjectActionRepresentation
 
getJavaxRsMethod() - Method in enum org.apache.isis.viewer.restfulobjects.applib.RestfulHttpMethod
 
getJaxrsStatusType() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode
 
getKey() - Method in class org.apache.isis.viewer.restfulobjects.applib.util.PathNode
 
getLink(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Use JsonRepresentation.isLink(String) to check first, if required.
getLinks() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainRepresentation
 
getLinks() - Method in interface org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation.HasLinks
 
getLinkWithRel(Rel) - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainRepresentation
 
getLinkWithRel(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainRepresentation
 
getLong(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Use JsonRepresentation.isLong(String) to check first, if required.
getMap(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
 
getMediaType() - Method in enum org.apache.isis.viewer.restfulobjects.applib.RepresentationType
 
getMediaType(String, String) - Method in enum org.apache.isis.viewer.restfulobjects.applib.RepresentationType
Clones the (immutable) media type, adding in one additional parameter value.
getMediaType(Map<String, String>) - Method in enum org.apache.isis.viewer.restfulobjects.applib.RepresentationType
Clones the (immutable) media type, adding all provided parameters.
getMediaTypeProfile() - Method in enum org.apache.isis.viewer.restfulobjects.applib.RepresentationType
 
getMembers() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectRepresentation
 
getMemberType() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.AbstractObjectMemberRepresentation
 
getMemberType() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectMemberRepresentation
Whether this is a property, collection or action.
getName() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulRequest.Header
 
getName() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulRequest.RequestParameter
 
getName() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.Header
 
getName() - Method in enum org.apache.isis.viewer.restfulobjects.applib.Rel
 
getName() - Method in enum org.apache.isis.viewer.restfulobjects.applib.RepresentationType
 
getNull(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Either returns a JsonRepresentation that indicates that the wrapped node has null value (ie JsonRepresentation.isNull()), or returns null if there was no node with the provided path.
getOid() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectRepresentation
Isis extension.
getOptionalCapabilities() - Method in class org.apache.isis.viewer.restfulobjects.applib.version.VersionRepresentation
 
getParser() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulRequest.Header
 
getParser() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulRequest.RequestParameter
 
getPersistLink() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectRepresentation
Only for transient, persistable, objects
getProperties() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectRepresentation
 
getProperty(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectRepresentation
 
getRel() - Method in class org.apache.isis.viewer.restfulobjects.applib.LinkRepresentation
 
getRepresentation(String, Object...) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
 
getRepresentationClass() - Method in enum org.apache.isis.viewer.restfulobjects.applib.RepresentationType
 
getResponse() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RepresentationWalker
The response returned from the previous walk.
getResult() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.ActionResultRepresentation
 
getResultType() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.ActionResultRepresentation
 
getRoles() - Method in class org.apache.isis.viewer.restfulobjects.applib.user.UserRepresentation
 
getSelf() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainRepresentation
 
getSelf() - Method in interface org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation.HasLinkToSelf
 
getServiceId() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectRepresentation
Populated only for domain services, not for domain objects.
getServices() - Method in class org.apache.isis.viewer.restfulobjects.applib.homepage.HomePageRepresentation
 
getShort(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Use JsonRepresentation.isIntegralNumber(String) to check if number (it is not possible to check if a short, however).
getStatus() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse
 
getStatusCode() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulResponse.HttpStatusCode
 
getString(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
Use JsonRepresentation.isString(String) to check first, if required.
getTime(String) - Method in class org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation
 
getTitle() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectRepresentation
 
getTitle() - Method in class org.apache.isis.viewer.restfulobjects.applib.LinkRepresentation
 
getType() - Method in class org.apache.isis.viewer.restfulobjects.applib.LinkRepresentation
 
getUp() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.ListRepresentation
 
getUp() - Method in interface org.apache.isis.viewer.restfulobjects.applib.JsonRepresentation.HasLinkToUp
 
getUp() - Method in class org.apache.isis.viewer.restfulobjects.applib.user.UserRepresentation
 
getUp() - Method in class org.apache.isis.viewer.restfulobjects.applib.version.VersionRepresentation
 
getUser() - Method in class org.apache.isis.viewer.restfulobjects.applib.homepage.HomePageRepresentation
 
getUserName() - Method in class org.apache.isis.viewer.restfulobjects.applib.user.UserRepresentation
 
getUserResource() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulClient
 
getValue() - Method in enum org.apache.isis.viewer.restfulobjects.applib.domainobjects.ActionResultRepresentation.ResultType
 
getValue() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.ListRepresentation
 
getValue() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.ObjectCollectionRepresentation
 
getValue() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.ScalarValueRepresentation
 
getValue() - Method in class org.apache.isis.viewer.restfulobjects.applib.LinkRepresentation
 
getVersion() - Method in class org.apache.isis.viewer.restfulobjects.applib.homepage.HomePageRepresentation
 
getVersionResource() - Method in class org.apache.isis.viewer.restfulobjects.applib.client.RestfulClient
 
getXIsisFormat() - Method in class org.apache.isis.viewer.restfulobjects.applib.domainobjects.DomainObjectMemberRepresentation
Isis-specific extension; not part of the RO API;
A B C D E F G H I J L M N O P Q R S T U V W Y _ 

Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.