org.rococoa.cocoa.automator
Interface AutomatorLibrary

All Superinterfaces:
Library

public interface AutomatorLibrary
extends Library

JNA Wrapper for library Automator
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
Library.Handler
 
Field Summary
static int AMActionApplicationResourceError
          NSError codes in AMAutomatorErrorDomain
The action could not be loaded because the required application is missing
static int AMActionApplicationVersionResourceError
          NSError codes in AMAutomatorErrorDomain
The action could not be loaded because the required application is the wrong version
static int AMActionArchitectureMismatchError
          NSError codes in AMAutomatorErrorDomain
The action does not contain a version for the current architecture.
static String AMActionErrorKey
           
static int AMActionExceptionError
          NSError codes in AMAutomatorErrorDomain
The action received an exception while executing
static int AMActionExecutionError
          NSError codes in AMAutomatorErrorDomain
The action received an error while executing (reason unknown)
static int AMActionFileResourceError
          NSError codes in AMAutomatorErrorDomain
The action could not be loaded because the required file is missing or is the wrong version
static int AMActionInitializationError
          NSError codes in AMAutomatorErrorDomain
The action could not be instantiated (reason unknown)
static int AMActionInsufficientDataError
          NSError codes in AMAutomatorErrorDomain
The action requires input data to run but none was supplied
static int AMActionIsDeprecatedError
          NSError codes in AMAutomatorErrorDomain
The action is deprecated
static int AMActionLicenseResourceError
          NSError codes in AMAutomatorErrorDomain
The action could not be loaded because the required license is missing
static int AMActionLinkError
          NSError codes in AMAutomatorErrorDomain
The action could not be loaded.
static int AMActionLoadError
          NSError codes in AMAutomatorErrorDomain
The action could not be loaded because it is damaged or missing necessary resources.
static int AMActionNotLoadableError
          NSError codes in AMAutomatorErrorDomain
The action could not be loaded because its executable is not loadable.
static int AMActionPropertyListInvalidError
          NSError codes in AMAutomatorErrorDomain
The action's property list is invalid
static int AMActionRequiredActionResourceError
          NSError codes in AMAutomatorErrorDomain
The action could not be loaded because the required action is missing or has the wrong version
static int AMActionRuntimeMismatchError
          NSError codes in AMAutomatorErrorDomain
The action is not compatible with the current application.
static String AMAutomatorErrorDomain
           
static int AMConversionFailedError
          NSError codes in AMAutomatorErrorDomain
Conversion failed (reason unknown)
static int AMConversionNoDataError
          NSError codes in AMAutomatorErrorDomain
Conversion returns no data
static int AMConversionNotPossibleError
          NSError codes in AMAutomatorErrorDomain
Data conversion errors
Conversion not possible
static int AMNoSuchActionError
          NSError codes in AMAutomatorErrorDomain
Action errors
The action could not be located.
static int AMUserCanceledError
          NSError codes in AMAutomatorErrorDomain
Workflow runtime errors
Same as userCanceledErr in MacErrors.h
static int AMWorkflowNewerActionVersionError
          NSError codes in AMAutomatorErrorDomain
A newer version of the action is installed
static int AMWorkflowNewerVersionError
          NSError codes in AMAutomatorErrorDomain
Workflow errors
The workflow was saved with a newer version of Automator
static int AMWorkflowOlderActionVersionError
          NSError codes in AMAutomatorErrorDomain
An older version of the action is installed
static int AMWorkflowPropertyListInvalidError
          NSError codes in AMAutomatorErrorDomain
The workflow's property list is invalid
static AutomatorLibrary INSTANCE
           
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 

Field Detail

INSTANCE

static final AutomatorLibrary INSTANCE

AMWorkflowNewerVersionError

static final int AMWorkflowNewerVersionError
NSError codes in AMAutomatorErrorDomain
Workflow errors
The workflow was saved with a newer version of Automator

See Also:
Constant Field Values

AMWorkflowPropertyListInvalidError

static final int AMWorkflowPropertyListInvalidError
NSError codes in AMAutomatorErrorDomain
The workflow's property list is invalid

See Also:
Constant Field Values

AMWorkflowNewerActionVersionError

static final int AMWorkflowNewerActionVersionError
NSError codes in AMAutomatorErrorDomain
A newer version of the action is installed

See Also:
Constant Field Values

AMWorkflowOlderActionVersionError

static final int AMWorkflowOlderActionVersionError
NSError codes in AMAutomatorErrorDomain
An older version of the action is installed

See Also:
Constant Field Values

AMUserCanceledError

static final int AMUserCanceledError
NSError codes in AMAutomatorErrorDomain
Workflow runtime errors
Same as userCanceledErr in MacErrors.h

See Also:
Constant Field Values

AMNoSuchActionError

static final int AMNoSuchActionError
NSError codes in AMAutomatorErrorDomain
Action errors
The action could not be located.

See Also:
Constant Field Values

AMActionNotLoadableError

static final int AMActionNotLoadableError
NSError codes in AMAutomatorErrorDomain
The action could not be loaded because its executable is not loadable.

See Also:
Constant Field Values

AMActionArchitectureMismatchError

static final int AMActionArchitectureMismatchError
NSError codes in AMAutomatorErrorDomain
The action does not contain a version for the current architecture.

See Also:
Constant Field Values

AMActionRuntimeMismatchError

static final int AMActionRuntimeMismatchError
NSError codes in AMAutomatorErrorDomain
The action is not compatible with the current application.

See Also:
Constant Field Values

AMActionLoadError

static final int AMActionLoadError
NSError codes in AMAutomatorErrorDomain
The action could not be loaded because it is damaged or missing necessary resources.

See Also:
Constant Field Values

AMActionLinkError

static final int AMActionLinkError
NSError codes in AMAutomatorErrorDomain
The action could not be loaded.

See Also:
Constant Field Values

AMActionApplicationResourceError

static final int AMActionApplicationResourceError
NSError codes in AMAutomatorErrorDomain
The action could not be loaded because the required application is missing

See Also:
Constant Field Values

AMActionApplicationVersionResourceError

static final int AMActionApplicationVersionResourceError
NSError codes in AMAutomatorErrorDomain
The action could not be loaded because the required application is the wrong version

See Also:
Constant Field Values

AMActionFileResourceError

static final int AMActionFileResourceError
NSError codes in AMAutomatorErrorDomain
The action could not be loaded because the required file is missing or is the wrong version

See Also:
Constant Field Values

AMActionLicenseResourceError

static final int AMActionLicenseResourceError
NSError codes in AMAutomatorErrorDomain
The action could not be loaded because the required license is missing

See Also:
Constant Field Values

AMActionRequiredActionResourceError

static final int AMActionRequiredActionResourceError
NSError codes in AMAutomatorErrorDomain
The action could not be loaded because the required action is missing or has the wrong version

See Also:
Constant Field Values

AMActionInitializationError

static final int AMActionInitializationError
NSError codes in AMAutomatorErrorDomain
The action could not be instantiated (reason unknown)

See Also:
Constant Field Values

AMActionExecutionError

static final int AMActionExecutionError
NSError codes in AMAutomatorErrorDomain
The action received an error while executing (reason unknown)

See Also:
Constant Field Values

AMActionExceptionError

static final int AMActionExceptionError
NSError codes in AMAutomatorErrorDomain
The action received an exception while executing

See Also:
Constant Field Values

AMActionPropertyListInvalidError

static final int AMActionPropertyListInvalidError
NSError codes in AMAutomatorErrorDomain
The action's property list is invalid

See Also:
Constant Field Values

AMActionInsufficientDataError

static final int AMActionInsufficientDataError
NSError codes in AMAutomatorErrorDomain
The action requires input data to run but none was supplied

See Also:
Constant Field Values

AMActionIsDeprecatedError

static final int AMActionIsDeprecatedError
NSError codes in AMAutomatorErrorDomain
The action is deprecated

See Also:
Constant Field Values

AMConversionNotPossibleError

static final int AMConversionNotPossibleError
NSError codes in AMAutomatorErrorDomain
Data conversion errors
Conversion not possible

See Also:
Constant Field Values

AMConversionNoDataError

static final int AMConversionNoDataError
NSError codes in AMAutomatorErrorDomain
Conversion returns no data

See Also:
Constant Field Values

AMConversionFailedError

static final int AMConversionFailedError
NSError codes in AMAutomatorErrorDomain
Conversion failed (reason unknown)

See Also:
Constant Field Values

AMAutomatorErrorDomain

static final String AMAutomatorErrorDomain
See Also:
Constant Field Values

AMActionErrorKey

static final String AMActionErrorKey
See Also:
Constant Field Values