public final class SearchTarget extends Object
| Constructor and Description | 
|---|
SearchTarget(Long targetClassId,
            String alias,
            boolean isPublic)
Constructs an SearchTarget. 
 | 
SearchTarget(Long targetClassId,
            String alias,
            boolean isPublic,
            String viewName,
            String className)
Constructs an SearchTarget. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAlias()
Gets the search target alias. 
 | 
String | 
getClassName()
Gets the class name of the search target. 
 | 
AttributeValueTable | 
getSearchTargetTable()
Gets the SearchTarget options table. 
 | 
Long | 
getTargetClassId()
Gets the search target class ID. 
 | 
String | 
getViewName()
Gets the view name to select against. 
 | 
boolean | 
isPublicObjectClass()
Gets whether the search target is for a PublicObject. 
 | 
void | 
setSearchTargetTable(AttributeValueTable optsTable)
Sets the SearchTarget options table. 
 | 
public SearchTarget(Long targetClassId, String alias, boolean isPublic)
targetClassId - the search target class IDalias - the search target aliasisPublic - whether the search target is for a PublicObjectpublic SearchTarget(Long targetClassId, String alias, boolean isPublic, String viewName, String className)
targetClassId - the search target class IDalias - the search target aliasisPublic - whether the search target is for a PublicObjectviewName - the view name to select againstclassName - the search target class namepublic Long getTargetClassId()
public String getAlias()
public boolean isPublicObjectClass()
public String getViewName()
public String getClassName()
public AttributeValueTable getSearchTargetTable()
public void setSearchTargetTable(AttributeValueTable optsTable)
optsTable - the SearchTarget options tableCopyright © 2025. All rights reserved.