- getAllNodes() - Method in class com.redhat.lightblue.assoc.QueryPlan
-
Returns all nodes
- getArrayFieldPattern() - Method in class com.redhat.lightblue.eval.ArrayProjector
-
- getBestPlan() - Method in class com.redhat.lightblue.assoc.QueryPlanChooser
-
Returns the best plan chosen so far
- getBindings() - Method in class com.redhat.lightblue.assoc.ResolvedFieldBinding.BindResult
-
- getBreadthFirstNodeOrdering() - Method in class com.redhat.lightblue.assoc.QueryPlan
-
- getCallerRoles() - Method in class com.redhat.lightblue.crud.CRUDOperationContext
-
Returns the roles the caller is in
- getChildren() - Method in class com.redhat.lightblue.assoc.ChildDocReference
-
Returns the child documents for this reference
- getChildren(QueryPlanNode) - Method in class com.redhat.lightblue.assoc.ResultDoc
-
- getChildren() - Method in class com.redhat.lightblue.assoc.ResultDoc
-
- getChildren(List<ResultDoc>, QueryPlanNode) - Static method in class com.redhat.lightblue.assoc.ResultDoc
-
Returns all child references to a given node for all the docs in the list
- getClause() - Method in class com.redhat.lightblue.assoc.Conjunct
-
Returns the query clause
- getCompositeMetadata() - Method in class com.redhat.lightblue.mediator.DefaultMetadataResolver
-
Returns the composite metadata for this operation
- getConjuncts() - Method in class com.redhat.lightblue.assoc.QueryPlanData
-
The query clauses associated with this node/edge
- getConstraintValidator(EntityMetadata) - Method in class com.redhat.lightblue.crud.Factory
-
Returns a constraint validator containing field and entity constraint
validators for the given entity
- getCRUDController(String) - Method in class com.redhat.lightblue.crud.Factory
-
Returns a CRUD controller for the given backend type
- getCRUDController(EntityMetadata) - Method in class com.redhat.lightblue.crud.Factory
-
Returns a CRUD controller for the given entity
- getCRUDFindRequest() - Method in class com.redhat.lightblue.crud.FindRequest
-
- getCRUDOperation() - Method in class com.redhat.lightblue.crud.CRUDOperationContext
-
Returns the current operation
- getCRUDOperationPerformed() - Method in class com.redhat.lightblue.crud.DocCtx
-
Returns the operation performed on this document
- getCurrentDoc() - Method in class com.redhat.lightblue.crud.ConstraintValidator
-
- getCurrentDocList() - Method in class com.redhat.lightblue.crud.ConstraintValidator
-
- getCurrentEntityConstraint() - Method in class com.redhat.lightblue.crud.ConstraintValidator
-
- getCurrentFieldConstraint() - Method in class com.redhat.lightblue.crud.ConstraintValidator
-
- getCurrentFieldMetadata() - Method in class com.redhat.lightblue.crud.ConstraintValidator
-
- getCurrentFieldPath() - Method in class com.redhat.lightblue.crud.ConstraintValidator
-
- getData() - Method in class com.redhat.lightblue.assoc.QueryPlanNode
-
Returns the query plan data used by the scorer
- getDataError() - Method in class com.redhat.lightblue.crud.DocCtx
-
If there are errors for this documents, returns a data error.
- getDataErrors() - Method in class com.redhat.lightblue.crud.CRUDOperationContext
-
Returns all the data errors in the context.
- getDerivedOperationContext(String, CRUDFindRequest) - Method in class com.redhat.lightblue.mediator.OperationContext
-
- getDestinations(int) - Method in class com.redhat.lightblue.assoc.ConnMx
-
Returns the destinations of the given node
- getDestinations() - Method in class com.redhat.lightblue.assoc.QueryPlanNode
-
Returns the immediate descendants of this node.
- getDoc() - Method in class com.redhat.lightblue.assoc.ResultDoc
-
- getDocErrors() - Method in class com.redhat.lightblue.crud.ConstraintValidator
-
- getDocs() - Method in class com.redhat.lightblue.mediator.QueryPlanNodeExecutor
-
- getDocument() - Method in class com.redhat.lightblue.assoc.ChildDocReference
-
Returns the source document
- getDocuments() - Method in class com.redhat.lightblue.crud.CRUDOperationContext
-
Returns the list of documents in the context
- getDocumentsWithoutErrors() - Method in class com.redhat.lightblue.crud.CRUDOperationContext
-
Returns a list of documents with no errors
- getEdgeData(QueryPlanNode, QueryPlanNode) - Method in class com.redhat.lightblue.assoc.QueryPlan
-
Returns the list of conjuncts associated with the undirected edge between the two nodes
- getEntityData() - Method in class com.redhat.lightblue.crud.DocRequest
-
Entity data to be saved.
- getEntityMetadata() - Method in class com.redhat.lightblue.crud.ConstraintValidator
-
- getEntityMetadata(String) - Method in interface com.redhat.lightblue.crud.MetadataResolver
-
Return the correct version of the entity metadata based on current
context
- getEntityMetadata(String) - Method in class com.redhat.lightblue.mediator.DefaultMetadataResolver
-
Returns the version of the entity metadata relevant in the current operation
- getEntityMetadata(String) - Method in class com.redhat.lightblue.mediator.OperationContext
-
Returns the entity metadata with the version used in this call
- getEntityName() - Method in class com.redhat.lightblue.crud.CRUDOperationContext
-
Returns the entity name in the context
- getEntityRelativeFieldName() - Method in class com.redhat.lightblue.assoc.ResolvedFieldInfo
-
Get the field name relative to the entity it is contained in
- getErrors() - Method in class com.redhat.lightblue.crud.ConstraintValidator
-
- getErrors() - Method in class com.redhat.lightblue.crud.CRUDOperationContext
-
Returns the list of errors
- getErrors() - Method in class com.redhat.lightblue.crud.DocCtx
-
Returns the errors associated with this document
- getExcludedFields(FieldAccessRoleEvaluator.Operation) - Method in class com.redhat.lightblue.eval.FieldAccessRoleEvaluator
-
Returns a projection that excludes the fields the caller does not have
access to based on the operation
- getFactory() - Method in class com.redhat.lightblue.crud.CRUDOperationContext
-
Returns the factory instance that controls the validator and CRUD
instances.
- getFieldEntityMetadata() - Method in class com.redhat.lightblue.assoc.ResolvedFieldInfo
-
Returns the entity metadata for the entity containing this field.
- getFieldInfo() - Method in class com.redhat.lightblue.assoc.Conjunct
-
Returns the field information about the fields in the conjunct
- getFieldNode(Path) - Method in class com.redhat.lightblue.assoc.Conjunct
-
Returns the query plan node referenced by the field.
- getFieldNode() - Method in class com.redhat.lightblue.assoc.ResolvedFieldInfo
-
Returns the field metadata
- getFrom() - Method in class com.redhat.lightblue.crud.CRUDFindRequest
-
Specifies the index in the result set to start returning documents.
- getFrom() - Method in class com.redhat.lightblue.crud.FindRequest
-
Specifies the index in the result set to start returning documents.
- getHook(String) - Method in class com.redhat.lightblue.crud.Factory
-
Returns the hook with the given name.
- getHook(String) - Method in interface com.redhat.lightblue.hooks.HookResolver
-
Returns an instance of the hook with the given name
- getHookManager() - Method in class com.redhat.lightblue.crud.CRUDOperationContext
-
The hookManager for this operation
- getHookResolver() - Method in class com.redhat.lightblue.crud.Factory
-
Returns the hook resolver
- getId() - Method in class com.redhat.lightblue.assoc.ResultDoc
-
- getInaccessibleFields(FieldAccessRoleEvaluator.Operation) - Method in class com.redhat.lightblue.eval.FieldAccessRoleEvaluator
-
Returns a set of fields that are inaccessible to the user for the given
operation
- getInaccessibleFields_Insert(JsonDoc) - Method in class com.redhat.lightblue.eval.FieldAccessRoleEvaluator
-
Returns a list of fields in the doc inaccessible to the current user
during insertion.
- getInaccessibleFields_Update(JsonDoc, JsonDoc) - Method in class com.redhat.lightblue.eval.FieldAccessRoleEvaluator
-
Returns a list of fields in the doc inaccessible to the current user
during update.
- getIndexableFields() - Method in class com.redhat.lightblue.assoc.scorers.IndexedFieldScorerData
-
Set of fields that are collected from the queries associated to
this node that can be used for indexed access.
- getIndexMap() - Method in class com.redhat.lightblue.assoc.scorers.IndexedFieldScorerData
-
Index info that shows which collections of fields can be
searched by which index
- getInstance(Projection, EntityMetadata) - Static method in class com.redhat.lightblue.eval.Projector
-
Builds a projector using the given projection and entity metadata
- getInstance(Projection, Path, FieldTreeNode) - Static method in class com.redhat.lightblue.eval.Projector
-
Builds a (potentially nested) projection based on the given projection,
and the location in the metadata field tree.
- getInstance(QueryExpression, EntityMetadata) - Static method in class com.redhat.lightblue.eval.QueryEvaluator
-
- getInstance(QueryExpression, FieldTreeNode) - Static method in class com.redhat.lightblue.eval.QueryEvaluator
-
- getInstance(JsonNodeFactory, EntityMetadata, UpdateExpression) - Static method in class com.redhat.lightblue.eval.Updater
-
Creates an updater object based on the given update expression
- getInstance(JsonNodeFactory, FieldTreeNode, UpdateExpression) - Static method in class com.redhat.lightblue.eval.Updater
-
Creates an updater object based on the given update expression
- getInterceptorClass() - Method in class com.redhat.lightblue.interceptor.InterceptPoint
-
- getInterceptors() - Method in class com.redhat.lightblue.crud.Factory
-
Returns the interceptor manager
- getItems() - Method in class com.redhat.lightblue.eval.ListProjector
-
- getMetadata() - Method in class com.redhat.lightblue.assoc.QueryPlanChooser
-
Return the root metadata
- getMetadata() - Method in class com.redhat.lightblue.assoc.QueryPlanNode
-
Returns the composite metadata associated with this node
- getMetadata() - Method in class com.redhat.lightblue.assoc.ResultDoc
-
Returns the metadata for this document
- getMetadata() - Method in class com.redhat.lightblue.mediator.OperationContext
-
Returns the metadata manager
- getMetadataListener() - Method in interface com.redhat.lightblue.crud.CRUDController
-
Return an implementation of MetadataListener interface to
receive notifications about metadata operations.
- getMetadataRoles() - Method in class com.redhat.lightblue.mediator.DefaultMetadataResolver
-
Return all roles referenced in metadata
- getMissingFields(Path, JsonDoc) - Static method in class com.redhat.lightblue.crud.validator.RequiredChecker
-
Returns the list of fields that are missing in the doc
- getName() - Method in class com.redhat.lightblue.assoc.QueryPlanNode
-
The implementation returns the unique name for this node.
- getNestedContext(Path) - Method in class com.redhat.lightblue.eval.QueryEvaluationContext
-
- getNestedContext(JsonNode, Path) - Method in class com.redhat.lightblue.eval.QueryEvaluationContext
-
- getNestedProjector() - Method in class com.redhat.lightblue.eval.ArrayProjector
-
Returns the nested projector
- getNestedProjector() - Method in class com.redhat.lightblue.eval.FieldProjector
-
- getNestedProjector() - Method in class com.redhat.lightblue.eval.ListProjector
-
- getNestedProjector() - Method in class com.redhat.lightblue.eval.Projector
-
Returns the nested projector for this path *only if*
project returns true.
- getNode(CompositeMetadata) - Method in class com.redhat.lightblue.assoc.QueryPlan
-
Returns the query plan node corresponding to the given
composite metadata instance.
- getNode() - Method in class com.redhat.lightblue.eval.QueryEvaluationContext
-
- getNode(Path) - Method in class com.redhat.lightblue.eval.QueryEvaluationContext
-
- getNode() - Method in class com.redhat.lightblue.mediator.QueryPlanNodeExecutor
-
- getNodeFactory() - Method in class com.redhat.lightblue.crud.Factory
-
Returns an instance of JsonNodeFactory.
- getNodes(Path) - Method in class com.redhat.lightblue.eval.QueryEvaluationContext
-
- getNumDeleted() - Method in class com.redhat.lightblue.crud.CRUDDeleteResponse
-
Number of records deleted
- getNumFailed() - Method in class com.redhat.lightblue.crud.CRUDUpdateResponse
-
Returns the number of failed updated
- getNumInserted() - Method in class com.redhat.lightblue.crud.CRUDInsertionResponse
-
Number of docs inserted
- getNumSaved() - Method in class com.redhat.lightblue.crud.CRUDSaveResponse
-
Number of documents saved
- getNumUpdated() - Method in class com.redhat.lightblue.crud.CRUDUpdateResponse
-
Returns the number of updated docs
- getOriginalDocument() - Method in class com.redhat.lightblue.crud.DocCtx
-
Returns the copy of the document before any modifications
- getOutputDocument() - Method in class com.redhat.lightblue.crud.DocCtx
-
Returns the projected output document
- getOutputDocumentsWithoutErrors() - Method in class com.redhat.lightblue.crud.CRUDOperationContext
-
Returns a list of output documents with no errors
- getParentDocs() - Method in class com.redhat.lightblue.assoc.ResultDoc
-
- getPath() - Method in class com.redhat.lightblue.eval.QueryEvaluationContext
-
- getProjection() - Method in class com.redhat.lightblue.crud.CRUDFindRequest
-
Specifies what fields of the documents to return
- getProjection() - Method in class com.redhat.lightblue.crud.FindRequest
-
Specifies what fields of the documents to return
- getProperty(String) - Method in class com.redhat.lightblue.assoc.QueryPlanNode
-
Returns the property with the given property name
- getProperty(Class<T>) - Method in class com.redhat.lightblue.assoc.QueryPlanNode
-
Returns the property whose property name is the given class name
- getProperty(String) - Method in class com.redhat.lightblue.crud.CRUDOperationContext
-
Properties for the context
- getProperty(String) - Method in class com.redhat.lightblue.crud.DocCtx
-
Properties for the document context
- getQuery() - Method in class com.redhat.lightblue.crud.CRUDFindRequest
-
The query
- getQuery() - Method in class com.redhat.lightblue.crud.DeleteRequest
-
The query whose result set will be deleted
- getQuery() - Method in class com.redhat.lightblue.crud.FindRequest
-
The query
- getQuery() - Method in class com.redhat.lightblue.crud.UpdateRequest
-
The query specifying which documents to be updated
- getQueryPlan() - Method in class com.redhat.lightblue.assoc.QueryPlanChooser
-
Returns the query plan that's currently chosen
- getQueryPlanNode() - Method in class com.redhat.lightblue.assoc.ResultDoc
-
Returns the query plan node for this document
- getReferenceField() - Method in class com.redhat.lightblue.assoc.ChildDocReference
-
Returns the field in the source document that this reference represents
- getReferredNodes() - Method in class com.redhat.lightblue.assoc.Conjunct
-
Returns the nodes referenced by this clause
- getRelativeQuery() - Method in class com.redhat.lightblue.assoc.ResolvedFieldBinding.BindResult
-
- getRequest() - Method in class com.redhat.lightblue.mediator.OperationContext
-
Returns the top level request
- getRequestQuery() - Method in class com.redhat.lightblue.assoc.QueryPlanChooser
-
Return the query expression coming from the request
- getResult() - Method in class com.redhat.lightblue.eval.QueryEvaluationContext
-
query evaluation result
- getReturnFields() - Method in class com.redhat.lightblue.crud.InsertionRequest
-
Specifies the fields of the inserted entities to return.
- getReturnFields() - Method in class com.redhat.lightblue.crud.SaveRequest
-
Specifies the fields of the inserted entities to return.
- getReturnFields() - Method in class com.redhat.lightblue.crud.UpdateRequest
-
The fields to return from the updated documents
- getSize() - Method in class com.redhat.lightblue.assoc.QueryPlan
-
Returns the size (number of nodes) of the query plan
- getSize() - Method in class com.redhat.lightblue.crud.CRUDFindResponse
-
Number of documents mathcing the query
- getSort() - Method in class com.redhat.lightblue.crud.CRUDFindRequest
-
Specifies the order in which the documents will be returned
- getSort() - Method in class com.redhat.lightblue.crud.FindRequest
-
Specifies the order in which the documents will be returned
- getSort() - Method in class com.redhat.lightblue.eval.ArrayProjector
-
- getSources(int) - Method in class com.redhat.lightblue.assoc.ConnMx
-
Returns the sources of the given node
- getSources() - Method in class com.redhat.lightblue.assoc.ConnMx
-
Returns an array of source nodes, nodes with no incoming
edges.
- getSources() - Method in class com.redhat.lightblue.assoc.QueryPlan
-
Returns an array of source nodes, nodes with no incoming
edges.
- getSources() - Method in class com.redhat.lightblue.assoc.QueryPlanNode
-
Returns the immediate ancestors of this node.
- getStatus() - Method in class com.redhat.lightblue.mediator.OperationContext
-
The operation status
- getTo() - Method in class com.redhat.lightblue.crud.CRUDFindRequest
-
Specifies the last index of the document in the result set to be
returned.
- getTo() - Method in class com.redhat.lightblue.crud.FindRequest
-
Specifies the last index of the document in the result set to be
returned.
- getTopLevelEntityMetadata() - Method in class com.redhat.lightblue.mediator.DefaultMetadataResolver
-
Returns the top level entity metadata
- getTopLevelEntityMetadata() - Method in class com.redhat.lightblue.mediator.OperationContext
-
Returns the top level entity metadata
- getTopLevelEntityName() - Method in class com.redhat.lightblue.mediator.DefaultMetadataResolver
-
Returns the top level entity name
- getTopLevelEntityName() - Method in class com.redhat.lightblue.mediator.OperationContext
-
Returns the top level entity name
- getTopLevelEntityVersion() - Method in class com.redhat.lightblue.mediator.DefaultMetadataResolver
-
Returns the top level entity version
- getTopLevelEntityVersion() - Method in class com.redhat.lightblue.mediator.OperationContext
-
Returns the top level entity version
- getUnassignedClauses() - Method in class com.redhat.lightblue.assoc.QueryPlan
-
Returns the list containing clauses that cannot be associated
with a node or an edge (i.e.
- getUpdatedDocument() - Method in class com.redhat.lightblue.crud.DocCtx
-
Returns the copy of the unprojected output document.
- getUpdateExpression() - Method in class com.redhat.lightblue.crud.UpdateRequest
-
The expression specifying how to modify the documents
- getUpdateFields(Set<Path>) - Method in class com.redhat.lightblue.eval.ArrayAddExpressionEvaluator
-
- getUpdateFields(Set<Path>) - Method in class com.redhat.lightblue.eval.ForEachExpressionEvaluator
-
- getUpdateFields(Set<Path>) - Method in class com.redhat.lightblue.eval.SetExpressionEvaluator
-
- getUpdateFields(Set<Path>) - Method in class com.redhat.lightblue.eval.UnsetExpressionEvaluator
-
- getUpdateFields(Set<Path>) - Method in class com.redhat.lightblue.eval.UpdateExpressionListEvaluator
-
- getUpdateFields(Set<Path>) - Method in class com.redhat.lightblue.eval.Updater
-
Add the fields updated by this updater to the set of fields.
- getUpdateFields() - Method in class com.redhat.lightblue.eval.Updater
-
- save(CRUDOperationContext, boolean, Projection) - Method in interface com.redhat.lightblue.crud.CRUDController
-
Performs update or insertion of documents to the back end
- save(SaveRequest) - Method in class com.redhat.lightblue.mediator.Mediator
-
Saves data.
- SaveRequest - Class in com.redhat.lightblue.crud
-
Request to save documents
- SaveRequest() - Constructor for class com.redhat.lightblue.crud.SaveRequest
-
- score(QueryPlan) - Method in interface com.redhat.lightblue.assoc.QueryPlanScorer
-
Returns a score for the query plan
- score(QueryPlan) - Method in class com.redhat.lightblue.assoc.scorers.IndexedFieldScorer
-
- score(QueryPlan) - Method in class com.redhat.lightblue.assoc.scorers.SimpleScorer
-
- setConjuncts(List<Conjunct>) - Method in class com.redhat.lightblue.assoc.QueryPlanData
-
The query clauses associated with this node/edge
- setCRUDOperationPerformed(CRUDOperation) - Method in class com.redhat.lightblue.crud.DocCtx
-
Sets the operation performed on this document
- setDocs(List<ResultDoc>) - Method in class com.redhat.lightblue.mediator.QueryPlanNodeExecutor
-
- setDocuments(List<DocCtx>) - Method in class com.redhat.lightblue.crud.CRUDOperationContext
-
- setEdgeData(QueryPlanNode, QueryPlanNode, QueryPlanData) - Method in class com.redhat.lightblue.assoc.QueryPlan
-
Sets the list of conjuncts associated with the undirected edge between the two nodes
- setEntityData(JsonNode) - Method in class com.redhat.lightblue.crud.DocRequest
-
Entity data to be saved.
- SetExpressionEvaluator - Class in com.redhat.lightblue.eval
-
Sets a field value
- SetExpressionEvaluator(JsonNodeFactory, FieldTreeNode, SetExpression) - Constructor for class com.redhat.lightblue.eval.SetExpressionEvaluator
-
Creates a set expression evaluator
- setFrom(Long) - Method in class com.redhat.lightblue.crud.CRUDFindRequest
-
Specifies the index in the result set to start returning documents.
- setFrom(Long) - Method in class com.redhat.lightblue.crud.FindRequest
-
Specifies the index in the result set to start returning documents.
- setHookResolver(HookResolver) - Method in class com.redhat.lightblue.crud.Factory
-
Sets the hook resolver
- setIndexableFields(Set<Path>) - Method in class com.redhat.lightblue.assoc.scorers.IndexedFieldScorerData
-
Set of fields that are collected from the queries associated to
this node that can be used for indexed access.
- setIndexMap(Map<Index, Set<Path>>) - Method in class com.redhat.lightblue.assoc.scorers.IndexedFieldScorerData
-
Index info that shows which collections of fields can be
searched by which index
- setNodeFactory(JsonNodeFactory) - Method in class com.redhat.lightblue.crud.Factory
-
Sets the JsonNodeFactory.
- setNumDeleted(int) - Method in class com.redhat.lightblue.crud.CRUDDeleteResponse
-
Number of records deleted
- setNumFailed(int) - Method in class com.redhat.lightblue.crud.CRUDUpdateResponse
-
Sets the number of failed docs
- setNumInserted(int) - Method in class com.redhat.lightblue.crud.CRUDInsertionResponse
-
Number of docs inserted
- setNumSaved(int) - Method in class com.redhat.lightblue.crud.CRUDSaveResponse
-
Number of documents saved
- setNumUpdated(int) - Method in class com.redhat.lightblue.crud.CRUDUpdateResponse
-
Sets the number of updated docs
- setOriginalDocument(JsonDoc) - Method in class com.redhat.lightblue.crud.DocCtx
-
Sets the copy of the document before any modifications
- setOutputDocument(JsonDoc) - Method in class com.redhat.lightblue.crud.DocCtx
-
Set the projected output document
- setParentDoc(QueryPlanNode, ChildDocReference) - Method in class com.redhat.lightblue.assoc.ResultDoc
-
Sets the parent document reference of this document that is coming from parentNode
- setProjection(Projection) - Method in class com.redhat.lightblue.crud.CRUDFindRequest
-
Specifies what fields of the documents to return
- setProjection(Projection) - Method in class com.redhat.lightblue.crud.FindRequest
-
Specifies what fields of the documents to return
- setProperty(String, Object) - Method in class com.redhat.lightblue.assoc.QueryPlanNode
-
Sets the property with the given property name
- setProperty(Class<T>, T) - Method in class com.redhat.lightblue.assoc.QueryPlanNode
-
Sets the property whose property name is the given class name
- setProperty(String, Object) - Method in class com.redhat.lightblue.crud.CRUDOperationContext
-
Properties for the context
- setProperty(String, Object) - Method in class com.redhat.lightblue.crud.DocCtx
-
Properties for the document context
- setQuery(QueryExpression) - Method in class com.redhat.lightblue.crud.CRUDFindRequest
-
The query
- setQuery(QueryExpression) - Method in class com.redhat.lightblue.crud.DeleteRequest
-
The query whose result set will be deleted
- setQuery(QueryExpression) - Method in class com.redhat.lightblue.crud.FindRequest
-
The query
- setQuery(QueryExpression) - Method in class com.redhat.lightblue.crud.UpdateRequest
-
The query specifying which documents to be updated
- setRange(Long, Long) - Method in class com.redhat.lightblue.mediator.QueryPlanNodeExecutor
-
- setResult(boolean) - Method in class com.redhat.lightblue.eval.QueryEvaluationContext
-
- setReturnFields(Projection) - Method in class com.redhat.lightblue.crud.InsertionRequest
-
Specifies the fields of the inserted entities to return.
- setReturnFields(Projection) - Method in class com.redhat.lightblue.crud.SaveRequest
-
Specifies the fields of the inserted entities to return.
- setReturnFields(Projection) - Method in class com.redhat.lightblue.crud.UpdateRequest
-
The fields to return from the updated documents
- setRootNode(boolean) - Method in class com.redhat.lightblue.assoc.scorers.IndexedFieldScorerData
-
True if this is the root node
- setSize(long) - Method in class com.redhat.lightblue.crud.CRUDFindResponse
-
Number of documents mathcing the query
- setSort(Sort) - Method in class com.redhat.lightblue.crud.CRUDFindRequest
-
Specifies the order in which the documents will be returned
- setSort(Sort) - Method in class com.redhat.lightblue.crud.FindRequest
-
Specifies the order in which the documents will be returned
- setStatus(OperationStatus) - Method in class com.redhat.lightblue.mediator.OperationContext
-
The operation status
- setTo(Long) - Method in class com.redhat.lightblue.crud.CRUDFindRequest
-
Specifies the last index of the document in the result set to be
returned.
- setTo(Long) - Method in class com.redhat.lightblue.crud.FindRequest
-
Specifies the last index of the document in the result set to be
returned.
- setUpdatedDocument(JsonDoc) - Method in class com.redhat.lightblue.crud.DocCtx
-
Sets a JsonDoc which must contain the unprojected updated document
- setUpdateExpression(UpdateExpression) - Method in class com.redhat.lightblue.crud.UpdateRequest
-
The expression specifying how to modify the documents
- setUpsert(boolean) - Method in class com.redhat.lightblue.crud.SaveRequest
-
If true, documents that don't exist will be inserted
- shallowCopyFrom(CRUDFindRequest) - Method in class com.redhat.lightblue.crud.CRUDFindRequest
-
Shallow copy from r to this
- shallowCopyFrom(FindRequest) - Method in class com.redhat.lightblue.crud.FindRequest
-
- shallowCopyFrom(Request, CRUDFindRequest) - Method in class com.redhat.lightblue.crud.FindRequest
-
- SimpleFindImpl - Class in com.redhat.lightblue.mediator
-
- SimpleFindImpl(EntityMetadata, Factory) - Constructor for class com.redhat.lightblue.mediator.SimpleFindImpl
-
- SimpleScorer - Class in com.redhat.lightblue.assoc.scorers
-
Simple scorer that always returns MAX
- SimpleScorer() - Constructor for class com.redhat.lightblue.assoc.scorers.SimpleScorer
-
- sortArray(ArrayNode, JsonNodeFactory) - Method in class com.redhat.lightblue.eval.ArrayProjector
-
Sorts the given array node using the sort criteria given in this ArrayProjector
- startModifications() - Method in class com.redhat.lightblue.crud.DocCtx
-
This method is to be called before starting making
modifications on the document, so that a copy of the original
can be saved.
- StopHookProcessing - Annotation Type in com.redhat.lightblue.hooks
-
Exceptions during hook processing will stop the processing of the current
hook, but processing of the remaining hooks will continue.
- StringLengthChecker - Class in com.redhat.lightblue.crud.validator
-
- StringLengthChecker() - Constructor for class com.redhat.lightblue.crud.validator.StringLengthChecker
-