A B C D E F G H I K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ancestor_of() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The indirect parent's command name that this command must have to be valid.
- ANY - com.automationanywhere.commandsdk.model.DataType
- Attribute - Annotation Type in com.automationanywhere.commandsdk.annotations.sapbapi
- AttributeType - Enum in com.automationanywhere.commandsdk.model
B
- background_color() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
Background color of the command label/icon on bot editor window
- BapiFieldTarget - Enum in com.automationanywhere.commandsdk.model
- BapiFieldType - Enum in com.automationanywhere.commandsdk.model
- BAPIOBJECT - com.automationanywhere.commandsdk.model.AttributeType
- BAPIOBJECT - com.automationanywhere.commandsdk.model.DataType
- bapiStructure() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
- BOOLEAN - com.automationanywhere.commandsdk.model.AttributeType
- BOOLEAN - com.automationanywhere.commandsdk.model.DataType
- BotCommand - Annotation Type in com.automationanywhere.commandsdk.annotations
-
Makes the type eligible to be treated as
BotCommand
. - BotCommand.CommandType - Enum in com.automationanywhere.commandsdk.annotations
- branch_end() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
Is this command always the last item in a series of branches? ("Else").
- branch_of() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The branch parent command name that this command must have.
- branchable() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
Does this command accept branches ("If" has "Else if" and "Else").
C
- CHECKBOX - com.automationanywhere.commandsdk.model.AttributeType
- Closable - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- Closed - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- CODE - com.automationanywhere.commandsdk.model.AttributeType
- CodeType - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
-
The MIME-type of the code to format.
- com.automationanywhere.commandsdk.annotations - package com.automationanywhere.commandsdk.annotations
- com.automationanywhere.commandsdk.annotations.desktopoperations - package com.automationanywhere.commandsdk.annotations.desktopoperations
- com.automationanywhere.commandsdk.annotations.rules - package com.automationanywhere.commandsdk.annotations.rules
- com.automationanywhere.commandsdk.annotations.rules.EntryList - package com.automationanywhere.commandsdk.annotations.rules.EntryList
- com.automationanywhere.commandsdk.annotations.sapbapi - package com.automationanywhere.commandsdk.annotations.sapbapi
- com.automationanywhere.commandsdk.model - package com.automationanywhere.commandsdk.model
- Command - com.automationanywhere.commandsdk.annotations.BotCommand.CommandType
- CommandPkg - Annotation Type in com.automationanywhere.commandsdk.annotations
-
Makes the type eligible for creation of command in package.json.
- CommandPkg.Returns - Annotation Type in com.automationanywhere.commandsdk.annotations
- commandType() - Method in annotation type com.automationanywhere.commandsdk.annotations.BotCommand
- comment() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
Is comment command?
- Condition - com.automationanywhere.commandsdk.annotations.BotCommand.CommandType
- CONDITIONAL - com.automationanywhere.commandsdk.model.AttributeType
- conditions() - Method in annotation type com.automationanywhere.commandsdk.annotations.Execute
-
Currently unused.
- ConditionTest - Annotation Type in com.automationanywhere.commandsdk.annotations
-
Method annotated with this annotation will participate in the execution of
Condition
. - COORDINATE - com.automationanywhere.commandsdk.model.AttributeType
- CREDENTIAL - com.automationanywhere.commandsdk.model.AttributeType
- CredentialAllowPassword - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- CredentialOnly - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
D
- DataType - Enum in com.automationanywhere.commandsdk.model
- DATETIME - com.automationanywhere.commandsdk.model.AttributeType
- DATETIME - com.automationanywhere.commandsdk.model.DataType
- default_return_package() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The package the default return variable belongs to.
- default_return_variable_name() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The name of the default variable to assign the return value to.
- default_value() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
The default value for the attribute.
- default_value_type() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
The input/data type for the default value of the attribute.
- deprecated() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
It will deprecate the command
- description() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
Short description of what the command does.
- description() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
Description text shown under the input.
- desktop_operation_attributes() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
- DESKTOP_OPERATION_BUTTON - com.automationanywhere.commandsdk.annotations.BotCommand.CommandType
- desktop_operation_name() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
- desktop_operation_name() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
- desktop_operation_optional_attribute_names() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
- DESKTOP_OPERATION_SELECT - com.automationanywhere.commandsdk.annotations.BotCommand.CommandType
- DESKTOP_OPERATION_STAGE - com.automationanywhere.commandsdk.annotations.BotCommand.CommandType
- DESKTOP_OPERATION_TABLE - com.automationanywhere.commandsdk.annotations.BotCommand.CommandType
- DESKTOP_OPERATION_TREE - com.automationanywhere.commandsdk.annotations.BotCommand.CommandType
- desktopOperationAttributeNames() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
Deprecated.
- DesktopOperationButton - com.automationanywhere.commandsdk.annotations.BotCommand.CommandType
-
Deprecated.
- DESKTOPOPERATIONBUTTON - com.automationanywhere.commandsdk.model.AttributeType
- desktopOperationName() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
Deprecated.
- DesktopOperationsButtonExecute - Annotation Type in com.automationanywhere.commandsdk.annotations
-
Deprecated.
- DesktopOperationSelect - com.automationanywhere.commandsdk.annotations.BotCommand.CommandType
-
Deprecated.
- DESKTOPOPERATIONSELECT - com.automationanywhere.commandsdk.model.AttributeType
- DesktopOperationsSelectExecute - Annotation Type in com.automationanywhere.commandsdk.annotations
-
Deprecated.
- DICTIONARY - com.automationanywhere.commandsdk.model.AttributeType
- DICTIONARY - com.automationanywhere.commandsdk.model.DataType
- DONOTOMIT - com.automationanywhere.commandsdk.model.DataType
E
- enabled() - Method in annotation type com.automationanywhere.commandsdk.annotations.sapbapi.Attribute
- enabled() - Method in annotation type com.automationanywhere.commandsdk.annotations.sapbapi.Entries
- Entries - Annotation Type in com.automationanywhere.commandsdk.annotations.sapbapi
- entry() - Method in annotation type com.automationanywhere.commandsdk.annotations.sapbapi.Attribute
- ENTRYLIST - com.automationanywhere.commandsdk.model.AttributeType
- EntryListAddButtonLabel - Annotation Type in com.automationanywhere.commandsdk.annotations.rules.EntryList
-
Show this on the "add" button below the table of type ENTRYLIST.
- EntryListEmptyLabel - Annotation Type in com.automationanywhere.commandsdk.annotations.rules.EntryList
-
Show this when the ENTRYLIST table is empty.
- EntryListEntryUnique - Annotation Type in com.automationanywhere.commandsdk.annotations.rules.EntryList
-
Invalidate when multiple rows have the same value for ENTRYLIST attribute.
- EntryListLabel - Annotation Type in com.automationanywhere.commandsdk.annotations.rules.EntryList
-
Show this as the title of the ENTRYLIST model.
- EntryListMaximum - Annotation Type in com.automationanywhere.commandsdk.annotations.rules.EntryList
-
Limit entries to this amount for ENTRYLIST attribute.
- EntryListMinimum - Annotation Type in com.automationanywhere.commandsdk.annotations.rules.EntryList
-
Minimum required entries to this amount for ENTRYLIST attribute.
- Equals - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
-
Must match the provided string.
- example() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.MatchesRegex
- example() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.NotMatchesRegex
- EXCEPTION - com.automationanywhere.commandsdk.model.AttributeType
- Execute - Annotation Type in com.automationanywhere.commandsdk.annotations
-
Method annotated with this annotation will participate in the execution of
BotCommand
. - exportParameter() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg.BapiWorkflowDefaultValue
- ExpressionParameter - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- ExpressionSource - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
F
- FILE - com.automationanywhere.commandsdk.model.AttributeType
- FILE - com.automationanywhere.commandsdk.model.DataType
- FILE2 - com.automationanywhere.commandsdk.model.AttributeType
- FileExtension - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
-
When provided only supported file extensions will be allowed.
- FileFolder - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- FileNotNetwork - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- FileType - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
-
When provided only supported file type will be allowed.
- FORM - com.automationanywhere.commandsdk.model.AttributeType
- FORMELEMENT - com.automationanywhere.commandsdk.model.AttributeType
G
- GlobalSessionContext - Annotation Type in com.automationanywhere.commandsdk.annotations
- GreaterThan - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- GreaterThanEqualTo - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- GROUP - com.automationanywhere.commandsdk.model.AttributeType
- group_label() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The display label for the containing group (multiple commands with the same groupLabel will be grouped together).
H
- HasNext - Annotation Type in com.automationanywhere.commandsdk.annotations
- HELP - com.automationanywhere.commandsdk.model.AttributeType
- hidden() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
It will hide the command
- hidden() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
Is this attribute hidden from the UI?
I
- icon() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
Icon for this command.
- id() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
Currently unused.
- id() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
Currently unused.
- Idx - Annotation Type in com.automationanywhere.commandsdk.annotations
-
Makes the annotated element part of hierarchy utilized for code and resource generation.
- Idx.Option - Annotation Type in com.automationanywhere.commandsdk.annotations
-
An option represents the elements which would play in the hierarchy but lend the values to the parents, for example RADIO, SELECT etc.
- IMAGE - com.automationanywhere.commandsdk.model.AttributeType
- ImageCaptureWindow - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- importParameter() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg.BapiWorkflowDefaultValue
- index() - Method in annotation type com.automationanywhere.commandsdk.annotations.Idx
-
Unique index of element in TOC format, i.e.
- index() - Method in annotation type com.automationanywhere.commandsdk.annotations.Idx.Option
-
Unique index of element in TOC format, i.e.
- Inject - Annotation Type in com.automationanywhere.commandsdk.annotations
-
Makes an element eligible for injection into the annotated type's object.
- Iterator - com.automationanywhere.commandsdk.annotations.BotCommand.CommandType
- ITERATOR - com.automationanywhere.commandsdk.model.AttributeType
K
- KEYPRESS - com.automationanywhere.commandsdk.model.AttributeType
L
- label() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The display label for the command (in command palate and as an invalid command).
- label() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
The display label for the attribute.
- LessThan - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- LessThanEqualTo - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- LIST - com.automationanywhere.commandsdk.model.AttributeType
- LIST - com.automationanywhere.commandsdk.model.DataType
- LocalFile - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
M
- MatchesRegex - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- messageResourceBundle() - Method in annotation type com.automationanywhere.commandsdk.annotations.BotCommand
- minimum_botagent_version() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The label for the minimum bot agent version for an action.
- minimum_controlroom_version() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The label for the minimum controlroom version for an action.
- multiple_returns() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The package multiple @return variable belongs to
- MultipleRecordPicker - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
N
- name() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The name of the command.
- name() - Method in annotation type com.automationanywhere.commandsdk.annotations.desktopoperations.OnStage
- name() - Method in annotation type com.automationanywhere.commandsdk.annotations.Idx
-
Represents the name of the element in the
BotCommand
parameters. - name() - Method in annotation type com.automationanywhere.commandsdk.annotations.sapbapi.Attribute
- name() - Method in annotation type com.automationanywhere.commandsdk.annotations.sapbapi.Entries
- nestable() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
Does this command allow nested child commands.
- Next - Annotation Type in com.automationanywhere.commandsdk.annotations
- node_label() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The label for the command instance inside of a taskbot node.
- node_label() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
The display value for a checkbox's true state
- NoLogging - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- NONE - com.automationanywhere.commandsdk.model.DataType
- NotEmpty - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- NotEquals - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- NotMatchesRegex - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- NUMBER - com.automationanywhere.commandsdk.model.AttributeType
- NUMBER - com.automationanywhere.commandsdk.model.DataType
- NumberInteger - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
O
- on_change_desktop_operation_attributes() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
- on_change_desktop_operation_name() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
- OnDefaultStage - Annotation Type in com.automationanywhere.commandsdk.annotations.desktopoperations
- OnStage - Annotation Type in com.automationanywhere.commandsdk.annotations.desktopoperations
- optional() - Method in annotation type com.automationanywhere.commandsdk.annotations.sapbapi.Attribute
- optional() - Method in annotation type com.automationanywhere.commandsdk.annotations.sapbapi.Entries
- options() - Method in annotation type com.automationanywhere.commandsdk.annotations.Idx
-
Children of the annotated element which would only be present in the package.json.
P
- packageName() - Method in annotation type com.automationanywhere.commandsdk.annotations.BotCommand
-
Package of the generated wrapper class.
- Parameters - Annotation Type in com.automationanywhere.commandsdk.annotations
- PDFLOCATORMAP - com.automationanywhere.commandsdk.model.AttributeType
- pkg() - Method in annotation type com.automationanywhere.commandsdk.annotations.Idx.Option
-
The packaging which should be used to define the element in package.json
- Pkg - Annotation Type in com.automationanywhere.commandsdk.annotations
-
Makes an element participate in creation of package.json.
- Pkg.BapiWorkflowDefaultValue - Annotation Type in com.automationanywhere.commandsdk.annotations
- PROPERTIES - com.automationanywhere.commandsdk.model.AttributeType
- property_description() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The help text to accompany the property.
- property_input_attribute() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
Deprecated.
- property_name() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The name of the property to be used in an expression.
- property_return_sub_type() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The return subtype of this property (for lists, dictionaries, etc).
- property_return_type() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The return type of this property.
- property_type() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The type of object we are extending.
R
- RADIO - com.automationanywhere.commandsdk.model.AttributeType
- readOnly() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
Can this attribute be edited?
- RECORD - com.automationanywhere.commandsdk.model.AttributeType
- RECORD - com.automationanywhere.commandsdk.model.DataType
- recordable() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
Can this command be used to populate a recording.
- RECORDPICKER - com.automationanywhere.commandsdk.model.AttributeType
- REGEX - com.automationanywhere.commandsdk.model.AttributeType
- REGION - com.automationanywhere.commandsdk.model.AttributeType
- remember() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
- RepositoryFile - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- Request - Annotation Type in com.automationanywhere.commandsdk.annotations.desktopoperations
- return_description() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The description for the return input.
- return_description() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg.Returns
-
The description for the return input.
- return_label() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The label for the return input.
- return_label() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg.Returns
-
The label for the return input.
- return_name() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The default variable name for creating variable for this command.
- return_name() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg.Returns
- return_required() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
Is the return variable required.
- return_required() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg.Returns
-
Is the return variable required.
- return_settings() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
Return settings for the command
- return_sub_type() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The return subtype of this command.
- return_sub_type() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg.Returns
-
The return subtype of this command.
- return_sub_type() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
The return subtype of this command.
- return_type() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The return type of this command.
- return_type() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg.Returns
- return_type() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
The return type of this command.
- ReturnSettingsType - Enum in com.automationanywhere.commandsdk.model
S
- SCALAR - com.automationanywhere.commandsdk.model.BapiFieldType
- SELECT - com.automationanywhere.commandsdk.model.AttributeType
- SelectModes - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- SESSION - com.automationanywhere.commandsdk.model.AttributeType
- SESSION - com.automationanywhere.commandsdk.model.DataType
- SESSION_TARGET - com.automationanywhere.commandsdk.model.ReturnSettingsType
- SessionAllowNonExistent - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- SessionObject - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- Sessions - Annotation Type in com.automationanywhere.commandsdk.annotations
- Stage - Annotation Type in com.automationanywhere.commandsdk.annotations.desktopoperations
- StageName - Annotation Type in com.automationanywhere.commandsdk.annotations.desktopoperations
- StartListen - Annotation Type in com.automationanywhere.commandsdk.annotations
-
Method annotated with this annotation will be called to register the trigger listener
StartListen
. - StopAllTriggers - Annotation Type in com.automationanywhere.commandsdk.annotations
-
Method annotated with this annotation will be called to stop the trigger listener
StopAllTriggers
. - StopListen - Annotation Type in com.automationanywhere.commandsdk.annotations
-
Method annotated with this annotation will be called to stop the trigger listener
StopListen
. - STRING - com.automationanywhere.commandsdk.model.DataType
- STRINGS - com.automationanywhere.commandsdk.model.BapiFieldTarget
- STRUCTURE - com.automationanywhere.commandsdk.model.BapiFieldType
- submit_label() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
T
- TABLE - com.automationanywhere.commandsdk.model.AttributeType
- TABLE - com.automationanywhere.commandsdk.model.BapiFieldType
- TABLE - com.automationanywhere.commandsdk.model.DataType
- tableParameter() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg.BapiWorkflowDefaultValue
- TABLES - com.automationanywhere.commandsdk.model.BapiFieldTarget
- TABS - com.automationanywhere.commandsdk.model.AttributeType
- target() - Method in annotation type com.automationanywhere.commandsdk.annotations.sapbapi.Attribute
- TASKBOT - com.automationanywhere.commandsdk.model.AttributeType
- TASKBOT - com.automationanywhere.commandsdk.model.DataType
- TEXT - com.automationanywhere.commandsdk.model.AttributeType
- text_color() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
Text color of the command label on bot editor window
- TEXTAREA - com.automationanywhere.commandsdk.model.AttributeType
- title() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
The display name for the attribute.
- TREE - com.automationanywhere.commandsdk.model.AttributeType
- Trigger - com.automationanywhere.commandsdk.annotations.BotCommand.CommandType
- TriggerCallable - Annotation Type in com.automationanywhere.commandsdk.annotations
-
A field of type Callable annotated with this annotation used to inject the callable for the trigger.
- TriggerConsumer - Annotation Type in com.automationanywhere.commandsdk.annotations
-
A field of type Callable annotated with this annotation used to inject the callable for the trigger.
- TriggerId - Annotation Type in com.automationanywhere.commandsdk.annotations
-
A field of type String annotated with this annotation used to inject the trigger unique id.
- TriggerRunnable - Annotation Type in com.automationanywhere.commandsdk.annotations
-
A field of type Runnable annotated with this annotation used to inject the callable for the trigger.
- type() - Method in annotation type com.automationanywhere.commandsdk.annotations.Idx
-
BotCommand
Type
of the element. - type() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.ExpressionParameter
- type() - Method in annotation type com.automationanywhere.commandsdk.annotations.sapbapi.Attribute
- type() - Method in annotation type com.automationanywhere.commandsdk.annotations.sapbapi.Entries
U
- UIOBJECT - com.automationanywhere.commandsdk.model.AttributeType
- UIOBJECT - com.automationanywhere.commandsdk.model.DataType
- UNDEFINED - com.automationanywhere.commandsdk.model.DataType
- UNKNOWN - com.automationanywhere.commandsdk.model.AttributeType
- uri() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
When added this would make the SELECT dynamic, i.e.
V
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.Pkg
-
The value for assigned when this option is chosen.
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.Closable
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.Closed
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.CodeType
-
Supported of code types.
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.CredentialAllowPassword
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.CredentialOnly
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.EntryList.EntryListAddButtonLabel
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.EntryList.EntryListEmptyLabel
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.EntryList.EntryListEntryUnique
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.EntryList.EntryListLabel
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.EntryList.EntryListMaximum
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.EntryList.EntryListMinimum
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.Equals
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.FileExtension
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.FileFolder
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.FileNotNetwork
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.FileType
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.GreaterThan
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.GreaterThanEqualTo
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.ImageCaptureWindow
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.LessThan
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.LessThanEqualTo
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.LocalFile
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.MatchesRegex
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.MultipleRecordPicker
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.NotEmpty
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.NotEquals
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.NotMatchesRegex
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.NumberInteger
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.RepositoryFile
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.SelectModes
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.SessionAllowNonExistent
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.SessionObject
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.VariableNotPackage
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.VariablePackage
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.VariableSubType
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.VariableType
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.VariableUserDefined
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.WindowBrowser
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.WindowBrowserTabLastUsed
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.WindowBrowserTabLastUsedOpenNewWindow
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.WindowResize
- value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.WindowScreenEmpty
- valueOf(String) - Static method in enum com.automationanywhere.commandsdk.annotations.BotCommand.CommandType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.automationanywhere.commandsdk.model.AttributeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.automationanywhere.commandsdk.model.BapiFieldTarget
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.automationanywhere.commandsdk.model.BapiFieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.automationanywhere.commandsdk.model.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.automationanywhere.commandsdk.model.ReturnSettingsType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.automationanywhere.commandsdk.annotations.BotCommand.CommandType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.automationanywhere.commandsdk.model.AttributeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.automationanywhere.commandsdk.model.BapiFieldTarget
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.automationanywhere.commandsdk.model.BapiFieldType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.automationanywhere.commandsdk.model.DataType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.automationanywhere.commandsdk.model.ReturnSettingsType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Variable - com.automationanywhere.commandsdk.annotations.BotCommand.CommandType
- VARIABLE - com.automationanywhere.commandsdk.model.AttributeType
- variable_return_type() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
-
The variable type of this command.
- VariableExecute - Annotation Type in com.automationanywhere.commandsdk.annotations
- VARIABLEMAP - com.automationanywhere.commandsdk.model.AttributeType
- VARIABLEMAP - com.automationanywhere.commandsdk.model.DataType
- VariableNotPackage - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- VariablePackage - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- VariableSubType - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- VariableType - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- VariableUserDefined - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
W
- WINDOW - com.automationanywhere.commandsdk.model.AttributeType
- WINDOW - com.automationanywhere.commandsdk.model.DataType
- WindowBrowser - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- WindowBrowserTabLastUsed - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- WindowBrowserTabLastUsedOpenNewWindow - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- WindowResize - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- WindowScreenEmpty - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
- WORKITEM - com.automationanywhere.commandsdk.model.AttributeType
All Classes All Packages