Package com.technia.dsx.threedspace.zone
Class QueryInput
java.lang.Object
com.technia.dsx.threedspace.zone.QueryInput
Document me
- Since:
- 2023-04-24
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddFileType(String... fileType) Add file types to retrieve for a Business Object.voidaddObjectSelects(String... select) voidaddRelationshipSelects(String... select) intgetLabel()intvoidsetExpandDepth(int value) voidvoidsetMaxCount(int value)
-
Constructor Details
-
QueryInput
public QueryInput()
-
-
Method Details
-
getRootPath
-
setExpandDepth
public void setExpandDepth(int value) -
getExpandDepth
public int getExpandDepth() -
setMaxCount
public void setMaxCount(int value) -
getMaxCount
public int getMaxCount() -
getObjectSelects
-
addObjectSelects
-
getRelationshipSelects
-
addRelationshipSelects
-
getFileTypes
-
addFileType
Add file types to retrieve for a Business Object. File must be stored in the FCS. The list of possible file extensions is depending on the data. Some possible values: icon, thumbnail_2d, thumbnail_3d, cgr.- Parameters:
fileType- The file type to add
-
getLabel
-
setLabel
-