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

A

AbstractCommand - Class in org.apache.openjpa.persistence.jest
The abstract base class for all commands available to JEST.
AbstractCommand(JPAServletContext) - Constructor for class org.apache.openjpa.persistence.jest.AbstractCommand
 
add(Object) - Method in class org.apache.openjpa.persistence.jest.JSONObject.Array
 
ARRAY_EMPTY - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 
ARRAY_END - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 
ARRAY_START - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 
asString(int) - Method in interface org.apache.openjpa.persistence.jest.JSON
Render into a string buffer.
asString(int) - Method in class org.apache.openjpa.persistence.jest.JSONObject.Array
 
asString(int) - Method in class org.apache.openjpa.persistence.jest.JSONObject
 
asString(int) - Method in class org.apache.openjpa.persistence.jest.JSONObject.KVMap
 
ATTR_CLASS - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ATTR_HREF - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ATTR_ID - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ATTR_KEY_TYPE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ATTR_MEMBER_TYPE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ATTR_NAME - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ATTR_NULL - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ATTR_PROPERTY_KEY - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ATTR_PROPERTY_VALUE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ATTR_REL - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ATTR_SRC - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ATTR_STYLE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ATTR_TYPE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ATTR_VALUE_TYPE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ATTR_VERSION - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 

C

Closure - Class in org.apache.openjpa.persistence.jest
Computes closure of a collection of managed objects.
Closure(OpenJPAStateManager) - Constructor for class org.apache.openjpa.persistence.jest.Closure
 
Closure(Collection<OpenJPAStateManager>) - Constructor for class org.apache.openjpa.persistence.jest.Closure
 
compare(Attribute<?, ?>, Attribute<?, ?>) - Method in class org.apache.openjpa.persistence.jest.MetamodelHelper.AttributeComparator
 
Constants - Interface in org.apache.openjpa.persistence.jest
Static String constants
CONTEXT_ROOT - Static variable in class org.apache.openjpa.persistence.jest.JESTContext
 
createPersistenceUnit() - Method in class org.apache.openjpa.persistence.jest.JESTServlet
 
createXML(String, Throwable) - Method in class org.apache.openjpa.persistence.jest.ExceptionFormatter
Creates a XML Document with given header and stack trace of the given error.
createXML(String, String, String, Map<String, Object>) - Method in class org.apache.openjpa.persistence.jest.PropertiesFormatter
 

D

DASH - Static variable in class org.apache.openjpa.persistence.jest.IOR
 
DASH - Static variable in class org.apache.openjpa.persistence.jest.MetamodelHelper
 
dateFormat - Static variable in interface org.apache.openjpa.persistence.jest.ObjectFormatter
 
debug(HttpServletRequest, HttpServletResponse, JPAServletContext) - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
decorate(Document, String, String, String) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
 
destroy() - Method in class org.apache.openjpa.persistence.jest.JESTServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.openjpa.persistence.jest.JESTServlet
Peeks into the servlet path of the request to create appropriate JEST command.
DOJO_BASE_URL - Static variable in interface org.apache.openjpa.persistence.jest.Constants
Dojo Toolkit URL and Themes
DOJO_THEME - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
DomainCommand - Class in org.apache.openjpa.persistence.jest
Marshals a JPA meta-model in the configured format to the response output stream.
DomainCommand(JPAServletContext) - Constructor for class org.apache.openjpa.persistence.jest.DomainCommand
 

E

ELEMENT_DESCRIPTION - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ELEMENT_ENTRY - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ELEMENT_ENTRY_KEY - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ELEMENT_ENTRY_VALUE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ELEMENT_ERROR_HEADER - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ELEMENT_ERROR_MESSAGE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ELEMENT_ERROR_TRACE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ELEMENT_INSTANCE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ELEMENT_MEMBER - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ELEMENT_NULL_REF - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ELEMENT_PROPERTY - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ELEMENT_REF - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ELEMENT_URI - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
EMPTY_LIST - Static variable in class org.apache.openjpa.persistence.jest.AbstractCommand
 
encode(Object, JPAServletContext) - Method in class org.apache.openjpa.persistence.jest.JSONObjectFormatter
 
encode(Collection<OpenJPAStateManager>, Metamodel) - Method in class org.apache.openjpa.persistence.jest.JSONObjectFormatter
 
encode(Metamodel) - Method in class org.apache.openjpa.persistence.jest.JSONObjectFormatter
 
encode(Collection<OpenJPAStateManager>, Metamodel) - Method in interface org.apache.openjpa.persistence.jest.ObjectFormatter
Encode the persistent closure of the given collection of managed instances as a resource e.g a XML or HTML document or an interactive document with JavaScript or a JSON array.
encode(Metamodel) - Method in interface org.apache.openjpa.persistence.jest.ObjectFormatter
Encode the given domain model in to a object.
encode(Collection<OpenJPAStateManager>, Metamodel) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
Encodes the closure of given collection of managed instance into a new XML document according to JEST Instance XML Schema.
encode(Metamodel) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
Encodes the given meta-model into a new XML document according to JEST Domain XML Schema.
EQUAL - Static variable in class org.apache.openjpa.persistence.jest.AbstractCommand
 
ExceptionFormatter - Class in org.apache.openjpa.persistence.jest
Formats error stack trace.
ExceptionFormatter() - Constructor for class org.apache.openjpa.persistence.jest.ExceptionFormatter
 
execute() - Method in class org.apache.openjpa.persistence.jest.JESTContext
Executes the request.

F

FIELD_SEPARATOR - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 
FindCommand - Class in org.apache.openjpa.persistence.jest
 
FindCommand(JPAServletContext) - Constructor for class org.apache.openjpa.persistence.jest.FindCommand
 
findConstructor(Class<? extends T>, Class<?>[]) - Method in class org.apache.openjpa.persistence.jest.PrototypeFactory
Finds a constructor of the given class with given argument types.
findPersistenceUnit() - Method in class org.apache.openjpa.persistence.jest.JESTServlet
 
findResource(String) - Method in class org.apache.openjpa.persistence.jest.JESTContext
A resource is always looked up with respect to this class.

G

getAction() - Method in class org.apache.openjpa.persistence.jest.DomainCommand
 
getAction(String) - Static method in class org.apache.openjpa.persistence.jest.JESTContext
Gets the action from the given path.
getArgument(String) - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
getArgument(String) - Method in interface org.apache.openjpa.persistence.jest.JESTCommand
Get the value of this command's argument of the given name.
getArguments() - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
getArguments() - Method in interface org.apache.openjpa.persistence.jest.JESTCommand
Get this command's arguments.
getAttributeCategory(Attribute<?, ?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
Gets a ordinal value of enumerated persistent attribute category.
getAttributesInOrder(Class<?>, Metamodel) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
 
getAttributesInOrder(ClassMetaData, Metamodel) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
 
getAttributesInOrder(ManagedType<?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
Gets the attributes of the given type in defined order.
getAttributeTypeName(Attribute<?, ?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
Gets name of the attribute type.
getConstructorParameterTypes(Object...) - Method in class org.apache.openjpa.persistence.jest.PrototypeFactory
 
getDefaultFormat() - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
getDefaultFormat() - Method in class org.apache.openjpa.persistence.jest.PropertiesCommand
 
getExecutionContext() - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
getExecutionContext() - Method in interface org.apache.openjpa.persistence.jest.JESTCommand
Get the execution context of this command.
getMandatoryArgument(String) - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
getMandatoryArguments() - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
Gets the mandatory arguments.
getMandatoryArguments() - Method in class org.apache.openjpa.persistence.jest.FindCommand
 
getMandatoryArguments() - Method in class org.apache.openjpa.persistence.jest.QueryCommand
 
getMaximumArguments() - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
Gets the maximum number of arguments excluding the mandatory arguments.
getMaximumArguments() - Method in class org.apache.openjpa.persistence.jest.DomainCommand
 
getMaximumArguments() - Method in class org.apache.openjpa.persistence.jest.PropertiesCommand
 
getMimeType() - Method in class org.apache.openjpa.persistence.jest.JSONObjectFormatter
 
getMimeType() - Method in interface org.apache.openjpa.persistence.jest.ObjectFormatter
Gets the mime type produced by this formatter.
getMimeType() - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
 
getMinimumArguments() - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
Gets the minimum number of arguments excluding the mandatory arguments.
getMinimumArguments() - Method in class org.apache.openjpa.persistence.jest.FindCommand
 
getMinimumArguments() - Method in class org.apache.openjpa.persistence.jest.QueryCommand
 
getObjectFormatter() - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
getPersistenceContext() - Method in class org.apache.openjpa.persistence.jest.JESTContext
Gets the persistence context.
getPersistenceContext() - Method in interface org.apache.openjpa.persistence.jest.JPAServletContext
Get the persistence context of the operational context.
getPersistenceUnitName() - Method in class org.apache.openjpa.persistence.jest.JESTContext
Gets the name of the persistence unit.
getPersistenceUnitName() - Method in interface org.apache.openjpa.persistence.jest.JPAServletContext
Get the persistence unit name.
getQualifier(String) - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
getQualifier(String) - Method in interface org.apache.openjpa.persistence.jest.JESTCommand
Get the value of this command's qualifier of the given name.
getQualifiers() - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
getQualifiers() - Method in interface org.apache.openjpa.persistence.jest.JESTCommand
Get this command's qualifiers.
getRegisteredKeys() - Method in class org.apache.openjpa.persistence.jest.PrototypeFactory
Gets the keys registered in this factory.
getRequest() - Method in class org.apache.openjpa.persistence.jest.JESTContext
Gets the request.
getRequest() - Method in interface org.apache.openjpa.persistence.jest.JPAServletContext
Get the HTTP Request.
getRequestURI() - Method in class org.apache.openjpa.persistence.jest.JESTContext
 
getRequestURI() - Method in interface org.apache.openjpa.persistence.jest.JPAServletContext
Get the requested URI.
getResponse() - Method in class org.apache.openjpa.persistence.jest.JESTContext
Gets the response.
getResponse() - Method in interface org.apache.openjpa.persistence.jest.JPAServletContext
Get the HTTP Response.
getTagByAttributeType(Attribute<?, ?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
 
getValidQualifiers() - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
Gets the valid qualifiers.
getValidQualifiers() - Method in class org.apache.openjpa.persistence.jest.DomainCommand
 
getValidQualifiers() - Method in class org.apache.openjpa.persistence.jest.FindCommand
 
getValidQualifiers() - Method in class org.apache.openjpa.persistence.jest.QueryCommand
 

H

handleError(JPAServletContext, Throwable) - Method in class org.apache.openjpa.persistence.jest.JESTServlet
 
hasArgument(String) - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
hasArgument(String) - Method in interface org.apache.openjpa.persistence.jest.JESTCommand
Affirm this command contains an argument of the given name.
hasQualifier(String) - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
hasQualifier(String) - Method in interface org.apache.openjpa.persistence.jest.JESTCommand
Affirm this command contains an qualifier of the given name.

I

ID_MARKER - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 
init(ServletConfig) - Method in class org.apache.openjpa.persistence.jest.JESTServlet
 
INIT_PARA_STANDALONE - Static variable in class org.apache.openjpa.persistence.jest.JESTServlet
 
INIT_PARA_UNIT - Static variable in class org.apache.openjpa.persistence.jest.JESTServlet
Servlet initialization parameter monikers
ior(OpenJPAStateManager) - Method in class org.apache.openjpa.persistence.jest.Closure
 
IOR - Class in org.apache.openjpa.persistence.jest
String reference of a managed object.
IOR() - Constructor for class org.apache.openjpa.persistence.jest.IOR
 
ior() - Method in class org.apache.openjpa.persistence.jest.JSONObject
 
ior(OpenJPAStateManager) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
 
IOR_SEPARTOR - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 
isBooleanQualifier(String) - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
isContextRoot(String) - Method in class org.apache.openjpa.persistence.jest.JESTContext
Is this path a context root?
isEmpty(String) - Method in class org.apache.openjpa.persistence.jest.JESTContext
 
isEnum(Attribute<?, ?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
 
isId(Attribute<?, ?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
 
isLob(Attribute<?, ?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
 
isMatched() - Method in class org.apache.openjpa.persistence.jest.TokenReplacedStream.Pattern
Is this pattern matched fully? A pattern is fully matched when the matching length is equal to the length of the pattern string.
isVersion(Attribute<?, ?>) - Static method in class org.apache.openjpa.persistence.jest.MetamodelHelper
 
iterator() - Method in class org.apache.openjpa.persistence.jest.Closure
 

J

JAXP_SCHEMA_LANGUAGE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
JAXP_SCHEMA_SOURCE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
JEST_INSTANCE_XSD - Static variable in interface org.apache.openjpa.persistence.jest.Constants
JEST resources
JEST_TEMPLATE - Static variable in class org.apache.openjpa.persistence.jest.JESTContext
 
JESTCommand - Interface in org.apache.openjpa.persistence.jest
Interface for JEST commands.
JESTCommand.Format - Enum in org.apache.openjpa.persistence.jest
Supported format monikers.
JESTContext - Class in org.apache.openjpa.persistence.jest
An operational context combines a persistence context and a HTTP execution context expressed as a request and response.
JESTContext(String, OpenJPAEntityManagerFactory, HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.openjpa.persistence.jest.JESTContext
 
JESTServlet - Class in org.apache.openjpa.persistence.jest
A specialized HTTP servlet to interpret HTTP requests as Java Persistent API commands on a running persistence unit.
JESTServlet() - Constructor for class org.apache.openjpa.persistence.jest.JESTServlet
 
JPAServletContext - Interface in org.apache.openjpa.persistence.jest
An operating context provides a persistence context and utility functions within which all JEST commands execute.
JSON - Interface in org.apache.openjpa.persistence.jest
A generic interface for a JSON encoded instance.
JSONObject - Class in org.apache.openjpa.persistence.jest
A JSON instance for persistence.
JSONObject(String, Object, boolean) - Constructor for class org.apache.openjpa.persistence.jest.JSONObject
 
JSONObject.Array - Class in org.apache.openjpa.persistence.jest
An array of objects.
JSONObject.Array() - Constructor for class org.apache.openjpa.persistence.jest.JSONObject.Array
 
JSONObject.KVMap - Class in org.apache.openjpa.persistence.jest
A map whose key or value can be JSON.
JSONObject.KVMap() - Constructor for class org.apache.openjpa.persistence.jest.JSONObject.KVMap
 
JSONObjectFormatter - Class in org.apache.openjpa.persistence.jest
Marshals a root instance and its persistent closure as JSON object.
JSONObjectFormatter() - Constructor for class org.apache.openjpa.persistence.jest.JSONObjectFormatter
 

L

log(short, String) - Method in class org.apache.openjpa.persistence.jest.JESTContext
 
log(String) - Method in class org.apache.openjpa.persistence.jest.JESTServlet
 
log(short, String) - Method in interface org.apache.openjpa.persistence.jest.JPAServletContext
Logging message.

M

main(String[]) - Static method in class org.apache.openjpa.persistence.jest.JSONObject
 
match(char, TokenReplacedStream.Pattern...) - Method in class org.apache.openjpa.persistence.jest.TokenReplacedStream
Match the given character to all patterns and return the index of highest match.
match(char) - Method in class org.apache.openjpa.persistence.jest.TokenReplacedStream.Pattern
Match the given character with the current cursor and advance the matching length.
matched(TokenReplacedStream.Pattern...) - Method in class org.apache.openjpa.persistence.jest.TokenReplacedStream
Gets the pattern if any in matched state
MEMBER_SEPARATOR - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 
MetamodelHelper - Class in org.apache.openjpa.persistence.jest
 
MetamodelHelper() - Constructor for class org.apache.openjpa.persistence.jest.MetamodelHelper
 
MetamodelHelper.AttributeCategory - Enum in org.apache.openjpa.persistence.jest
Attribute Category makes a finer distinction over PersistentAttributeType declared in Attribute.PersistentAttributeType such as id, version, lob or enum.
MetamodelHelper.AttributeComparator - Class in org.apache.openjpa.persistence.jest
Compares attribute by their category and within the same category by name.
MetamodelHelper.AttributeComparator() - Constructor for class org.apache.openjpa.persistence.jest.MetamodelHelper.AttributeComparator
 
MIME_TYPE_CSS - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
MIME_TYPE_JS - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
MIME_TYPE_JSON - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
MIME_TYPE_PLAIN - Static variable in interface org.apache.openjpa.persistence.jest.Constants
Mime Types
MIME_TYPE_XML - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 

N

newDocument(String) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
Create a new document with the given tag as the root element.
newInstance(K, Object...) - Method in class org.apache.openjpa.persistence.jest.PrototypeFactory
Create a new instance of the type registered before with the given key, if any.
NEWLINE - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 
NULL_LITERAL - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 
NULL_VALUE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 

O

OBJECT_END - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 
OBJECT_START - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 
ObjectFormatter<T> - Interface in org.apache.openjpa.persistence.jest
A parameterized interface defines the protocol for converting managed persistence instances or a persistent domain model into a form suitable for transport to a language-neutral client such as an web browser.
org.apache.openjpa.persistence.jest - package org.apache.openjpa.persistence.jest
 

P

parse() - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
Parses HTTP Request for the qualifier and argument of a command.
parse() - Method in interface org.apache.openjpa.persistence.jest.JESTCommand
Parse the given request to populate qualifiers and parameters of this command.
PATH_SEPARATOR - Static variable in class org.apache.openjpa.persistence.jest.AbstractCommand
 
popFetchPlan(boolean) - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
printStackTrace() - Method in exception org.apache.openjpa.persistence.jest.ProcessingException
Prints the stack trace in a HTML format on the given response output stream.
process() - Method in class org.apache.openjpa.persistence.jest.DomainCommand
 
process() - Method in class org.apache.openjpa.persistence.jest.FindCommand
 
process() - Method in interface org.apache.openjpa.persistence.jest.JESTCommand
Process the given request and write the output on to the given response in the given context.
process() - Method in class org.apache.openjpa.persistence.jest.PropertiesCommand
 
process() - Method in class org.apache.openjpa.persistence.jest.QueryCommand
 
ProcessingException - Exception in org.apache.openjpa.persistence.jest
Specialized RuntimException thrown by JEST commands.
ProcessingException(JPAServletContext, Throwable) - Constructor for exception org.apache.openjpa.persistence.jest.ProcessingException
 
ProcessingException(JPAServletContext, Throwable, int) - Constructor for exception org.apache.openjpa.persistence.jest.ProcessingException
 
ProcessingException(JPAServletContext, Localizer.Message, int) - Constructor for exception org.apache.openjpa.persistence.jest.ProcessingException
 
ProcessingException(JPAServletContext, Throwable, Localizer.Message) - Constructor for exception org.apache.openjpa.persistence.jest.ProcessingException
 
ProcessingException(JPAServletContext, Throwable, Localizer.Message, int) - Constructor for exception org.apache.openjpa.persistence.jest.ProcessingException
 
PropertiesCommand - Class in org.apache.openjpa.persistence.jest
Represents configuration properties in HTML.
PropertiesCommand(JPAServletContext) - Constructor for class org.apache.openjpa.persistence.jest.PropertiesCommand
 
PropertiesFormatter - Class in org.apache.openjpa.persistence.jest
Formats a key-value pair in a HTML Document.
PropertiesFormatter() - Constructor for class org.apache.openjpa.persistence.jest.PropertiesFormatter
 
PrototypeFactory<K,T> - Class in org.apache.openjpa.persistence.jest
A factory for a specific type of objects registered by a key.
PrototypeFactory() - Constructor for class org.apache.openjpa.persistence.jest.PrototypeFactory
 
pushFetchPlan(Object) - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
put(Object, Object) - Method in class org.apache.openjpa.persistence.jest.JSONObject.KVMap
 

Q

QUALIFIER_FIRSTRESULT - Static variable in class org.apache.openjpa.persistence.jest.QueryCommand
 
QUALIFIER_FORMAT - Static variable in interface org.apache.openjpa.persistence.jest.Constants
Common Command Qualifiers
QUALIFIER_MAXRESULT - Static variable in class org.apache.openjpa.persistence.jest.QueryCommand
 
QUALIFIER_NAMED - Static variable in class org.apache.openjpa.persistence.jest.QueryCommand
 
QUALIFIER_PLAN - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
QUALIFIER_SINGLE - Static variable in class org.apache.openjpa.persistence.jest.QueryCommand
 
QUERY_SEPARATOR - Static variable in class org.apache.openjpa.persistence.jest.JESTContext
 
QueryCommand - Class in org.apache.openjpa.persistence.jest
Executes query.
QueryCommand(JPAServletContext) - Constructor for class org.apache.openjpa.persistence.jest.QueryCommand
 
QUOTE - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 

R

REF_MARKER - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 
register(K, Class<? extends T>) - Method in class org.apache.openjpa.persistence.jest.PrototypeFactory
Register the given class with the given key.
replace() - Method in class org.apache.openjpa.persistence.jest.TokenReplacedStream.Pattern
Gets the string to be replaced.
replace(InputStream, Writer, String...) - Method in class org.apache.openjpa.persistence.jest.TokenReplacedStream
Read the given input stream and replaces the tokens as it reads.
reset() - Method in class org.apache.openjpa.persistence.jest.TokenReplacedStream.Pattern
Reset the cursor.
reset(TokenReplacedStream.Pattern...) - Method in class org.apache.openjpa.persistence.jest.TokenReplacedStream
Resets all the patterns.
resolve(String) - Method in class org.apache.openjpa.persistence.jest.JESTContext
 
resolve(String) - Method in interface org.apache.openjpa.persistence.jest.JPAServletContext
Resolve the given alias to meta-data of the persistent type.
ROOT_ELEMENT_ERROR - Static variable in interface org.apache.openjpa.persistence.jest.Constants
 
ROOT_ELEMENT_INSTANCE - Static variable in interface org.apache.openjpa.persistence.jest.Constants
Root element of XML instances.
ROOT_ELEMENT_MODEL - Static variable in interface org.apache.openjpa.persistence.jest.Constants
Root element of XML meta-model.
ROOT_ELEMENT_PROPERTIES - Static variable in interface org.apache.openjpa.persistence.jest.Constants
Elements and attributes in properties XML.

S

set(String, Object) - Method in class org.apache.openjpa.persistence.jest.JSONObject
 
SPACE - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 
streamToString(Object) - Method in class org.apache.openjpa.persistence.jest.JSONObjectFormatter
Convert the given stream (either an InutStream or a Reader) to a String to be included in CDATA section of a XML document.

T

TokenReplacedStream - Class in org.apache.openjpa.persistence.jest
Reads from an input stream and writes to an output stream after replacing matched tokens by their counterpart.
TokenReplacedStream() - Constructor for class org.apache.openjpa.persistence.jest.TokenReplacedStream
 
TokenReplacedStream.Pattern - Class in org.apache.openjpa.persistence.jest
 
TokenReplacedStream.Pattern(String, String) - Constructor for class org.apache.openjpa.persistence.jest.TokenReplacedStream.Pattern
Construct a pattern and its replacement.
toStateManager(Object) - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
toStateManager(Collection<?>) - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
 
toStateManager(Object) - Method in class org.apache.openjpa.persistence.jest.Closure
 
toString(OpenJPAStateManager) - Static method in class org.apache.openjpa.persistence.jest.IOR
Stringified representation of a managed instance identity.
toString() - Method in class org.apache.openjpa.persistence.jest.JSONObject.Array
 
toString() - Method in class org.apache.openjpa.persistence.jest.JSONObject.KVMap
 
toString() - Method in class org.apache.openjpa.persistence.jest.JSONObject
 
toString() - Method in class org.apache.openjpa.persistence.jest.TokenReplacedStream.Pattern
 
typeOf(OpenJPAStateManager) - Method in class org.apache.openjpa.persistence.jest.JSONObjectFormatter
 
typeOf(OpenJPAStateManager) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
 
typeOf(Class<?>) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
 
typeOf(ClassMetaData) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
 
typeOf(ValueMetaData) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
 
typeOf(FieldMetaData) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
 

U

UNDERSCORE - Static variable in class org.apache.openjpa.persistence.jest.MetamodelHelper
 

V

validate() - Method in class org.apache.openjpa.persistence.jest.AbstractCommand
Called post-parse to validate this command has requisite qualifiers and arguments.
validate(Document) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
 
VALUE_SEPARATOR - Static variable in interface org.apache.openjpa.persistence.jest.JSON
 
valueOf(String) - Static method in enum org.apache.openjpa.persistence.jest.JESTCommand.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.openjpa.persistence.jest.MetamodelHelper.AttributeCategory
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.openjpa.persistence.jest.JESTCommand.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.openjpa.persistence.jest.MetamodelHelper.AttributeCategory
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(PrintWriter) - Method in class org.apache.openjpa.persistence.jest.JSONObject
 
write(Document, OutputStream) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
 
write(Document, Writer) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
 
writeOut(Collection<OpenJPAStateManager>, Metamodel, String, String, String, OutputStream) - Method in class org.apache.openjpa.persistence.jest.JSONObjectFormatter
 
writeOut(Metamodel, String, String, String, OutputStream) - Method in class org.apache.openjpa.persistence.jest.JSONObjectFormatter
 
writeOut(Collection<OpenJPAStateManager>, Metamodel, String, String, String, OutputStream) - Method in interface org.apache.openjpa.persistence.jest.ObjectFormatter
Encodes the persistent closure of the given collection of objects, then write it into the given output stream.
writeOut(Metamodel, String, String, String, OutputStream) - Method in interface org.apache.openjpa.persistence.jest.ObjectFormatter
Encodes the given domain model, then write it into the given output stream.
writeOut(Collection<OpenJPAStateManager>, Metamodel, String, String, String, OutputStream) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
 
writeOut(Metamodel, String, String, String, OutputStream) - Method in class org.apache.openjpa.persistence.jest.XMLFormatter
 

X

XMLFormatter - Class in org.apache.openjpa.persistence.jest
Marshals a root instance and its persistent closure as an XML element.
XMLFormatter() - Constructor for class org.apache.openjpa.persistence.jest.XMLFormatter
 

_

_cf - Static variable in class org.apache.openjpa.persistence.jest.JESTContext
 
_ctx - Variable in class org.apache.openjpa.persistence.jest.AbstractCommand
 
_formatter - Variable in class org.apache.openjpa.persistence.jest.AbstractCommand
 
_loc - Static variable in class org.apache.openjpa.persistence.jest.AbstractCommand
 
_loc - Static variable in class org.apache.openjpa.persistence.jest.JESTContext
 
_loc - Static variable in class org.apache.openjpa.persistence.jest.JESTServlet
 
_loc - Static variable in class org.apache.openjpa.persistence.jest.XMLFormatter
 
_log - Variable in class org.apache.openjpa.persistence.jest.JESTContext
 
_repos - Variable in class org.apache.openjpa.persistence.jest.JESTContext
 
_xsd - Static variable in class org.apache.openjpa.persistence.jest.XMLFormatter
 

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

Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.