public abstract class GeneratedSolrIndexerQuery extends GenericItem
SolrIndexerQuery.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
protected static java.util.Map<java.lang.String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static java.lang.String |
IDENTIFIER
Qualifier of the
SolrIndexerQuery.identifier attribute |
static java.lang.String |
INJECTCURRENTDATE
Qualifier of the
SolrIndexerQuery.injectCurrentDate attribute |
static java.lang.String |
INJECTCURRENTTIME
Qualifier of the
SolrIndexerQuery.injectCurrentTime attribute |
static java.lang.String |
INJECTLASTINDEXTIME
Qualifier of the
SolrIndexerQuery.injectLastIndexTime attribute |
static java.lang.String |
PARAMETERPROVIDER
Qualifier of the
SolrIndexerQuery.parameterProvider attribute |
static java.lang.String |
QUERY
Qualifier of the
SolrIndexerQuery.query attribute |
static java.lang.String |
SOLRINDEXEDTYPE
Qualifier of the
SolrIndexerQuery.solrIndexedType attribute |
protected static BidirectionalOneToManyHandler<GeneratedSolrIndexerQuery> |
SOLRINDEXEDTYPEHANDLER
BidirectionalOneToManyHandler for handling 1:n SOLRINDEXEDTYPE's relation attributes from 'one' side. |
static java.lang.String |
SOLRINDEXEDTYPEPOS
Qualifier of the
SolrIndexerQuery.solrIndexedTypePOS attribute |
static java.lang.String |
SOLRINDEXERQUERYPARAMETERS
Qualifier of the
SolrIndexerQuery.solrIndexerQueryParameters attribute |
protected static OneToManyHandler<SolrIndexerQueryParameter> |
SOLRINDEXERQUERYPARAMETERSHANDLER
OneToManyHandler for handling 1:n SOLRINDEXERQUERYPARAMETERS's relation attributes from 'many' side. |
static java.lang.String |
TYPE
Qualifier of the
SolrIndexerQuery.type attribute |
static java.lang.String |
USER
Qualifier of the
SolrIndexerQuery.user attribute |
LANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjectsimpl, tenant| Constructor and Description |
|---|
GeneratedSolrIndexerQuery() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToSolrIndexerQueryParameters(SessionContext ctx,
SolrIndexerQueryParameter value)
Generated method - Adds
value to solrIndexerQueryParameters. |
void |
addToSolrIndexerQueryParameters(SolrIndexerQueryParameter value)
Generated method - Adds
value to solrIndexerQueryParameters. |
protected Item |
createItem(SessionContext ctx,
ComposedType type,
Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.
|
protected java.util.Map<java.lang.String,Item.AttributeMode> |
getDefaultAttributeModes() |
java.lang.String |
getIdentifier()
Generated method - Getter of the
SolrIndexerQuery.identifier attribute. |
java.lang.String |
getIdentifier(SessionContext ctx)
Generated method - Getter of the
SolrIndexerQuery.identifier attribute. |
java.lang.String |
getParameterProvider()
Generated method - Getter of the
SolrIndexerQuery.parameterProvider attribute. |
java.lang.String |
getParameterProvider(SessionContext ctx)
Generated method - Getter of the
SolrIndexerQuery.parameterProvider attribute. |
java.lang.String |
getQuery()
Generated method - Getter of the
SolrIndexerQuery.query attribute. |
java.lang.String |
getQuery(SessionContext ctx)
Generated method - Getter of the
SolrIndexerQuery.query attribute. |
SolrIndexedType |
getSolrIndexedType()
Generated method - Getter of the
SolrIndexerQuery.solrIndexedType attribute. |
SolrIndexedType |
getSolrIndexedType(SessionContext ctx)
Generated method - Getter of the
SolrIndexerQuery.solrIndexedType attribute. |
java.util.List<SolrIndexerQueryParameter> |
getSolrIndexerQueryParameters()
Generated method - Getter of the
SolrIndexerQuery.solrIndexerQueryParameters attribute. |
java.util.List<SolrIndexerQueryParameter> |
getSolrIndexerQueryParameters(SessionContext ctx)
Generated method - Getter of the
SolrIndexerQuery.solrIndexerQueryParameters attribute. |
EnumerationValue |
getType()
Generated method - Getter of the
SolrIndexerQuery.type attribute. |
EnumerationValue |
getType(SessionContext ctx)
Generated method - Getter of the
SolrIndexerQuery.type attribute. |
User |
getUser()
Generated method - Getter of the
SolrIndexerQuery.user attribute. |
User |
getUser(SessionContext ctx)
Generated method - Getter of the
SolrIndexerQuery.user attribute. |
java.lang.Boolean |
isInjectCurrentDate()
Generated method - Getter of the
SolrIndexerQuery.injectCurrentDate attribute. |
java.lang.Boolean |
isInjectCurrentDate(SessionContext ctx)
Generated method - Getter of the
SolrIndexerQuery.injectCurrentDate attribute. |
boolean |
isInjectCurrentDateAsPrimitive()
Generated method - Getter of the
SolrIndexerQuery.injectCurrentDate attribute. |
boolean |
isInjectCurrentDateAsPrimitive(SessionContext ctx)
Generated method - Getter of the
SolrIndexerQuery.injectCurrentDate attribute. |
java.lang.Boolean |
isInjectCurrentTime()
Generated method - Getter of the
SolrIndexerQuery.injectCurrentTime attribute. |
java.lang.Boolean |
isInjectCurrentTime(SessionContext ctx)
Generated method - Getter of the
SolrIndexerQuery.injectCurrentTime attribute. |
boolean |
isInjectCurrentTimeAsPrimitive()
Generated method - Getter of the
SolrIndexerQuery.injectCurrentTime attribute. |
boolean |
isInjectCurrentTimeAsPrimitive(SessionContext ctx)
Generated method - Getter of the
SolrIndexerQuery.injectCurrentTime attribute. |
java.lang.Boolean |
isInjectLastIndexTime()
Generated method - Getter of the
SolrIndexerQuery.injectLastIndexTime attribute. |
java.lang.Boolean |
isInjectLastIndexTime(SessionContext ctx)
Generated method - Getter of the
SolrIndexerQuery.injectLastIndexTime attribute. |
boolean |
isInjectLastIndexTimeAsPrimitive()
Generated method - Getter of the
SolrIndexerQuery.injectLastIndexTime attribute. |
boolean |
isInjectLastIndexTimeAsPrimitive(SessionContext ctx)
Generated method - Getter of the
SolrIndexerQuery.injectLastIndexTime attribute. |
void |
removeFromSolrIndexerQueryParameters(SessionContext ctx,
SolrIndexerQueryParameter value)
Generated method - Removes
value from solrIndexerQueryParameters. |
void |
removeFromSolrIndexerQueryParameters(SolrIndexerQueryParameter value)
Generated method - Removes
value from solrIndexerQueryParameters. |
protected void |
setIdentifier(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
SolrIndexerQuery.identifier attribute. |
protected void |
setIdentifier(java.lang.String value)
Generated method - Setter of the
SolrIndexerQuery.identifier attribute. |
void |
setInjectCurrentDate(boolean value)
Generated method - Setter of the
SolrIndexerQuery.injectCurrentDate attribute. |
void |
setInjectCurrentDate(java.lang.Boolean value)
Generated method - Setter of the
SolrIndexerQuery.injectCurrentDate attribute. |
void |
setInjectCurrentDate(SessionContext ctx,
boolean value)
Generated method - Setter of the
SolrIndexerQuery.injectCurrentDate attribute. |
void |
setInjectCurrentDate(SessionContext ctx,
java.lang.Boolean value)
Generated method - Setter of the
SolrIndexerQuery.injectCurrentDate attribute. |
void |
setInjectCurrentTime(boolean value)
Generated method - Setter of the
SolrIndexerQuery.injectCurrentTime attribute. |
void |
setInjectCurrentTime(java.lang.Boolean value)
Generated method - Setter of the
SolrIndexerQuery.injectCurrentTime attribute. |
void |
setInjectCurrentTime(SessionContext ctx,
boolean value)
Generated method - Setter of the
SolrIndexerQuery.injectCurrentTime attribute. |
void |
setInjectCurrentTime(SessionContext ctx,
java.lang.Boolean value)
Generated method - Setter of the
SolrIndexerQuery.injectCurrentTime attribute. |
void |
setInjectLastIndexTime(boolean value)
Generated method - Setter of the
SolrIndexerQuery.injectLastIndexTime attribute. |
void |
setInjectLastIndexTime(java.lang.Boolean value)
Generated method - Setter of the
SolrIndexerQuery.injectLastIndexTime attribute. |
void |
setInjectLastIndexTime(SessionContext ctx,
boolean value)
Generated method - Setter of the
SolrIndexerQuery.injectLastIndexTime attribute. |
void |
setInjectLastIndexTime(SessionContext ctx,
java.lang.Boolean value)
Generated method - Setter of the
SolrIndexerQuery.injectLastIndexTime attribute. |
void |
setParameterProvider(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
SolrIndexerQuery.parameterProvider attribute. |
void |
setParameterProvider(java.lang.String value)
Generated method - Setter of the
SolrIndexerQuery.parameterProvider attribute. |
void |
setQuery(SessionContext ctx,
java.lang.String value)
Generated method - Setter of the
SolrIndexerQuery.query attribute. |
void |
setQuery(java.lang.String value)
Generated method - Setter of the
SolrIndexerQuery.query attribute. |
void |
setSolrIndexedType(SessionContext ctx,
SolrIndexedType value)
Generated method - Setter of the
SolrIndexerQuery.solrIndexedType attribute. |
void |
setSolrIndexedType(SolrIndexedType value)
Generated method - Setter of the
SolrIndexerQuery.solrIndexedType attribute. |
void |
setSolrIndexerQueryParameters(java.util.List<SolrIndexerQueryParameter> value)
Generated method - Setter of the
SolrIndexerQuery.solrIndexerQueryParameters attribute. |
void |
setSolrIndexerQueryParameters(SessionContext ctx,
java.util.List<SolrIndexerQueryParameter> value)
Generated method - Setter of the
SolrIndexerQuery.solrIndexerQueryParameters attribute. |
protected void |
setType(EnumerationValue value)
Generated method - Setter of the
SolrIndexerQuery.type attribute. |
protected void |
setType(SessionContext ctx,
EnumerationValue value)
Generated method - Setter of the
SolrIndexerQuery.type attribute. |
void |
setUser(SessionContext ctx,
User value)
Generated method - Setter of the
SolrIndexerQuery.user attribute. |
void |
setUser(User value)
Generated method - Setter of the
SolrIndexerQuery.user attribute. |
getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getImplementation, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplacesetTenantpublic static final java.lang.String IDENTIFIER
SolrIndexerQuery.identifier attributepublic static final java.lang.String TYPE
SolrIndexerQuery.type attributepublic static final java.lang.String QUERY
SolrIndexerQuery.query attributepublic static final java.lang.String INJECTLASTINDEXTIME
SolrIndexerQuery.injectLastIndexTime attributepublic static final java.lang.String INJECTCURRENTTIME
SolrIndexerQuery.injectCurrentTime attributepublic static final java.lang.String INJECTCURRENTDATE
SolrIndexerQuery.injectCurrentDate attributepublic static final java.lang.String USER
SolrIndexerQuery.user attributepublic static final java.lang.String PARAMETERPROVIDER
SolrIndexerQuery.parameterProvider attributepublic static final java.lang.String SOLRINDEXEDTYPEPOS
SolrIndexerQuery.solrIndexedTypePOS attributepublic static final java.lang.String SOLRINDEXEDTYPE
SolrIndexerQuery.solrIndexedType attributepublic static final java.lang.String SOLRINDEXERQUERYPARAMETERS
SolrIndexerQuery.solrIndexerQueryParameters attributeprotected static final BidirectionalOneToManyHandler<GeneratedSolrIndexerQuery> SOLRINDEXEDTYPEHANDLER
BidirectionalOneToManyHandler for handling 1:n SOLRINDEXEDTYPE's relation attributes from 'one' side.protected static final OneToManyHandler<SolrIndexerQueryParameter> SOLRINDEXERQUERYPARAMETERSHANDLER
OneToManyHandler for handling 1:n SOLRINDEXERQUERYPARAMETERS's relation attributes from 'many' side.protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itemprotected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
ItemComposedType.newInstance(Map).
In case this method uses any of the attribute values during creation it is required to override
Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
Sn example:
public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
// here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
super.getNonInitialAttributes( ctx, allAttributes );
// remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
createItem in class GenericItemctx - the current session context which this item is created withintype - the actual item type ( since subtypes may not provide a own jalo class this may be different from the
type which this method was implemented for )JaloBusinessException - indicates an error during creation - any changes will be rollbackedpublic java.lang.String getIdentifier(SessionContext ctx)
SolrIndexerQuery.identifier attribute.public java.lang.String getIdentifier()
SolrIndexerQuery.identifier attribute.protected void setIdentifier(SessionContext ctx, java.lang.String value)
SolrIndexerQuery.identifier attribute.value - the identifier - id of the queryprotected void setIdentifier(java.lang.String value)
SolrIndexerQuery.identifier attribute.value - the identifier - id of the querypublic java.lang.Boolean isInjectCurrentDate(SessionContext ctx)
SolrIndexerQuery.injectCurrentDate attribute.public java.lang.Boolean isInjectCurrentDate()
SolrIndexerQuery.injectCurrentDate attribute.public boolean isInjectCurrentDateAsPrimitive(SessionContext ctx)
SolrIndexerQuery.injectCurrentDate attribute.public boolean isInjectCurrentDateAsPrimitive()
SolrIndexerQuery.injectCurrentDate attribute.public void setInjectCurrentDate(SessionContext ctx, java.lang.Boolean value)
SolrIndexerQuery.injectCurrentDate attribute.value - the injectCurrentDatepublic void setInjectCurrentDate(java.lang.Boolean value)
SolrIndexerQuery.injectCurrentDate attribute.value - the injectCurrentDatepublic void setInjectCurrentDate(SessionContext ctx, boolean value)
SolrIndexerQuery.injectCurrentDate attribute.value - the injectCurrentDatepublic void setInjectCurrentDate(boolean value)
SolrIndexerQuery.injectCurrentDate attribute.value - the injectCurrentDatepublic java.lang.Boolean isInjectCurrentTime(SessionContext ctx)
SolrIndexerQuery.injectCurrentTime attribute.public java.lang.Boolean isInjectCurrentTime()
SolrIndexerQuery.injectCurrentTime attribute.public boolean isInjectCurrentTimeAsPrimitive(SessionContext ctx)
SolrIndexerQuery.injectCurrentTime attribute.public boolean isInjectCurrentTimeAsPrimitive()
SolrIndexerQuery.injectCurrentTime attribute.public void setInjectCurrentTime(SessionContext ctx, java.lang.Boolean value)
SolrIndexerQuery.injectCurrentTime attribute.value - the injectCurrentTimepublic void setInjectCurrentTime(java.lang.Boolean value)
SolrIndexerQuery.injectCurrentTime attribute.value - the injectCurrentTimepublic void setInjectCurrentTime(SessionContext ctx, boolean value)
SolrIndexerQuery.injectCurrentTime attribute.value - the injectCurrentTimepublic void setInjectCurrentTime(boolean value)
SolrIndexerQuery.injectCurrentTime attribute.value - the injectCurrentTimepublic java.lang.Boolean isInjectLastIndexTime(SessionContext ctx)
SolrIndexerQuery.injectLastIndexTime attribute.public java.lang.Boolean isInjectLastIndexTime()
SolrIndexerQuery.injectLastIndexTime attribute.public boolean isInjectLastIndexTimeAsPrimitive(SessionContext ctx)
SolrIndexerQuery.injectLastIndexTime attribute.public boolean isInjectLastIndexTimeAsPrimitive()
SolrIndexerQuery.injectLastIndexTime attribute.public void setInjectLastIndexTime(SessionContext ctx, java.lang.Boolean value)
SolrIndexerQuery.injectLastIndexTime attribute.value - the injectLastIndexTimepublic void setInjectLastIndexTime(java.lang.Boolean value)
SolrIndexerQuery.injectLastIndexTime attribute.value - the injectLastIndexTimepublic void setInjectLastIndexTime(SessionContext ctx, boolean value)
SolrIndexerQuery.injectLastIndexTime attribute.value - the injectLastIndexTimepublic void setInjectLastIndexTime(boolean value)
SolrIndexerQuery.injectLastIndexTime attribute.value - the injectLastIndexTimepublic java.lang.String getParameterProvider(SessionContext ctx)
SolrIndexerQuery.parameterProvider attribute.public java.lang.String getParameterProvider()
SolrIndexerQuery.parameterProvider attribute.public void setParameterProvider(SessionContext ctx, java.lang.String value)
SolrIndexerQuery.parameterProvider attribute.value - the parameterProviderpublic void setParameterProvider(java.lang.String value)
SolrIndexerQuery.parameterProvider attribute.value - the parameterProviderpublic java.lang.String getQuery(SessionContext ctx)
SolrIndexerQuery.query attribute.public java.lang.String getQuery()
SolrIndexerQuery.query attribute.public void setQuery(SessionContext ctx, java.lang.String value)
SolrIndexerQuery.query attribute.value - the querypublic void setQuery(java.lang.String value)
SolrIndexerQuery.query attribute.value - the querypublic SolrIndexedType getSolrIndexedType(SessionContext ctx)
SolrIndexerQuery.solrIndexedType attribute.public SolrIndexedType getSolrIndexedType()
SolrIndexerQuery.solrIndexedType attribute.public void setSolrIndexedType(SessionContext ctx, SolrIndexedType value)
SolrIndexerQuery.solrIndexedType attribute.value - the solrIndexedTypepublic void setSolrIndexedType(SolrIndexedType value)
SolrIndexerQuery.solrIndexedType attribute.value - the solrIndexedTypepublic java.util.List<SolrIndexerQueryParameter> getSolrIndexerQueryParameters(SessionContext ctx)
SolrIndexerQuery.solrIndexerQueryParameters attribute.public java.util.List<SolrIndexerQueryParameter> getSolrIndexerQueryParameters()
SolrIndexerQuery.solrIndexerQueryParameters attribute.public void setSolrIndexerQueryParameters(SessionContext ctx, java.util.List<SolrIndexerQueryParameter> value)
SolrIndexerQuery.solrIndexerQueryParameters attribute.value - the solrIndexerQueryParameterspublic void setSolrIndexerQueryParameters(java.util.List<SolrIndexerQueryParameter> value)
SolrIndexerQuery.solrIndexerQueryParameters attribute.value - the solrIndexerQueryParameterspublic void addToSolrIndexerQueryParameters(SessionContext ctx, SolrIndexerQueryParameter value)
value to solrIndexerQueryParameters.value - the item to add to solrIndexerQueryParameterspublic void addToSolrIndexerQueryParameters(SolrIndexerQueryParameter value)
value to solrIndexerQueryParameters.value - the item to add to solrIndexerQueryParameterspublic void removeFromSolrIndexerQueryParameters(SessionContext ctx, SolrIndexerQueryParameter value)
value from solrIndexerQueryParameters.value - the item to remove from solrIndexerQueryParameterspublic void removeFromSolrIndexerQueryParameters(SolrIndexerQueryParameter value)
value from solrIndexerQueryParameters.value - the item to remove from solrIndexerQueryParameterspublic EnumerationValue getType(SessionContext ctx)
SolrIndexerQuery.type attribute.public EnumerationValue getType()
SolrIndexerQuery.type attribute.protected void setType(SessionContext ctx, EnumerationValue value)
SolrIndexerQuery.type attribute.value - the type - type of operation: full, update or deleteprotected void setType(EnumerationValue value)
SolrIndexerQuery.type attribute.value - the type - type of operation: full, update or deletepublic User getUser(SessionContext ctx)
SolrIndexerQuery.user attribute.public User getUser()
SolrIndexerQuery.user attribute.public void setUser(SessionContext ctx, User value)
SolrIndexerQuery.user attribute.value - the userpublic void setUser(User value)
SolrIndexerQuery.user attribute.value - the userCopyright © 2018 SAP SE. All Rights Reserved.