Package | Description |
---|---|
oracle.ifs.admin.tools.script | |
oracle.ifs.search |
Modifier and Type | Method and Description |
---|---|
protected AttributeSearchSpecification |
SearchObjectAdmin.lookupSearchSpec(String searchSpecHandle)
Get the SearchSpec based on the name of the handle.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SearchObjectAdmin.showSearchSpec(LibrarySession sess,
AttributeSearchSpecification someSearchSpec)
Show Search Specification.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextSearchSpecification
A ContextSearchSpecification represents a Search on both Attributes and Content.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AttributeSearchSpecification.copy(AttributeSearchSpecification src)
Copies the elements from the src AttributeSearchSpecification into this
object.
|
protected ClassObject |
SearchValidator.findClass(AttributeSearchSpecification asp,
Long classId) |
protected ClassObject |
SearchValidator.findClass(AttributeSearchSpecification asp,
String cName) |
protected String |
SQLGenerator.generateFromClause(AttributeSearchSpecification asp) |
protected String |
SQLGenerator.generateOrderByClause(AttributeSearchSpecification asp,
oracle.ifs.search.ContextScoreVisitor vis) |
protected String |
SQLGenerator.generateSecurityClause(AttributeSearchSpecification asp,
String ownerValue) |
protected String |
SQLGenerator.generateSelectList(AttributeSearchSpecification asp,
boolean searchCountOnly) |
protected String |
SQLGenerator.generateSubClassClause(AttributeSearchSpecification asp) |
protected String |
SQLGenerator.generateViewSelectList(AttributeSearchSpecification asp,
ViewSpecification vsp) |
protected String |
SQLGenerator.generateWhereClause(AttributeSearchSpecification asp,
String ownerValue) |
protected String |
SQLGenerator.getSQLStatement(String prefix,
AttributeSearchSpecification asp,
boolean searchCountOnly) |
protected String |
SQLGenerator.getViewStatement(ViewSpecification vsp,
AttributeSearchSpecification asp) |
protected void |
SearchValidator.validate(AttributeSearchSpecification asp) |
Copyright © 2023. All rights reserved.