|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPDatasetDomain
Provides access to the properties/methods of a geoprocessing dataset domain object.
Method Summary | |
---|---|
void |
addType(int type)
Add a dataset type. |
void |
deleteType(int type)
Remove a dataset type. |
int |
getCount()
Count. |
int |
getType(int index)
Dataset type. |
boolean |
isFilterCanVersion()
Indicates whether or not to filter datasets based on whether or not they can be versioned. |
boolean |
isFilterCanVersionType()
Indicates whether to filter datasets that can or can not be versioned. |
boolean |
isFilterVersioned()
Indicates whether or not to filter datasets based on whether or not they are versioned. |
boolean |
isFilterVersionedType()
Indicates whether to filter versioned or non-versioned datasets. |
IArray |
makeList(IGPValue pValue)
Make list. |
void |
setCanVersionFilter(boolean filter,
boolean type)
Set can filter. |
void |
setVersionedFilter(boolean filter,
boolean type)
Set versioned filter. |
Method Detail |
---|
int getCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getType(int index) throws IOException, AutomationException
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void deleteType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.geodatabase.esriDatasetType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray makeList(IGPValue pValue) throws IOException, AutomationException
pValue
- A reference to a com.esri.arcgis.geodatabase.IGPValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVersionedFilter(boolean filter, boolean type) throws IOException, AutomationException
filter
- The filter (in)type
- The type (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFilterVersioned() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFilterVersionedType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCanVersionFilter(boolean filter, boolean type) throws IOException, AutomationException
filter
- The filter (in)type
- The type (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFilterCanVersion() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFilterCanVersionType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |