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

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
 
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
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").
ButtonLabel - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
Show this on the "add" button below the table of type EntryList.

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.rules - package com.automationanywhere.commandsdk.annotations.rules
 
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.
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
 
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.
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.
DICTIONARY - com.automationanywhere.commandsdk.model.AttributeType
 
DICTIONARY - com.automationanywhere.commandsdk.model.DataType
 
DONOTOMIT - com.automationanywhere.commandsdk.model.DataType
 

E

EmptyListLabel - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
Show this when the entrylist table is empty.
ENTRYLIST - com.automationanywhere.commandsdk.model.AttributeType
 
EntryListLabel - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
Show this as the title of the entry modal.
EntryUnique - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
Invalidate when multiple rows have the same value for this 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.

F

FILE - com.automationanywhere.commandsdk.model.AttributeType
 
FILE - com.automationanywhere.commandsdk.model.DataType
 
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
 
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
 
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
 

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.Idx
Represents the name of the element in the BotCommand parameters.
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
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

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.
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
The property input attribute name used by the compiler to assign value
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.
REGEX - com.automationanywhere.commandsdk.model.AttributeType
 
REGION - com.automationanywhere.commandsdk.model.AttributeType
 
RepositoryFile - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
 
return_description() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
The description for the return input.
return_label() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
The label for the return input.
return_required() - Method in annotation type com.automationanywhere.commandsdk.annotations.CommandPkg
Is the return variable required.
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.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.Pkg
The return type of this command.

S

SELECT - com.automationanywhere.commandsdk.model.AttributeType
 
SelectModes - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
 
Sessions - Annotation Type in com.automationanywhere.commandsdk.annotations
 
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
 

T

TABLE - com.automationanywhere.commandsdk.model.AttributeType
 
TABLE - com.automationanywhere.commandsdk.model.DataType
 
TABS - com.automationanywhere.commandsdk.model.AttributeType
 
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.
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.
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.

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.ButtonLabel
 
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.CredentialOnly
 
value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.EmptyListLabel
 
value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.EntryListLabel
 
value() - Method in annotation type com.automationanywhere.commandsdk.annotations.rules.EntryUnique
 
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.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.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.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.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.DataType
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.DataType
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
 
WindowScreenEmpty - Annotation Type in com.automationanywhere.commandsdk.annotations.rules
 
WORKITEM - com.automationanywhere.commandsdk.model.AttributeType
 
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