Package com.erwin.api.beans.scheduler
Class MetadataELNJobOptions
java.lang.Object
com.erwin.api.beans.scheduler.JobOptions
com.erwin.api.beans.scheduler.MetadataELNJobOptions
- Author:
- Srinivas Javvaji
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCatalogSelection(String objectType, Long catalogId) voidaddCatalogsSelection(String objectType, List<Long> catalogIds) intvoidsetCatalogSelection(Map<String, List<Long>> catalogSelection) voidsetELNScope(int elnScope) voidsetSplitter(String splitter)
-
Constructor Details
-
MetadataELNJobOptions
public MetadataELNJobOptions()
-
-
Method Details
-
getCatalogSelection
- Returns:
- the catalogSelection
-
setCatalogSelection
- Parameters:
catalogSelection- the catalogSelection to set
-
getSplitter
- Returns:
- the splitter
-
setSplitter
- Parameters:
splitter- the splitter to set
-
getELNScope
public int getELNScope()- Returns:
- the elnScope
-
setELNScope
public void setELNScope(int elnScope) - Parameters:
elnScope- the elnScope to set
-
addCatalogsSelection
- Parameters:
objectType-catalogIds-
-
addCatalogSelection
- Parameters:
objectType-catalogId-
-