| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SessionSearchRestriction> |
SearchRestrictionService.getSessionSearchRestrictions()
Gets the session search restrictions from current session context.
|
java.util.Collection<SessionSearchRestriction> |
SearchRestrictionService.getSessionSearchRestrictions(ComposedTypeModel type)
Gets the session search restrictions from current session context for particular
ComposedTypeModel
object. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRestrictionService.addSessionSearchRestrictions(SessionSearchRestriction... restrictions)
Adds session search restrictions to current session context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRestrictionService.addSessionSearchRestrictions(java.util.Collection<SessionSearchRestriction> restrictions)
Adds session search restrictions to current session context.
|
void |
SearchRestrictionService.removeSessionSearchRestrictions(java.util.Collection<SessionSearchRestriction> restrictions)
Remove session search restrictions from current session context.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SessionSearchRestriction> |
DefaultSearchRestrictionService.getSessionSearchRestrictions()
Gets the session search restrictions from current session context.
|
java.util.Collection<SessionSearchRestriction> |
DefaultSearchRestrictionService.getSessionSearchRestrictions(ComposedTypeModel type)
Gets the session search restrictions from current session context for particular
ComposedTypeModel
object. |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchRestrictionService.addSessionSearchRestrictions(SessionSearchRestriction... restrictions)
Adds session search restrictions to current session context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSearchRestrictionService.addSessionSearchRestrictions(java.util.Collection<SessionSearchRestriction> restrictions)
Adds session search restrictions to current session context.
|
void |
DefaultSearchRestrictionService.removeSessionSearchRestrictions(java.util.Collection<SessionSearchRestriction> restrictions)
Remove session search restrictions from current session context.
|
| Modifier and Type | Method and Description |
|---|---|
SessionSearchRestriction |
SessionSearchRestrictionConverter.convert(ContextQueryFilter filter)
Converts from
ContextQueryFilter object to SessionSearchRestriction object. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SessionSearchRestriction> |
SessionSearchRestrictionConverter.convertFromFilters(java.util.Collection<ContextQueryFilter> filters)
Converts from collection of
ContextQueryFilter to collection of SessionSearchRestriction
. |
| Modifier and Type | Method and Description |
|---|---|
ContextQueryFilter |
SessionSearchRestrictionConverter.convert(SessionSearchRestriction restriction)
Converts from
SessionSearchRestriction object to ContextQueryFilter object. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ContextQueryFilter> |
SessionSearchRestrictionConverter.convertFromRestrictions(java.util.Collection<SessionSearchRestriction> restrictions)
Converts from collection of
SessionSearchRestriction to collection of ContextQueryFilter
object. |
| Modifier and Type | Method and Description |
|---|---|
SessionSearchRestriction |
DefaultSessionSearchRestrictionConverter.convert(ContextQueryFilter filter)
Converts from
ContextQueryFilter object to SessionSearchRestriction object. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SessionSearchRestriction> |
DefaultSessionSearchRestrictionConverter.convertFromFilters(java.util.Collection<ContextQueryFilter> filters)
Converts from collection of
ContextQueryFilter to collection of SessionSearchRestriction
. |
| Modifier and Type | Method and Description |
|---|---|
ContextQueryFilter |
DefaultSessionSearchRestrictionConverter.convert(SessionSearchRestriction restriction)
Converts from
SessionSearchRestriction object to ContextQueryFilter object. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ContextQueryFilter> |
DefaultSessionSearchRestrictionConverter.convertFromRestrictions(java.util.Collection<SessionSearchRestriction> restrictions)
Converts from collection of
SessionSearchRestriction to collection of ContextQueryFilter
object. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SessionSearchRestriction> |
AbstractQuery.getSessionSearchRestrictions()
Gets the session search restrictions will be used for executing query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractQuery.setSessionSearchRestrictions(SessionSearchRestriction... sessionSearchRestrictions)
Adds the session search restrictions which will be used for executing query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractQuery.setSessionSearchRestrictions(java.util.Collection<SessionSearchRestriction> sessionSearchRestrictions)
Adds the session search restrictions which will be used for executing query.
|
Copyright © 2018 SAP SE. All Rights Reserved.