- Base64 - Class in de.aristaflow.adept2.util
-
Encodes and decodes to and from Base64 notation.
- Base64.InputStream - Class in de.aristaflow.adept2.util
-
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.
- Base64.OutputStream - Class in de.aristaflow.adept2.util
-
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.
- BASE_TYPE_DELIMITER - Static variable in class de.aristaflow.adept2.model.processmodel.tools.ProcessElementIdentifierTools
-
Determines the delimiter used to separate the type of the base
(Template/Instance) from the type the identified process element is of.
- BaseConstants - Class in de.aristaflow.adept2.base.registry
-
Configuration-related global constants for general use in configuration
files.
- BaseResourceServletContext - Class in de.aristaflow.adept2.base.servletcontainer.dynamic
-
A wrapping servlet context that loads resources relative to a provided class.
- BaseResourceServletContext(ServletContext, Class<?>, Logger) - Constructor for class de.aristaflow.adept2.base.servletcontainer.dynamic.BaseResourceServletContext
-
- baseRevision - Variable in class de.aristaflow.adept2.model.common.Branch
-
The base revision of this branch.
- baseTemplateMapping - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- baseTemplateMappingBaseTemplateID - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- baseTemplateMappings - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- baseTemplateMappingSchemaFile - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
the filename of the base template mapping schema file
- baseTemplateMappingSchemaLocation - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- baseTemplateMappingsCurrentVersion - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- baseTemplateMappingsVersion - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- baseTemplateMappingTemplateID - Static variable in class de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLConstants
-
- baseUrl - Variable in class de.aristaflow.adept2.base.servletcontainer.dynamic.EmbeddedServletService
-
The base URL of the servlet, that is the protocol, the host, the port and
usually the servlet name or the name of the corresponding deployment file.
- baseURL - Variable in class de.aristaflow.adept2.ui.htmlgui.AbstractHTMLContext
-
The base URL for this HTML context which is a URL relative to the
HTTP-service handling the HTTP-requests (containing the reply data) sent to
this context.
- baseUrl - Variable in class de.aristaflow.adept2.ui.swtgui.SwtUrlContext
-
The base URL providing the HTML to be displayed in this context.
- BasicSystemDataFormatter - Class in de.aristaflow.adept2.model.common.systemdata
-
- BasicSystemDataFormatter() - Constructor for class de.aristaflow.adept2.model.common.systemdata.BasicSystemDataFormatter
-
- before(T[], int) - Static method in class de.aristaflow.adept2.util.ArrayTools
-
Gets an array containing all elements of the designated array before (and without) the
designated index.
- beforeExecute(Thread, Runnable) - Method in class de.aristaflow.adept2.util.threading.AFThreadPoolExecutor
-
- beforeExecute(Thread, Runnable) - Method in class de.aristaflow.adept2.util.threading.LoggingScheduledThreadPoolExecutor
-
- beforeFirstEntry() - Method in interface de.aristaflow.adept2.model.logmanagement.LogEntrySet.Cursor
-
Position the cursor directly before the first entry.
- beginTask(SessionToken, String) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteProgressMonitor
-
- beginTask(SessionToken, String, int) - Method in interface de.aristaflow.adept2.core.runtimeservice.RemoteProgressMonitor
-
- beginTask() - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ProgressMonitor
-
Informs the Progress Monitor about the start of a new job with an unknown
or unspecified amount of work to be done.
- beginTask(int) - Method in interface de.aristaflow.adept2.model.runtimeenvironment.ProgressMonitor
-
Informs the Progress Monitor about the start of a new job and provides an
approximation for the amount of work to be done.
- blocksRelease() - Method in interface de.aristaflow.adept2.model.common.plugindata.NotesAndTasksData.NoteTask
-
Blocks the release of the template.
- blockUntilFlush - Variable in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkExecutor
-
Whether work should be blocked for each object until the next flush.
- blockUntilFlush - Variable in class de.aristaflow.adept2.util.threading.executor.ObjectOneWorkRunnable
-
Whether work should be blocked for the object of this runnable until the next flush.
- BMP - Static variable in class de.aristaflow.adept2.model.graphical.ImageTypes
-
Image format constant indicating a Windows BMP format image.
- BMP_RLE - Static variable in class de.aristaflow.adept2.model.graphical.ImageTypes
-
Image format constant indicating a run-length encoded Windows BMP format
image.
- booleanToNativeTypedValue(Boolean, ProcessModelParameter, boolean) - Method in class de.aristaflow.adept2.model.runtimeenvironment.ActivityData
-
Converts an instance of Boolean to an instance of the
corresponding native type.
- bootstrap(boolean) - Method in class de.aristaflow.adept2.core.registry.AristaFlowPlatform
-
Creates a new bootstrap registry and initialises and starts it.
- bootstrap() - Method in class de.aristaflow.adept2.core.registry.AristaFlowPlatform
-
Bootstraps the AristaFlow platform, that is, the initial services are started
based on the root configuration from the configuration manager.
- bootstrap() - Method in class de.aristaflow.adept2.core.registry.BootstrapRegistry
-
Bootstraps this registry and therefore the platform.
- bootstrap() - Method in class de.aristaflow.adept2.core.registry.cluster.ClusterNode
-
Deprecated.
Bootstraps this cluster node asynchronously.
- bootstrap() - Method in class de.aristaflow.adept2.core.registry.twophase.TwoPhaseBootstrap
-
- BootstrapRegistry - Class in de.aristaflow.adept2.core.registry
-
This bootstrap registry is the central entity from which other registries and
services can be retrieved.
- BootstrapRegistry(UrlConfigurationManager, Class<? extends BootstrapRegistry>) - Constructor for class de.aristaflow.adept2.core.registry.BootstrapRegistry
-
Creates a new bootstrap registry having the designated configuration manager.
- BOUNCE_ADDRESS - Static variable in class de.aristaflow.adept2.model.mail.MailConstants
-
The key for the additional attribute for the bounce address.
- Branch - Class in de.aristaflow.adept2.model.common
-
Changes of entities takes place in Branches.
- Branch(long, Revision, long, QualifiedAgent, long, QualifiedAgent, String) - Constructor for class de.aristaflow.adept2.model.common.Branch
-
Creates a new branch object with the designated branch count, base
revision, the last modification time, the agent and the comment.
- branch - Variable in class de.aristaflow.adept2.model.common.Branch
-
The branch count of this branch.
- BRANCH_ID - Static variable in class de.aristaflow.adept2.model.globals.CheckConstants
-
Constant that indicates in the URI that a nodes branchID field is affected
- branchNodes(Template, int, int) - Static method in class de.aristaflow.adept2.model.processmodel.tools.ProcessGraphPredicates
-
Returns the branch nodes of the given nodes as array of length 2.
- browser - Variable in class de.aristaflow.adept2.ui.swtgui.SwtHtmlContext
-
Browser widget for displaying HTML content in the template
- browser - Variable in class de.aristaflow.adept2.ui.swtgui.SwtUrlContext
-
Browser widget for displaying content in the template
- BSH - Static variable in class de.aristaflow.adept2.model.globals.ActivityConstants.ActivityType
-
BeanShell activity type ID.
- btnAutoStartEnabled(Template, Node, String, Map<String, Dependency>) - Static method in class de.aristaflow.adept2.core.changeoperations.UpdateNode
-
- BuildtimeActivity - Interface in de.aristaflow.adept2.model.common
-
A BuildtimeActivity unifies the similarities of the objects
representing activities at buildtime.
- ByteArrayAttachment - Class in de.aristaflow.adept2.model.mail
-
A SerialisableAttachment having plain byte[]
content.
- ByteArrayAttachment(String, String, byte[]) - Constructor for class de.aristaflow.adept2.model.mail.ByteArrayAttachment
-
Creates an attachment having the designated name, description and content.
- ByteArrayAttachment(String, String, byte[], boolean) - Constructor for class de.aristaflow.adept2.model.mail.ByteArrayAttachment
-
Creates an attachment having the designated name, description and content.
- ByteArrayAttachment(String, String, byte[], String) - Constructor for class de.aristaflow.adept2.model.mail.ByteArrayAttachment
-
Creates an attachment having the designated name, description and content.
- ByteArrayAttachment(String, String, String, byte[]) - Constructor for class de.aristaflow.adept2.model.mail.ByteArrayAttachment
-
Creates an attachment having the designated name, description, content
type (MIME) and content.
- ByteArrayAttachment(String, String, String, byte[], boolean) - Constructor for class de.aristaflow.adept2.model.mail.ByteArrayAttachment
-
Creates an attachment having the designated name, description, content type (MIME) and content.
- ByteArrayAttachment(String, String, String, byte[], String) - Constructor for class de.aristaflow.adept2.model.mail.ByteArrayAttachment
-
Creates an attachment having the designated name, description, content type (MIME) and content.
- ByteArrayAttachment(String, String, String, InputStream, String) - Constructor for class de.aristaflow.adept2.model.mail.ByteArrayAttachment
-
Creates an attachment having the designated name, description, content type (MIME) and content
retrieved from the designated string.
- bytes - Variable in class de.aristaflow.adept2.model.mail.ByteArrayAttachment
-
The content represented as byte[].