Modifier and Type | Class and Description |
---|---|
class |
SystemException
Base system exception with i18n support.
|
Modifier and Type | Class and Description |
---|---|
class |
DefinedSystemParameter
Klasa przechowująca parametry systemowe przeniesione z pliku konfiguracyjnego
|
Modifier and Type | Class and Description |
---|---|
class |
ScheduledTask
Scheduled task.
|
class |
ScheduledTaskDefinition
Scheduled task definition.
|
Modifier and Type | Class and Description |
---|---|
interface |
ScheduledTask
Marks a scheduled task class.
|
Modifier and Type | Class and Description |
---|---|
class |
UserContext
Context that holds informations about current user. |
Modifier and Type | Class and Description |
---|---|
class |
AnnotatedComponentDiscovery
Strategy to search classes with given annotation using Spring library.
|
interface |
Category
Category for components.
|
class |
ComponentDefinition
Component definition.
|
class |
ComponentDefinitionBuilder<T extends ComponentDefinitionBuilder<T>>
Builder to create component definition ComponentDefinition
|
interface |
ComponentDiscovery
Interface for searching components definitions strategies.
|
class |
ComponentSource
Object containing information about source of component.
|
class |
Condition
Component condition.
|
class |
ContextVariableBuilder<T extends ComponentDefinitionBuilder<T>>
Builder to create component context variables ContextVariable
|
class |
InvokeComponentException
Exception thrown when component could not be invoked.
|
class |
ParameterDefinition<T>
Klasa opisująca parametr komponentów.
|
class |
ParameterDefinitionBuilder<T extends ComponentDefinitionBuilder<T>>
Builder to create component parameter definition ParameterDefinition
|
class |
Parameters
Class provides values of all defined component parameters.
|
class |
RegistrationSummary
Summary of component registration.
|
Modifier and Type | Class and Description |
---|---|
interface |
Define
Annotation to mark method, which contains definition of component using builder class.
|
interface |
PairedParam
Component parameter annotation which pairs two array parameters.
|
interface |
Param
Component parameter annotation.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentAlreadyRegisteredException |
class |
ComponentCreationException
Exception thrown if component definition could not be created.
|
class |
ComponentNotRegisteredException
Throws when not registered component is called.
|
class |
ConditionException
Exception thrown when there was a problem verifying condition.
|
class |
InvalidComponentException |
class |
UnknownParameterException
Exception caused by referencing to nonexistent component parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
BeanInstanceFactory
InstanceFactory that creates components using given ApplicationContext . |
class |
DefaultInstanceFactory
InstanceFactory that creates components using default constructor. |
class |
EmptyInstance
Object allows to bind null value to parameter of specified instance in class constructor.
|
class |
InstanceBinder
ParameterBinder that bind known components to method parameters by class. |
interface |
InstanceFactory
Factory responsible for creating components instances.
|
class |
InvocableMethod
Wrapper around Method that allows to easily invoke method using
dynamic
ParameterBinder . |
interface |
ParameterBinder
Parameter binder used in
InvocableMethod . |
class |
ParametersBinder
ParameterBinder implementation that binds parameters from provided Parameters
class to every method parameter annotated with @Param annotation. |
Modifier and Type | Interface and Description |
---|---|
interface |
PlusworkflowStartupHook
System startup hook.
|
class |
PlusworkflowStartupHookAdapter
Adapter for PlusworkflowStartupHook.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Context
Context.
|
class |
ContextHolder<T extends Context>
Context holder. |
class |
ContextNotActiveException
Exception thrown when user is trying to access not active context.
|
interface |
InContext<T extends Context>
Action executed in specific context.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Function
Function defined as set of overrides with common name and different parameters.
|
class |
FunctionAlreadyRegisteredException
Expection thrown, when given function is already registered within
FunctionRegistry . |
class |
FunctionCall
Function call.
|
class |
FunctionCallException
Exception thrown when there was a problem calling function.
|
class |
FunctionNotFoundException
Expection thrown, when given function is not registered within
FunctionRegistry . |
interface |
FunctionOverride
Function override.
|
interface |
FunctionRegistry
Function registry that holds every registered function.
|
class |
FunctionsDiscovery
Strategy for discovering functions using given
ResourceLoader annotated with @
Functions |
class |
FunctionsException
Base class for every exception thrown within FunctionAPI.
|
class |
InvalidFunctionException
Expection indicates, that given function is invalid and cannot be created because it is invalid
(e.g. invalid name).
|
Modifier and Type | Class and Description |
---|---|
interface |
Function
Annotation used to mark single methods as function overrides.
|
interface |
Functions
Every class annotated with this annotation is treated as functions container.
|
interface |
FunctionsScript
Annotation used on functions class (annotated with @Functions annotation)
will cause injection of given script with functions implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayType<T>
An array type, mapped to Java array.
|
class |
BasicTypes
Basic types.
|
class |
BooleanType
Boolean type.
|
class |
DateTimeType
Date time type.
|
interface |
EvaluableType<T>
Type extension used to indicate, that following type objects are evaluable - they
can be translated to another runtime values. |
class |
FloatType
Float type.
|
class |
FunctionType
Function type.
|
class |
IntegerType
Integer type.
|
class |
StringType
String type.
|
interface |
Type<T>
Type.
|
class |
TypeBase<T>
Type base. |
class |
TypedValue<T>
Value wrapper with known
Type . |
class |
TypeException
General type abstraction exception.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JsonSerializable<T>
JSON serialization support for type instances.
|
class |
JsonTypeBase<T>
TypeBase extension that simplifies implementation of JsonSerializable interface. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataSourceInstance
Adapter class for DataSourceInstance interface.
|
class |
DataSourceDefinitionBuilder |
interface |
DataSourceInstance
Instance for data sources.
|
class |
DataSourceOperation |
Modifier and Type | Class and Description |
---|---|
interface |
DataSource
Marks a data source class.
|
interface |
DataSourceScript
Annotation used on data source class (class must be also marked with
DataSource annotation) will
cause injection of given script with dynamic form implementation. |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationButton
Definicja przycisku umożliwiająca przejście na stronę z zewnętrzną autoryzacją.
|
class |
AuthenticationResult
Obiekt zawierający odpowiedź z zewnętrznej autoryzacji.
|
interface |
Authenticator
Interfejs dostarczający możliwość implementacji zewnętrznego uwierzytelniania użytkowników.
|
Modifier and Type | Class and Description |
---|---|
class |
SamlDecoder
Pomocnicza klasa do obsługi protokołu SAML.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTranslator
Common Translator implementation.
|
class |
EmptyTranslator
Translator implementation that always returns value of given key.
|
class |
LocalizedString
Dynamically translated String.
|
class |
NoTranslationException
No translation found for given key found.
|
class |
PropertiesTranslator
Default Translator implementation based on
*.properties files with key-based
translations. |
interface |
Translator
Translator is the standard way of translating key-base messages for given Locale.
|
interface |
TranslatorRegistration
Registration handle received from
TranslatorRegistry#register(Translator, TranslatorScope) . |
interface |
TranslatorRegistry
Registry of available Translator.
|
class |
Translators
Utility class that simplifies access to
Translator . |
class |
TranslatorScope
Translator target scope.
|
Modifier and Type | Class and Description |
---|---|
interface |
Deprecated |
Modifier and Type | Class and Description |
---|---|
class |
Base64Icon
Icon Icon encoded with BASE64 (data-url)
|
interface |
Icon
Icon.
|
interface |
ScriptInjection
Handler to injected script returned from
WebScripts.inject(String, Resource) . |
class |
SilkIconPack
"Silk" icon pack.
|
class |
UIFragment
User interface fragments defined in PlusWorkflow browser UI.
|
interface |
WebScripts
Component which allows to inject
JavaScript script into given UIFragment. |
Modifier and Type | Interface and Description |
---|---|
interface |
Skin
PlusWorkflow skin.
|
Modifier and Type | Class and Description |
---|---|
class |
AcceptanceContext
Acceptance
Context . |
class |
WorkflowContext
Base class for workflow contexts i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
ActivityContextMap
Class provides context map for activity.
|
Modifier and Type | Class and Description |
---|---|
class |
Application
Workflow Application
|
class |
ApplicationContext
Application
Context . |
class |
ApplicationDefinitionBuilder
Builder to create application's definition ComponentDefinition
|
Modifier and Type | Class and Description |
---|---|
interface |
Application
Marks a workflow application class.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentQueryData
Contains component query execution data.
|
class |
ContextVariable<T>
Context variable used within components to enable functional-like style of components.
|
class |
ContextVariables
Contains informations about
ContextVariable 's available in this component. |
class |
InvocableComponent
Component with invocable method.
|
class |
WorkflowComponent
Base class for all workflow components.
|
interface |
WorkflowComponentRegistry
Registry for workflow components.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionDefinition
Form action definition.
|
class |
ActionDefinitionBuilder
Builder to create action definition ActionDefinition
|
class |
ActionDestination
Form areas affected by the action.
|
class |
ActionTarget
Class represents element which action Actions has been added to.
|
Modifier and Type | Class and Description |
---|---|
interface |
Actions
Used to mark form actions definitons class.
|
interface |
ActionsFormScript
Deprecated.
|
interface |
ActionsScript
Annotation used on action class (class must be also marked with
Actions annotation) will
cause injection of given script with action implementation. |
Modifier and Type | Class and Description |
---|---|
interface |
ComponentsFormScript
Annotation used on component class (class must be also marked with proper annotation (e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
DataChooser
DataChooser.
|
interface |
DataChooserCaller |
class |
DataChooserContext
DataChooser
Context . |
class |
DataChooserDefinition
Datachooser definition.
|
class |
DataChooserDefinitionBuilder
Builder to create datachooser definition ComponentDefinition
|
class |
DataChooserResult
Result of datachooser.
|
class |
Mapping |
class |
MappingDefinitionBuilder
Builder to create component parameter definition ParameterDefinition
|
Modifier and Type | Class and Description |
---|---|
interface |
DataChooser
Marks a datachooser class.
|
Modifier and Type | Class and Description |
---|---|
class |
NoValidatorDefinitionException
Exception means that class with @Validator annotation does not contain a method with
validator definition.
|
class |
ValidationContext
Validation
Context . |
class |
Validator
Form validator.
|
class |
ValidatorDefinitionBuilder
Builder to create validator definition ComponentDefinition
|
Modifier and Type | Class and Description |
---|---|
interface |
Validator
Marks a validator class.
|
interface |
ValidatorsScript |
Modifier and Type | Class and Description |
---|---|
class |
Confirmation |
class |
ValidationErrors
Errors reported by validators.
|
class |
ValidatorEvaluatorException
Exception means that there was an exception during validator evaluation.
|
Modifier and Type | Class and Description |
---|---|
class |
VariableSetter
Variable setter.
|
class |
VariableSetterDefinitionBuilder
Builder to create variable setter definition ComponentDefinition
|
Modifier and Type | Class and Description |
---|---|
interface |
VariableSetter
Marks a setter class.
|
Modifier and Type | Class and Description |
---|---|
class |
CommonDefinitionBuilder
Builder to create application or variable setter definition ComponentDefinition
|
Modifier and Type | Interface and Description |
---|---|
interface |
Variable
Class representing process variable.
|
class |
VariableCreationException |
Copyright © 2019 Suncode. All rights reserved.