| Modifier and Type | Class and Description | 
|---|---|
| class  | SystemExceptionBase system exception with i18n support. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefinedSystemParameterKlasa przechowująca parametry systemowe przeniesione z pliku konfiguracyjnego | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ScheduledTaskScheduled task. | 
| class  | ScheduledTaskDefinitionScheduled task definition. | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | ScheduledTaskMarks a scheduled task class. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | UserContextContextthat holds informations about current user. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnnotatedComponentDiscoveryStrategy to search classes with given annotation using Spring library. | 
| interface  | CategoryCategory for components. | 
| class  | ComponentDefinitionComponent definition. | 
| class  | ComponentDefinitionBuilder<T extends ComponentDefinitionBuilder<T>>Builder to create component definition ComponentDefinition | 
| interface  | ComponentDiscoveryInterface for searching components definitions strategies. | 
| class  | ComponentSourceObject containing information about source of component. | 
| class  | ConditionComponent condition. | 
| class  | ContextVariableBuilder<T extends ComponentDefinitionBuilder<T>>Builder to create component context variables ContextVariable | 
| class  | InvokeComponentExceptionException 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  | ParametersClass provides values of all defined component parameters. | 
| class  | RegistrationSummarySummary of component registration. | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | DefineAnnotation to mark method, which contains definition of component using builder class. | 
| interface  | PairedParamComponent parameter annotation which pairs two array parameters. | 
| interface  | ParamComponent parameter annotation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ComponentAlreadyRegisteredException | 
| class  | ComponentCreationExceptionException thrown if component definition could not be created. | 
| class  | ComponentNotRegisteredExceptionThrows when not registered component is called. | 
| class  | ConditionExceptionException thrown when there was a problem verifying condition. | 
| class  | InvalidComponentException | 
| class  | UnknownParameterExceptionException caused by referencing to nonexistent component parameter. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BeanInstanceFactoryInstanceFactorythat creates components using givenApplicationContext. | 
| class  | DefaultInstanceFactoryInstanceFactorythat creates components using default constructor. | 
| class  | EmptyInstanceObject allows to bind null value to parameter of specified instance in class constructor. | 
| class  | InstanceBinderParameterBinderthat bind known components to method parameters by class. | 
| interface  | InstanceFactoryFactory responsible for creating components instances. | 
| class  | InvocableMethodWrapper around Method that allows to easily invoke method using
 dynamic  ParameterBinder. | 
| interface  | ParameterBinderParameter binder used in  InvocableMethod. | 
| class  | ParametersBinderParameterBinderimplementation that binds parameters from providedParametersclass to every method parameter annotated with @Paramannotation. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | PlusworkflowStartupHookSystem startup hook. | 
| class  | PlusworkflowStartupHookAdapterAdapter for PlusworkflowStartupHook. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ContextContext. | 
| class  | ContextHolder<T extends Context>Contextholder. | 
| class  | ContextNotActiveExceptionException 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  | FunctionFunction defined as set of overrides with common name and different parameters. | 
| class  | FunctionAlreadyRegisteredExceptionExpection thrown, when given function is already registered within  FunctionRegistry. | 
| class  | FunctionCallFunction call. | 
| class  | FunctionCallExceptionException thrown when there was a problem calling function. | 
| class  | FunctionNotFoundExceptionExpection thrown, when given function is not registered within  FunctionRegistry. | 
| interface  | FunctionOverrideFunction override. | 
| interface  | FunctionRegistryFunction registry that holds every registered function. | 
| class  | FunctionsDiscoveryStrategy for discovering functions using given  ResourceLoaderannotated with @Functions | 
| class  | FunctionsExceptionBase class for every exception thrown within FunctionAPI. | 
| class  | InvalidFunctionExceptionExpection 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  | FunctionAnnotation used to mark single methods as function overrides. | 
| interface  | FunctionsEvery class annotated with this annotation is treated as functions container. | 
| interface  | FunctionsScriptAnnotation 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  | BasicTypesBasic types. | 
| class  | BooleanTypeBoolean type. | 
| class  | DateTimeTypeDate time type. | 
| interface  | EvaluableType<T>Typeextension used to indicate, that following type objects are evaluable - they
 can be translated to another runtime values. | 
| class  | FloatTypeFloat type. | 
| class  | FunctionTypeFunction type. | 
| class  | IntegerTypeInteger type. | 
| class  | StringTypeString type. | 
| interface  | Type<T>Type. | 
| class  | TypeBase<T>Typebase. | 
| class  | TypedValue<T>Value wrapper with known  Type. | 
| class  | TypeExceptionGeneral type abstraction exception. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | JsonSerializable<T>JSON serialization support for type instances. | 
| class  | JsonTypeBase<T>TypeBaseextension that simplifies implementation ofJsonSerializableinterface. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractDataSourceInstanceAdapter class for DataSourceInstance interface. | 
| class  | DataSourceDefinitionBuilder | 
| interface  | DataSourceInstanceInstance for data sources. | 
| class  | DataSourceOperation | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | DataSourceMarks a data source class. | 
| interface  | DataSourceScriptAnnotation used on data source class (class must be also marked with  DataSourceannotation) will
 cause injection of given script with dynamic form implementation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AuthenticationButtonDefinicja przycisku umożliwiająca przejście na stronę z zewnętrzną autoryzacją. | 
| class  | AuthenticationResultObiekt zawierający odpowiedź z zewnętrznej autoryzacji. | 
| interface  | AuthenticatorInterfejs dostarczający możliwość implementacji zewnętrznego uwierzytelniania użytkowników. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SamlDecoderPomocnicza klasa do obsługi protokołu SAML. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractTranslatorCommon Translator implementation. | 
| class  | EmptyTranslatorTranslator implementation that always returns value of given key. | 
| class  | LocalizedStringDynamically translated String. | 
| class  | NoTranslationExceptionNo translation found for given key found. | 
| class  | PropertiesTranslatorDefault Translator implementation based on  *.propertiesfiles with key-based
 translations. | 
| interface  | TranslatorTranslator is the standard way of translating key-base messages for given Locale. | 
| interface  | TranslatorRegistrationRegistration handle received from
  TranslatorRegistry#register(Translator, TranslatorScope). | 
| interface  | TranslatorRegistryRegistry of available Translator. | 
| class  | TranslatorsUtility class that simplifies access to  Translator. | 
| class  | TranslatorScopeTranslator target scope. | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | Deprecated | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Base64IconIcon Icon encoded with BASE64 (data-url) | 
| interface  | IconIcon. | 
| interface  | ScriptInjectionHandler to injected script returned from  WebScripts.inject(String, Resource). | 
| class  | SilkIconPack"Silk" icon pack. | 
| class  | UIFragmentUser interface fragments defined in PlusWorkflow browser UI. | 
| interface  | WebScriptsComponent which allows to inject  JavaScriptscript into given UIFragment. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SkinPlusWorkflow skin. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AcceptanceContextAcceptance  Context. | 
| class  | WorkflowContextBase class for workflow contexts i.e. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ActivityContextMapClass provides context map for activity. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ApplicationWorkflow Application | 
| class  | ApplicationContextApplication  Context. | 
| class  | ApplicationDefinitionBuilderBuilder to create application's definition ComponentDefinition | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | ApplicationMarks a workflow application class. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ComponentQueryDataContains component query execution data. | 
| class  | ContextVariable<T>Context variable used within components to enable functional-like style of components. | 
| class  | ContextVariablesContains informations about  ContextVariable's available in this component. | 
| class  | InvocableComponentComponent with invocable method. | 
| class  | WorkflowComponentBase class for all workflow components. | 
| interface  | WorkflowComponentRegistryRegistry for workflow components. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ActionDefinitionForm action definition. | 
| class  | ActionDefinitionBuilderBuilder to create action definition ActionDefinition | 
| class  | ActionDestinationForm areas affected by the action. | 
| class  | ActionTargetClass represents element which action Actions has been added to. | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | ActionsUsed to mark form actions definitons class. | 
| interface  | ActionsFormScriptDeprecated.  | 
| interface  | ActionsScriptAnnotation used on action class (class must be also marked with  Actionsannotation) will
 cause injection of given script with action implementation. | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | ComponentsFormScriptAnnotation used on component class (class must be also marked with proper annotation (e.g. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DataChooserDataChooser. | 
| interface  | DataChooserCaller | 
| class  | DataChooserContextDataChooser  Context. | 
| class  | DataChooserDefinitionDatachooser definition. | 
| class  | DataChooserDefinitionBuilderBuilder to create datachooser definition ComponentDefinition | 
| class  | DataChooserResultResult of datachooser. | 
| class  | Mapping | 
| class  | MappingDefinitionBuilderBuilder to create component parameter definition ParameterDefinition | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | DataChooserMarks a datachooser class. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NoValidatorDefinitionExceptionException means that class with @Validator annotation does not contain a method with
 validator definition. | 
| class  | ValidationContextValidation  Context. | 
| class  | ValidatorForm validator. | 
| class  | ValidatorDefinitionBuilderBuilder to create validator definition ComponentDefinition | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | ValidatorMarks a validator class. | 
| interface  | ValidatorsScript | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | Confirmation | 
| class  | ValidationErrorsErrors reported by validators. | 
| class  | ValidatorEvaluatorExceptionException means that there was an exception during validator evaluation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | VariableSetterVariable setter. | 
| class  | VariableSetterDefinitionBuilderBuilder to create variable setter definition ComponentDefinition | 
| Modifier and Type | Class and Description | 
|---|---|
| interface  | VariableSetterMarks a setter class. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CommonDefinitionBuilderBuilder to create application or variable setter definition ComponentDefinition | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | VariableClass representing process variable. | 
| class  | VariableCreationException | 
Copyright © 2019 Suncode. All rights reserved.