Package | Description |
---|---|
oracle.ifs.beans | |
oracle.ifs.search | |
oracle.ifs.server |
Modifier and Type | Field and Description |
---|---|
protected SearchSpecification |
Search.m_SearchSpecification
SearchSpecification defining Search.
|
protected SearchSpecification |
SearchObject.m_SearchSpecification
Deprecated.
SearchSpecification associated with SearchObject.
|
Modifier and Type | Method and Description |
---|---|
protected SearchSpecification |
LibrarySession.DMGetSearchSpecification(Long srchId)
Invokes the identically-named remote S_LibrarySession method.
|
SearchSpecification |
Search.getSearchSpecification()
Returns the SearchSpecification of this Search.
|
SearchSpecification |
SearchObject.getSearchSpecification()
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
SearchSpecification |
SearchObjectDefinition.getSearchSpecification()
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LibrarySession.DMSetSearchSpecification(Long srchId,
SearchSpecification sp)
Invokes the identically-named remote S_LibrarySession method.
|
void |
Search.setSearchSpecification(SearchSpecification sp)
Set the SearchSpecification.
|
void |
SearchObject.setSearchSpecification(SearchSpecification spec)
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
void |
SearchObjectDefinition.setSearchSpecification(SearchSpecification sp)
Deprecated.
CM SDK 10g: Class is deprecated and will be deleted
in a future release.
|
Constructor and Description |
---|
Search(LibrarySession sess,
SearchSpecification sp)
Constructs a Search object.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeSearchSpecification
An AttributeSpecification represents a non Context Search.
|
class |
ContextSearchSpecification
A ContextSearchSpecification represents a Search on both Attributes and Content.
|
Modifier and Type | Field and Description |
---|---|
protected SearchSpecification |
ViewSpecification.m_SearchSpec
The SearchSpecification
|
Modifier and Type | Method and Description |
---|---|
SearchSpecification |
SearchSpecification.getBoundSpecification(LibrarySession sess,
AttributeValue[] bindValues)
This Specification is cloned and the input bind Values are bound in place
in the cloned Specification.
|
SearchSpecification |
ViewSpecification.getSearchSpecification()
Returns the SearchSpecification of this view.
|
Modifier and Type | Method and Description |
---|---|
protected String[] |
SQLGenerator.getOrderAttributes(SearchSpecification sp,
String clss,
String name,
oracle.ifs.search.ContextScoreVisitor vis) |
void |
ViewSpecification.setSearchSpecification(SearchSpecification sp)
Replaces the SearchSpecification of the view.
|
Constructor and Description |
---|
ViewSpecification(String viewName,
SearchSpecification sp)
Constructs a ViewSpecification object.
|
ViewSpecification(String viewName,
SearchSpecification sp,
boolean repView)
Constructs a ViewSpecification object.
|
Modifier and Type | Field and Description |
---|---|
protected SearchSpecification |
S_Search.m_SearchSpecification |
Modifier and Type | Method and Description |
---|---|
SearchSpecification |
S_LibrarySession.DMGetSearchSpecification(Long srchId)
Gets the SearchSpecification of the specified S_Search.
|
SearchSpecification |
S_LibrarySessionInterface.DMGetSearchSpecification(Long srchId) |
protected SearchSpecification |
S_Search.getSearchSpecification() |
protected SearchSpecification |
S_SearchObject.getSearchSpecification()
Returns the SearchSpecification of this object.
|
Modifier and Type | Method and Description |
---|---|
void |
S_LibrarySession.DMSetSearchSpecification(Long srchId,
SearchSpecification sp)
Sets the SearchSpecification of the specified S_Search.
|
void |
S_LibrarySessionInterface.DMSetSearchSpecification(Long srchId,
SearchSpecification sp) |
protected void |
S_Search.setSearchSpecification(SearchSpecification sp) |
Constructor and Description |
---|
S_Search(S_LibrarySession sess,
SearchSpecification sp) |
Copyright © 2023. All rights reserved.