Uses of Annotation Interface
com.suncode.pwfl.api.Api
Packages that use Api
Package
Description
Pakiet zawiera zbiór elementów umożliwiających zarządzanie użytkownikami i grupami użytkowników.
Pakiet zawiera zbiór elementów umożliwiających zarządzanie zadaniami.
-
Uses of Api in com.suncode.pwfl
Classes in com.suncode.pwfl with annotations of type Api -
Uses of Api in com.suncode.pwfl.administration.configuration
Classes in com.suncode.pwfl.administration.configuration with annotations of type ApiModifier and TypeClassDescriptionenum
Klasa przechowująca parametry systemowe przeniesione z pliku konfiguracyjnego -
Uses of Api in com.suncode.pwfl.administration.scheduledtask
Classes in com.suncode.pwfl.administration.scheduledtask with annotations of type ApiModifier and TypeClassDescriptionclass
Scheduled task.class
Scheduled task definition. -
Uses of Api in com.suncode.pwfl.administration.scheduledtask.annotation
Classes in com.suncode.pwfl.administration.scheduledtask.annotation with annotations of type ApiModifier and TypeClassDescription@interface
@interface
Adnotacja wykorzystywana przez kompononenty zadań zaplanowanych do wstrzykiwania swoich skryptów. -
Uses of Api in com.suncode.pwfl.administration.user
Classes in com.suncode.pwfl.administration.user with annotations of type Api -
Uses of Api in com.suncode.pwfl.audit.plugin
Classes in com.suncode.pwfl.audit.plugin with annotations of type Api -
Uses of Api in com.suncode.pwfl.component
Classes in com.suncode.pwfl.component with annotations of type ApiModifier and TypeClassDescriptionclass
Strategy to search classes with given annotation using Spring library.interface
Category for components.class
Component definition.class
ComponentDefinitionBuilder<T extends ComponentDefinitionBuilder<T>>
Builder to create component definition ComponentDefinitioninterface
Interface for searching components definitions strategies.class
Object containing information about source of component.class
Component condition.class
ContextVariableBuilder<T extends ComponentDefinitionBuilder<T>>
Builder to create component context variables ContextVariableclass
class
class
Exception thrown when component could not be invoked.class
Klasa opisująca parametr komponentów.class
ParameterDefinitionBuilder<T extends ComponentDefinitionBuilder<T>>
Builder to create component parameter definition ParameterDefinitionclass
Class provides values of all defined component parameters.class
Summary of component registration. -
Uses of Api in com.suncode.pwfl.component.annotation
Classes in com.suncode.pwfl.component.annotation with annotations of type ApiModifier and TypeClassDescription@interface
Annotation to mark method, which contains definition of component using builder class.@interface
Component parameter annotation which pairs two array parameters.@interface
Component parameter annotation. -
Uses of Api in com.suncode.pwfl.component.exception
Classes in com.suncode.pwfl.component.exception with annotations of type ApiModifier and TypeClassDescriptionclass
class
Exception thrown if component definition could not be created.class
Throws when not registered component is called.class
Exception thrown when there was a problem verifying condition.class
class
Exception caused by referencing to nonexistent component parameter. -
Uses of Api in com.suncode.pwfl.component.support
Classes in com.suncode.pwfl.component.support with annotations of type ApiModifier and TypeClassDescriptionclass
InstanceFactory
that creates components using givenApplicationContext
.class
InstanceFactory
that creates components using default constructor.class
Object allows to bind null value to parameter of specified instance in class constructor.class
ParameterBinder
that bind known components to method parameters by class.interface
Factory responsible for creating components instances.class
Wrapper around Method that allows to easily invoke method using dynamicParameterBinder
.interface
Parameter binder used inInvocableMethod
.class
ParameterBinder
implementation that binds parameters from providedParameters
class to every method parameter annotated with @Param
annotation. -
Uses of Api in com.suncode.pwfl.configuration.plugins
Classes in com.suncode.pwfl.configuration.plugins with annotations of type Api -
Uses of Api in com.suncode.pwfl.core
Classes in com.suncode.pwfl.core with annotations of type ApiModifier and TypeInterfaceDescriptioninterface
System post startup hook.class
Adapter for PlusworkflowPostStartupHook.interface
System startup hook.class
Adapter for PlusworkflowStartupHook. -
Uses of Api in com.suncode.pwfl.core.context
Classes in com.suncode.pwfl.core.context with annotations of type ApiModifier and TypeInterfaceDescriptioninterface
Context.class
ContextHolder<T extends Context>
Context
holder.class
Exception thrown when user is trying to access not active context.interface
Action executed in specific context.interface
InContextReturning<T extends Context,
R> Action executed in specific context. -
Uses of Api in com.suncode.pwfl.core.data
Classes in com.suncode.pwfl.core.data with annotations of type ApiModifier and TypeClassDescriptionclass
class
Represents list ofRecord
's each compatible with defined schemaTableStore.variableType
. -
Uses of Api in com.suncode.pwfl.core.function
Classes in com.suncode.pwfl.core.function with annotations of type ApiModifier and TypeInterfaceDescriptioninterface
Function defined as set of overrides with common name and different parameters.class
Expection thrown, when given function is already registered withinFunctionRegistry
.class
Function call.class
Exception thrown when there was a problem calling function.class
FunctionContext
.class
Expection thrown, when given function is not registered withinFunctionRegistry
.interface
Function override.interface
Function registry that holds every registered function.class
Strategy for discovering functions using givenResourceLoader
annotated with @Functions
class
Base class for every exception thrown within FunctionAPI.class
Expection indicates, that given function is invalid and cannot be created because it is invalid (e.g. -
Uses of Api in com.suncode.pwfl.core.function.annotation
Classes in com.suncode.pwfl.core.function.annotation with annotations of type ApiModifier and TypeClassDescription@interface
Annotation used to mark single methods as function overrides.@interface
Every class annotated with this annotation is treated as functions container.@interface
Annotation used on functions class (annotated with @Functions annotation) will cause injection of given script with functions implementations. -
Uses of Api in com.suncode.pwfl.core.type
Classes in com.suncode.pwfl.core.type with annotations of type ApiModifier and TypeClassDescriptionclass
ArrayType<T>
An array type, mapped to Java array.enum
Basic types.class
Boolean type.class
Date time type.interface
Type
extension used to indicate, that following type objects are evaluable - they can be translated to another runtime values.class
class
Float type.class
Function type.class
Integer type.class
String type.class
interface
Type<T>
Type.class
TypeBase<T>
Type
base.class
TypedValue<T>
Value wrapper with knownType
.class
General type abstraction exception. -
Uses of Api in com.suncode.pwfl.core.type.support
Classes in com.suncode.pwfl.core.type.support with annotations of type ApiModifier and TypeInterfaceDescriptioninterface
JSON serialization support for type instances.class
JsonTypeBase<T>
TypeBase
extension that simplifies implementation ofJsonSerializable
interface. -
Uses of Api in com.suncode.pwfl.datasource
Classes in com.suncode.pwfl.datasource with annotations of type ApiModifier and TypeClassDescriptionclass
Adapter class for DataSourceInstance interface.class
interface
Instance for data sources.enum
-
Uses of Api in com.suncode.pwfl.datasource.annotation
Classes in com.suncode.pwfl.datasource.annotation with annotations of type ApiModifier and TypeClassDescription@interface
Marks a data source class.@interface
@interface
Annotation used on data source class (class must be also marked withDataSource
annotation) will cause injection of given script with dynamic form implementation. -
Uses of Api in com.suncode.pwfl.security
Classes in com.suncode.pwfl.security with annotations of type ApiModifier and TypeClassDescriptionclass
Definicja przycisku umożliwiająca przejście na stronę z zewnętrzną autoryzacją.class
Obiekt zawierający odpowiedź z zewnętrznej autoryzacji.interface
Interfejs dostarczający możliwość implementacji zewnętrznego uwierzytelniania użytkowników. -
Uses of Api in com.suncode.pwfl.security.rights
Classes in com.suncode.pwfl.security.rights with annotations of type Api -
Uses of Api in com.suncode.pwfl.security.saml
Classes in com.suncode.pwfl.security.saml with annotations of type Api -
Uses of Api in com.suncode.pwfl.translation
Classes in com.suncode.pwfl.translation with annotations of type ApiModifier and TypeClassDescriptionclass
Common Translator implementation.class
Translator implementation that always returns value of given key.class
Dynamically translated String.class
No translation found for given key found.class
Default Translator implementation based on*.properties
files with key-based translations.interface
Translator is the standard way of translating key-base messages for given Locale.interface
Registration handle received fromTranslatorRegistry#register(Translator, TranslatorScope)
.interface
Registry of available Translator.final class
Utility class that simplifies access toTranslator
.enum
Translator target scope. -
Uses of Api in com.suncode.pwfl.util.annotation
Classes in com.suncode.pwfl.util.annotation with annotations of type Api -
Uses of Api in com.suncode.pwfl.util.style
Classes in com.suncode.pwfl.util.style with annotations of type Api -
Uses of Api in com.suncode.pwfl.web.ui
Classes in com.suncode.pwfl.web.ui with annotations of type ApiModifier and TypeClassDescriptionclass
Icon Icon encoded with BASE64 (data-url)enum
Zestaw ikon Divanteinterface
Icon.interface
Handler to injected script returned fromWebScripts.inject(String, Resource)
.enum
Deprecated.enum
User interface fragments defined in PlusWorkflow browser UI.interface
Component which allows to injectJavaScript
script into given UIFragment. -
Uses of Api in com.suncode.pwfl.web.ui.skin
Classes in com.suncode.pwfl.web.ui.skin with annotations of type Api -
Uses of Api in com.suncode.pwfl.workflow
Classes in com.suncode.pwfl.workflow with annotations of type ApiModifier and TypeClassDescriptionclass
AcceptanceContext
.class
Base class for workflow contexts i.e. -
Uses of Api in com.suncode.pwfl.workflow.activity
Classes in com.suncode.pwfl.workflow.activity with annotations of type ApiModifier and TypeClassDescriptionclass
Class provides context map for activity. -
Uses of Api in com.suncode.pwfl.workflow.application
Classes in com.suncode.pwfl.workflow.application with annotations of type ApiModifier and TypeClassDescriptionclass
Workflow Applicationclass
ApplicationContext
.class
Builder to create application's definition ComponentDefinition -
Uses of Api in com.suncode.pwfl.workflow.application.annotation
Classes in com.suncode.pwfl.workflow.application.annotation with annotations of type Api -
Uses of Api in com.suncode.pwfl.workflow.component
Classes in com.suncode.pwfl.workflow.component with annotations of type ApiModifier and TypeClassDescriptionclass
Contains component query execution data.class
Context variable used within components to enable functional-like style of components.class
Contains informations aboutContextVariable
's available in this component.class
Component with invocable method.class
Base class for all workflow components.interface
Registry for workflow components. -
Uses of Api in com.suncode.pwfl.workflow.form.action
Classes in com.suncode.pwfl.workflow.form.action with annotations of type ApiModifier and TypeClassDescriptionclass
Form action definition.class
Builder to create action definition ActionDefinitionclass
Form areas affected by the action.class
Class represents element which action Actions has been added to. -
Uses of Api in com.suncode.pwfl.workflow.form.action.annotation
Classes in com.suncode.pwfl.workflow.form.action.annotation with annotations of type ApiModifier and TypeClassDescription@interface
Used to mark form actions definitons class.@interface
Deprecated, for removal: This API element is subject to removal in a future version.@interface
Annotation used on action class (class must be also marked withActions
annotation) will cause injection of given script with action implementation. -
Uses of Api in com.suncode.pwfl.workflow.form.component.annotation
Classes in com.suncode.pwfl.workflow.form.component.annotation with annotations of type ApiModifier and TypeClassDescription@interface
Annotation used on component class (class must be also marked with proper annotation (e.g. -
Uses of Api in com.suncode.pwfl.workflow.form.datachooser
Classes in com.suncode.pwfl.workflow.form.datachooser with annotations of type ApiModifier and TypeClassDescriptionclass
DataChooser.interface
class
DataChooserContext
.class
Datachooser definition.class
Builder to create datachooser definition ComponentDefinitionclass
Result of datachooser.class
class
Builder to create component parameter definition ParameterDefinition -
Uses of Api in com.suncode.pwfl.workflow.form.datachooser.annotation
Classes in com.suncode.pwfl.workflow.form.datachooser.annotation with annotations of type Api -
Uses of Api in com.suncode.pwfl.workflow.form.documentview.google.drive
Classes in com.suncode.pwfl.workflow.form.documentview.google.drive with annotations of type Api -
Uses of Api in com.suncode.pwfl.workflow.form.eventaction
Classes in com.suncode.pwfl.workflow.form.eventaction with annotations of type Api -
Uses of Api in com.suncode.pwfl.workflow.form.eventaction.annotation
Classes in com.suncode.pwfl.workflow.form.eventaction.annotation with annotations of type Api -
Uses of Api in com.suncode.pwfl.workflow.form.function.annotation
Classes in com.suncode.pwfl.workflow.form.function.annotation with annotations of type ApiModifier and TypeClassDescription@interface
Annotation used on function class (class must be also marked withFunctions
annotation) will cause injection of given script with action form implementation. -
Uses of Api in com.suncode.pwfl.workflow.form.validator
Classes in com.suncode.pwfl.workflow.form.validator with annotations of type ApiModifier and TypeClassDescriptionclass
Exception means that class with @Validator annotation does not contain a method with validator definition.class
ValidationContext
.class
Form validator.class
Builder to create validator definition ComponentDefinition -
Uses of Api in com.suncode.pwfl.workflow.form.validator.annotation
Classes in com.suncode.pwfl.workflow.form.validator.annotation with annotations of type ApiModifier and TypeClassDescription@interface
Marks a validator class.@interface
-
Uses of Api in com.suncode.pwfl.workflow.form.validator.error
Classes in com.suncode.pwfl.workflow.form.validator.error with annotations of type ApiModifier and TypeClassDescriptionclass
class
Errors reported by validators.class
Exception means that there was an exception during validator evaluation. -
Uses of Api in com.suncode.pwfl.workflow.form.variablesetter
Classes in com.suncode.pwfl.workflow.form.variablesetter with annotations of type ApiModifier and TypeClassDescriptionclass
Variable setter.class
Builder to create variable setter definition ComponentDefinition -
Uses of Api in com.suncode.pwfl.workflow.form.variablesetter.annotation
Classes in com.suncode.pwfl.workflow.form.variablesetter.annotation with annotations of type Api -
Uses of Api in com.suncode.pwfl.workflow.invocable
Classes in com.suncode.pwfl.workflow.invocable with annotations of type ApiModifier and TypeClassDescriptionclass
Builder to create application or variable setter definition ComponentDefinition -
Uses of Api in com.suncode.pwfl.workflow.support
Classes in com.suncode.pwfl.workflow.support with annotations of type ApiModifier and TypeInterfaceDescriptioninterface
Interfejs udostępniający hook'i umożliwiające modyfikację InputStream'a podczas wyświetlania dokumentu w systemie.class
-
Uses of Api in com.suncode.pwfl.workflow.variable
Classes in com.suncode.pwfl.workflow.variable with annotations of type ApiModifier and TypeInterfaceDescriptioninterface
Class representing process variable.class