public interface CSOSearchConditionManager
Ex:
CentraSiteServiceFactory
csServiceFactory =CentraSiteServiceFactory
.getInstance();
CentraSiteService
centraSiteService = csServiceFactory.createService();
CentraSiteSession
session = centraSiteService.createSession();
CSOSearchCondition
cond = session.getCentraSiteObjectConditionManager();
Modifier and Type | Method and Description |
---|---|
CSOSearchCondition |
createCondition(java.lang.String name)
Creates the search condition based on the given name.
|
CSOSearchCondition createCondition(java.lang.String name) throws CLLException
name
- that uniquely identifies the type of SearchCondition(Comparision/Keyword/Custom)CSOSearchCondition
instance for the given name.CLLException
- If an error occurs while fetching the condition instance