|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IActionProxy
Description: 'Provides access to properties and methods needed to manage general actions settings and funcationality.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
public class IActionProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IAction |
---|
IID, IIDcc018a6e_24fb_11d4_b34c_00104ba2abcc |
Constructor Summary | |
---|---|
|
IActionProxy()
Deprecated. For internal use only |
|
IActionProxy(java.lang.Object obj)
Deprecated. |
protected |
IActionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IActionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IActionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
clearCounts()
Deprecated. Clears all the internal counters for this action. |
void |
evaluate(java.lang.Object piObject,
java.lang.Object[] pvarReturnedObjects)
Deprecated. Takes an input object and evaluates the object based on predefined criteria. |
int |
getActionCategory()
Deprecated. Indicates the type of action to be applied to data. |
java.lang.String |
getAlias()
Deprecated. Allows user to specify or retrieve the alias name for this action. |
int |
getEvaluationCount()
Deprecated. Number of times this action has been evaluated. |
int |
getFilteredCount()
Deprecated. Number of times this action has returned S_ACTIONPROCESSOR_MSG_FILTERED. |
java.lang.String |
getLabel()
Deprecated. Allows user to specify or retreive tha label name for this action. |
int |
getModifiedCount()
Deprecated. Number of times this action has returned S_ACTIONPROCESSOR_MSG_MODIFIED. |
java.lang.String |
getName()
Deprecated. Developer-given name of the object. |
int |
getProcessedCount()
Deprecated. Number of times this action has returned S_ACTIONPROCESSOR_MSG_PROCESSED. |
java.lang.String |
getRulesDescription()
Deprecated. Describes what the action will do. |
int |
getStopProcessingCount()
Deprecated. Number of times this action has returned S_ACTIONPROCESSOR_MSG_STOPPROCESSING. |
java.lang.String |
getType()
Deprecated. Allows user to obtain a string describing the type of action object. |
double |
getVersion()
Deprecated. Allows user to retrieve the version number for this action. |
boolean |
isContinueProcessing()
Deprecated. Indicates whether or not the processing engine should stop processing further actions in the action list after this action finishes processing. |
boolean |
isEnabled()
Deprecated. Indicates whether or not an action in the action list is enabled for processing. |
boolean |
isStopProcessing()
Deprecated. Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setActionCategory(int pVal)
Deprecated. Indicates the type of action to be applied to data. |
void |
setAlias(java.lang.String pbstrAlias)
Deprecated. Allows user to specify or retrieve the alias name for this action. |
void |
setIsEnabled(boolean pbvarIsEnabled)
Deprecated. Indicates whether or not an action in the action list is enabled for processing. |
void |
setLabel(java.lang.String pbstrLabel)
Deprecated. Allows user to specify or retreive tha label name for this action. |
void |
setStopProcessing(boolean pbvarStopProcessing)
Deprecated. Indicates if the processing engine should stop processing further actions in the action list after this action finishes processing. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IActionProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IActionProxy()
public IActionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IActionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IActionProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public double getVersion() throws java.io.IOException, AutomationException
getVersion
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getRulesDescription() throws java.io.IOException, AutomationException
getRulesDescription
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isContinueProcessing() throws java.io.IOException, AutomationException
isContinueProcessing
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getAlias() throws java.io.IOException, AutomationException
getAlias
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAlias(java.lang.String pbstrAlias) throws java.io.IOException, AutomationException
setAlias
in interface IAction
pbstrAlias
- The pbstrAlias (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLabel() throws java.io.IOException, AutomationException
getLabel
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabel(java.lang.String pbstrLabel) throws java.io.IOException, AutomationException
setLabel
in interface IAction
pbstrLabel
- The pbstrLabel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getType() throws java.io.IOException, AutomationException
getType
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEnabled() throws java.io.IOException, AutomationException
isEnabled
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsEnabled(boolean pbvarIsEnabled) throws java.io.IOException, AutomationException
setIsEnabled
in interface IAction
pbvarIsEnabled
- The pbvarIsEnabled (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setStopProcessing(boolean pbvarStopProcessing) throws java.io.IOException, AutomationException
setStopProcessing
in interface IAction
pbvarStopProcessing
- The pbvarStopProcessing (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void evaluate(java.lang.Object piObject, java.lang.Object[] pvarReturnedObjects) throws java.io.IOException, AutomationException
evaluate
in interface IAction
piObject
- A reference to another Object (IUnknown) (in)pvarReturnedObjects
- A Variant (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isStopProcessing() throws java.io.IOException, AutomationException
isStopProcessing
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getEvaluationCount() throws java.io.IOException, AutomationException
getEvaluationCount
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getStopProcessingCount() throws java.io.IOException, AutomationException
getStopProcessingCount
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getFilteredCount() throws java.io.IOException, AutomationException
getFilteredCount
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getModifiedCount() throws java.io.IOException, AutomationException
getModifiedCount
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getProcessedCount() throws java.io.IOException, AutomationException
getProcessedCount
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void clearCounts() throws java.io.IOException, AutomationException
clearCounts
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getActionCategory() throws java.io.IOException, AutomationException
getActionCategory
in interface IAction
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setActionCategory(int pVal) throws java.io.IOException, AutomationException
setActionCategory
in interface IAction
pVal
- A com.esri.arcgis.carto.enumActionCategory constant (in)
java.io.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 |