Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

abort(String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Anuluje zadanie.
abort(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Anuluje proces i wszystkie jego zadania
AbstractAdvancedTask - Class in com.plusmpm.util.scheduledTasks
Abstrakcyjna klasa umożliwiająca logowanie przebiegu zadania.
AbstractAdvancedTask() - Constructor for class com.plusmpm.util.scheduledTasks.AbstractAdvancedTask
 
AbstractDataSourceInstance - Class in com.suncode.pwfl.datasource
Adapter class for DataSourceInstance interface.
AbstractDataSourceInstance() - Constructor for class com.suncode.pwfl.datasource.AbstractDataSourceInstance
 
AbstractFormField - Class in com.suncode.pwfl.workflow.form
Definiuje podstawowe własności pól formularza
AbstractFormField() - Constructor for class com.suncode.pwfl.workflow.form.AbstractFormField
 
AbstractTranslator - Class in com.suncode.pwfl.translation
Common Translator implementation.
AbstractTranslator() - Constructor for class com.suncode.pwfl.translation.AbstractTranslator
 
AbstractTranslator(Translator) - Constructor for class com.suncode.pwfl.translation.AbstractTranslator
 
acceptActivity(AcceptationDefinition) - Method in interface com.suncode.pwfl.workflow.activity.ActivityAcceptor
Akceptuje zadanie.
acceptActivity(AcceptationDefinition) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Akceptuje zadanie.
AcceptanceContext - Class in com.suncode.pwfl.workflow
Acceptance Context.
AcceptanceContext(String, String, String) - Constructor for class com.suncode.pwfl.workflow.AcceptanceContext
 
AcceptanceException - Exception in com.suncode.pwfl.workflow.form.exception
KROTKI OPIS...
AcceptanceException(String) - Constructor for exception com.suncode.pwfl.workflow.form.exception.AcceptanceException
 
AcceptanceException(Throwable) - Constructor for exception com.suncode.pwfl.workflow.form.exception.AcceptanceException
 
AcceptanceException(String, Throwable) - Constructor for exception com.suncode.pwfl.workflow.form.exception.AcceptanceException
 
AcceptanceService - Interface in com.suncode.pwfl.workflow.form
KROTKI OPIS...
AcceptationDefinition - Class in com.suncode.pwfl.workflow.activity.util
Defnicija akceptacji zadania
AcceptationDefinition(String, String, String, String) - Constructor for class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
 
AcceptationDefinition(String, String, String, String, Map<String, Object>) - Constructor for class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
 
AcceptationDefinition(String, String, String, String, Map<String, Object>, boolean) - Constructor for class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
 
AcceptButton - Class in com.suncode.pwfl.workflow.form
Definiuje przycisk formularza
AcceptButton() - Constructor for class com.suncode.pwfl.workflow.form.AcceptButton
 
acceptedParamsXMLParamIdTag - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
ActionDefinition - Class in com.suncode.pwfl.workflow.form.action
Form action definition.
ActionDefinition(String, LocalizedString) - Constructor for class com.suncode.pwfl.workflow.form.action.ActionDefinition
 
ActionDefinition(String, String, LocalizedString, LocalizedString, Icon, List<Category>, List<ActionDestination>, List<ParameterDefinition<?>>, List<ContextVariable<?>>, List<DtButtonDefinition>, LocalizedString) - Constructor for class com.suncode.pwfl.workflow.form.action.ActionDefinition
 
ActionDefinitionBuilder - Class in com.suncode.pwfl.workflow.form.action
Builder to create action definition ActionDefinition
ActionDefinitionBuilder() - Constructor for class com.suncode.pwfl.workflow.form.action.ActionDefinitionBuilder
 
ActionDefinitionBuilder(Translator) - Constructor for class com.suncode.pwfl.workflow.form.action.ActionDefinitionBuilder
 
ActionDestination - Class in com.suncode.pwfl.workflow.form.action
Form areas affected by the action.
ActionDestination(ActionDestination.Type) - Constructor for class com.suncode.pwfl.workflow.form.action.ActionDestination
 
ActionDestination(ActionDestination.Type, String) - Constructor for class com.suncode.pwfl.workflow.form.action.ActionDestination
 
ActionDestination.Type - Enum in com.suncode.pwfl.workflow.form.action
Form areas affected by the action.
Actions - Annotation Type in com.suncode.pwfl.workflow.form.action.annotation
Used to mark form actions definitons class.
ActionsFormScript - Annotation Type in com.suncode.pwfl.workflow.form.action.annotation
Deprecated.
ActionsScript - Annotation Type in com.suncode.pwfl.workflow.form.action.annotation
Annotation used on action class (class must be also marked with Actions annotation) will cause injection of given script with action implementation.
ActionTarget - Class in com.suncode.pwfl.workflow.form.action
Class represents element which action Actions has been added to.
ActionTarget(String, ActionDestination.Type) - Constructor for class com.suncode.pwfl.workflow.form.action.ActionTarget
 
ActionUIFragment - Enum in com.suncode.pwfl.workflow.form.action
 
actionUrlRegex - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
activate(CancelationHandler, Logger, ScheduledTaskInstanceInfo, ScheduledTaskFileSaver) - Static method in class com.suncode.pwfl.administration.scheduledtask.context.ScheduledTaskContext
Activates scheduled task context
activate(String) - Static method in class com.suncode.pwfl.administration.user.UserContext
Activates context of given user so UserContext.current() will return context created for given user.
activate(UserInfo) - Static method in class com.suncode.pwfl.administration.user.UserContext
Activates context of given user so UserContext.current() will return context created for given user.
activate(UserInfo, InContext<UserContext>) - Static method in class com.suncode.pwfl.administration.user.UserContext
Activates context of given user and invokes provided action in created context.
activate(T) - Method in class com.suncode.pwfl.core.context.ContextHolder
Activates given context and puts it on top of stack.
activate(T, InContext<T>) - Method in class com.suncode.pwfl.core.context.ContextHolder
Activates given context and puts it on top of stack and automatically removes it after invoking provided action.
activate(String, String) - Static method in class com.suncode.pwfl.core.function.FunctionContext
Activates function context.
activate(DataSourceOperation) - Static method in class com.suncode.pwfl.datasource.DataSourceContext
Activates data source context.
activate(String, String, String) - Static method in class com.suncode.pwfl.workflow.AcceptanceContext
Activates acceptance context.
activate(String, String, String, InContext<AcceptanceContext>) - Static method in class com.suncode.pwfl.workflow.AcceptanceContext
Activates acceptance context and invokes provided action in created context.
activate(String, String) - Static method in class com.suncode.pwfl.workflow.application.ApplicationContext
Activates application context.
activate(String, String, InContext<ApplicationContext>) - Static method in class com.suncode.pwfl.workflow.application.ApplicationContext
Activates application context and invokes provided action in created context.
activate(String, String, ComponentQueryData, DataChooserResult, Collection<MappingDeclaration>) - Static method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
Activates datachooser context.
activate(String, String, ComponentQueryData, DataChooserResult, Collection<MappingDeclaration>, InContext<DataChooserContext>) - Static method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
Activates datachooser context and invokes provided action in created context.
activate(String, String, String, ValidationErrors) - Static method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
Activates validation context.
activate(String, String, String, ValidationErrors, InContext<ValidationContext>) - Static method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
Activates validation context and invokes provided action in created context.
ActivatedTime - Class in com.suncode.pwfl.workflow.activity
Klasa przechowująca dane o czasie uruchomienia zadania.
ActivatedTime() - Constructor for class com.suncode.pwfl.workflow.activity.ActivatedTime
 
activateFunctionContext(String, String) - Static method in class com.suncode.pwfl.workflow.WorkflowContext
 
activateUser(String) - Method in interface com.suncode.pwfl.administration.user.UserService
Aktywuje użytkownika
Activity - Interface in com.suncode.pwfl.workflow.activity
Klasa przechowująca dane o zadaniu.
ActivityAcceptor - Interface in com.suncode.pwfl.workflow.activity
Umożliwia akceptowanie zadań
ActivityAlreadyCompletedException - Exception in com.suncode.pwfl.workflow.activity.exception
Wyjątek występuję, gdy próbujemy wykonać operację na zadaniu które jest już zakończone.
ActivityAlreadyCompletedException() - Constructor for exception com.suncode.pwfl.workflow.activity.exception.ActivityAlreadyCompletedException
 
ActivityAlreadyCompletedException(String, Throwable) - Constructor for exception com.suncode.pwfl.workflow.activity.exception.ActivityAlreadyCompletedException
 
ActivityAlreadyCompletedException(String) - Constructor for exception com.suncode.pwfl.workflow.activity.exception.ActivityAlreadyCompletedException
 
ActivityAlreadyCompletedException(Throwable) - Constructor for exception com.suncode.pwfl.workflow.activity.exception.ActivityAlreadyCompletedException
 
ActivityAssignment - Class in com.suncode.pwfl.workflow.activity
Klasa przechowująca dane o przypisaniach do zadania.
ActivityAssignment() - Constructor for class com.suncode.pwfl.workflow.activity.ActivityAssignment
 
ActivityAssignmentDao - Interface in com.suncode.pwfl.workflow.activity
Umożliwia wykonywanie operacji na bazie danych dotyczących zadań.
ActivityContextMap - Class in com.suncode.pwfl.workflow.activity
Class provides context map for activity.
ActivityContextMap(String, String, Map<String, Variable>) - Constructor for class com.suncode.pwfl.workflow.activity.ActivityContextMap
 
ActivityDao - Interface in com.suncode.pwfl.workflow.activity
Umożliwia wykonywanie operacji na bazie danych dotyczących zadań.
ActivityDefinition - Class in com.suncode.pwfl.workflow.activity
Klasa przechowująca informacje o definicji zadania
ActivityDefinition() - Constructor for class com.suncode.pwfl.workflow.activity.ActivityDefinition
 
ActivityDefinition(String, String, String) - Constructor for class com.suncode.pwfl.workflow.activity.ActivityDefinition
 
ActivityDocument - Class in com.suncode.pwfl.workflow.activity
Przechowuje informacje o dokuemntach podłączonych do zadania
ActivityDocument() - Constructor for class com.suncode.pwfl.workflow.activity.ActivityDocument
 
ActivityDocumentDao - Interface in com.suncode.pwfl.workflow.activity
Umożliwia wykonywanie operacji na bazie danych dotyczących podłączania dokumentów do zadań.
ActivityDocumentDto - Class in com.suncode.pwfl.workflow.activity
Umożliwia przesyłanie informacji o plikach systemowych wraz z dodatkową indormacją o użytkowniku, który podłączył plik do zadania/procesu.
ActivityDocumentDto() - Constructor for class com.suncode.pwfl.workflow.activity.ActivityDocumentDto
 
ActivityDocumentService - Interface in com.suncode.pwfl.workflow.activity
Umożliwia zarządzanie dokumentami w zadaniach.
ActivityEntity - Class in com.suncode.pwfl.workflow.activity
Klasa przechowująca dane o zadaniu.
ActivityEntity() - Constructor for class com.suncode.pwfl.workflow.activity.ActivityEntity
 
ActivityFinder - Interface in com.suncode.pwfl.workflow.activity
Umożliwia zarządzanie zadaniami.
ActivityIndexingService - Interface in com.suncode.pwfl.workflow.activity.indexer
Enables indexing of activities
ActivityIndexingWrapper - Class in com.suncode.pwfl.workflow.activity.indexer
Helper class to wrap functions in ActivityIndexingService
ActivityIndexingWrapper() - Constructor for class com.suncode.pwfl.workflow.activity.indexer.ActivityIndexingWrapper
 
ActivityIsNotSuspendedException - Exception in com.suncode.pwfl.workflow.activity.exception
Wyjątek występuję, gdy próbujemy przywrócić zadanie które nie jest zawieszone.
ActivityIsNotSuspendedException() - Constructor for exception com.suncode.pwfl.workflow.activity.exception.ActivityIsNotSuspendedException
 
ActivityIsNotSuspendedException(String) - Constructor for exception com.suncode.pwfl.workflow.activity.exception.ActivityIsNotSuspendedException
 
ActivityIsSuspendedException - Exception in com.suncode.pwfl.workflow.activity.exception
Wyjątek występuję, gdy próbujemy wykonać operację na zadaniu które jest zawieszone.
ActivityIsSuspendedException() - Constructor for exception com.suncode.pwfl.workflow.activity.exception.ActivityIsSuspendedException
 
ActivityIsSuspendedException(String, Throwable) - Constructor for exception com.suncode.pwfl.workflow.activity.exception.ActivityIsSuspendedException
 
ActivityIsSuspendedException(String) - Constructor for exception com.suncode.pwfl.workflow.activity.exception.ActivityIsSuspendedException
 
ActivityIsSuspendedException(Throwable) - Constructor for exception com.suncode.pwfl.workflow.activity.exception.ActivityIsSuspendedException
 
ActivityRedirection - Class in com.suncode.pwfl.workflow.activity
Przechowuje informacje przekierowaniach zadań do użytkowników
ActivityRedirection() - Constructor for class com.suncode.pwfl.workflow.activity.ActivityRedirection
 
ActivityRedirectionDao - Interface in com.suncode.pwfl.workflow.activity
Umożliwia wykonywanie operacji na bazie danych dotyczących zadań.
ActivityRedirectionService - Interface in com.suncode.pwfl.workflow.activity
Umożliwia zarządzanie przekierowań zadań.
ActivityService - Interface in com.suncode.pwfl.workflow.activity
Umożliwia zarządzanie zadaniami.
ActivityState - Enum in com.suncode.pwfl.workflow.activity
 
ActivityStateEntity - Class in com.suncode.pwfl.workflow.activity
Klasa przechowująca informacje o statusie zadania
ActivityStateEntity() - Constructor for class com.suncode.pwfl.workflow.activity.ActivityStateEntity
 
ActivityTranslationDao - Interface in com.suncode.pwfl.workflow.activity
Perform operations on a database about activity translations
ActivityTranslationService - Interface in com.suncode.pwfl.workflow.activity
Perform operations about activity translations
ActivityTranslationTable - Class in com.suncode.pwfl.workflow.activity
 
ActivityTranslationTable() - Constructor for class com.suncode.pwfl.workflow.activity.ActivityTranslationTable
 
ActivityTranslationTable(String, String, String, String, String, String) - Constructor for class com.suncode.pwfl.workflow.activity.ActivityTranslationTable
 
ActivityType - Class in com.suncode.pwfl.workflow.activity
 
ActivityType() - Constructor for class com.suncode.pwfl.workflow.activity.ActivityType
 
ActivityType(String, String) - Constructor for class com.suncode.pwfl.workflow.activity.ActivityType
 
add(Record) - Method in class com.suncode.pwfl.core.data.TableStore
 
add(String) - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
Adds a global error message from validator.
add(ValidationError) - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
Adds a global error message from validator.
add(String, String) - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
Adds an error message from validator, which is binded with given variableId.
add(String, String, int) - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
Adds an error message from validator, which is binded with given cell in variable set.
addAction(DocumentClassAction) - Method in class com.suncode.pwfl.archive.DocumentClass
 
addActionToDocumentClass(Long, DocumentClassAction) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Dodaje akcje do klasy dokumentów
addActivityDelegation(DelegatedActivity) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Dodaje zastępstwo
addActivityDocument(ActivityDocument) - Method in class com.suncode.pwfl.archive.WfFile
 
addClsPrefix(String) - Static method in class com.suncode.pwfl.util.style.IconUtils
 
addConfirmation(String, String) - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
Adds confirmation from validator.
addConfirmation(Confirmation) - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
Adds confirmation from validator.
addDeclaration(DataSourceDeclaration) - Method in interface com.suncode.pwfl.datasource.DataSourceService
Add declaration to database.
addDevice(Device) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Zapisuje urządzenie w bazie danych
addDirectory(Directory) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Zapisuje katalog w bazie danych
addDirectory(Directory) - Method in class com.suncode.pwfl.archive.Device
 
AddDirectoryDto - Class in com.suncode.pwfl.archive
 
AddDirectoryDto() - Constructor for class com.suncode.pwfl.archive.AddDirectoryDto
 
addDocClassToProcess(String, DocumentClass) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Dodaje klasę dokumentu, która będzie dostępna w procesie
addDocument(DocumentDefinition) - Method in interface com.suncode.pwfl.archive.DocumentService
Dodaje dokument do systemu
addDocumentClassIndexTranslation(Long, DocumentClassIndexTranslation) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Zapisuje tłumaczenie indeksu klasy dokumentów w bazie danych
addDocumentClassTranslation(Long, DocumentClassTranslation) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Zapisuje tłumaczenie klasy dokumentów w bazie danych
AddDocumentResultMeta - Class in com.suncode.pwfl.archive.util
 
AddDocumentResultMeta() - Constructor for class com.suncode.pwfl.archive.util.AddDocumentResultMeta
 
addDocumentTemplate(DocumentTemplateTable) - Method in interface com.suncode.pwfl.archive.DocumentTemplateService
 
addDocumentWithMetaResult(DocumentDefinition) - Method in interface com.suncode.pwfl.archive.DocumentService
Dodaje dokument do systemu
addDuplicatedComponent(String, String) - Method in class com.suncode.pwfl.component.RegistrationSummary
 
addElement(ConfigurationTransferAudit.ElementType) - Method in class com.suncode.pwfl.configuration.audit.ConfigurationTransferAudit
 
addElement(ConfigurationTransferAudit.ElementType, String) - Method in class com.suncode.pwfl.configuration.audit.ConfigurationTransferAudit
 
addElement(String) - Method in class com.suncode.pwfl.configuration.audit.ConfigurationTransferAudit
 
addElement(String, String) - Method in class com.suncode.pwfl.configuration.audit.ConfigurationTransferAudit
 
addField(FormField) - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
addFile(DocumentDefinition) - Method in interface com.suncode.pwfl.archive.FileSaver
Dodaje dokument do archiwum i dołącza do procesu jeżeli podano odpowiednie parametry.
AddFileResultMeta - Class in com.suncode.pwfl.archive.util
 
AddFileResultMeta() - Constructor for class com.suncode.pwfl.archive.util.AddFileResultMeta
 
addFileWithMetaResult(DocumentDefinition) - Method in interface com.suncode.pwfl.archive.FileSaver
Didahe dokument do archiwum i dołącza do procesu, jeżeli podano odpowiednie parametry.
addFilter(HibernateFilter) - Method in class com.suncode.pwfl.search.hibernate.GroupHibernateFilter
 
addFilter(T...) - Method in class com.suncode.pwfl.search.sql.GroupFilter
Dodaje filtry do grupy
addFilter(SQLFilter) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
addGridEvent(TableEvent) - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
addGroup(UserGroup) - Method in class com.suncode.pwfl.administration.user.DeactivationActivity
Przypisuje grupę do zadania.
addIndex(DocumentClassIndex) - Method in class com.suncode.pwfl.archive.DocumentClass
 
addIndex(IndexInfo) - Method in class com.suncode.pwfl.archive.WfDocument
Dodaje indeks do dokumenty
addIndex(IndexInfo) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
addIndexToDocumentClass(Long, DocumentClassIndex) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Dodaje indeks do klasy dokumentów
addInvalidComponent(Class<?>) - Method in class com.suncode.pwfl.component.RegistrationSummary
Adds class of invalid component to invalid components.
AdditionalFileRights - Interface in com.suncode.pwfl.workflow.support
Interfejs, który należy zaimplementować, jeżeli chcemy, aby dodatkowe uprawnienia były sprawdzane podczas podglądu dokumentów.
addLike(String, String, DetachedCriteria) - Method in class com.suncode.pwfl.util.BaseFinderImpl
 
addLink(Link) - Method in interface com.suncode.pwfl.archive.LinkService
Dodaje zestaw dokumentów
addLinkConnection(long, long, long, long) - Method in interface com.suncode.pwfl.archive.LinkService
Dodaje powiązanie indeksów
addLinkIndex(LinkIndex) - Method in interface com.suncode.pwfl.archive.LinkService
Dodaje indeks zestawu dokumentów
addLinkIndexTranslation(Long, LinkIndexTranslation) - Method in interface com.suncode.pwfl.archive.LinkService
Zapisuje tłumaczenie indeksu zestawu dokumentów w bazie danych
addLinkProtection(Long, LinkProtection) - Method in interface com.suncode.pwfl.archive.LinkService
Dodaje uprawnienie do zestawu dokumentów
addLinkTranslation(Long, LinkTranslation) - Method in interface com.suncode.pwfl.archive.LinkService
Zapisuje tłumaczenie zestawu dokumentów w bazie danych
addNewConnection(OAuth2Client) - Method in interface com.suncode.pwfl.administration.email.oauth.OAuth2Service
Dodaje nowe połączenie do klienta, który używa metody autentykacji Client credentials
addOrganizationalUnitTranslation(Long, OrganizationalUnitTranslation) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Zapisuje tłumaczenie jednostki organizacyjnej w bazie danych
addOverride(FunctionOverride) - Method in interface com.suncode.pwfl.core.function.Function
Adds override to the list of overrides
addParameter(String, ParameterDeclaration) - Method in class com.suncode.pwfl.workflow.component.declaration.ComponentDeclaration
 
addParameter(ParameterDeclaration) - Method in class com.suncode.pwfl.workflow.component.declaration.FunctionDeclaration
 
addParameterTypes(Type<?>) - Method in class com.suncode.pwfl.workflow.component.declaration.FunctionDeclaration
 
addPositionsToUser(String, List<Long>) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Przypisuje stanowiska do użytkwonika
addPositionToUser(String, Long) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Przypisuje stanowisko do użytkownika
addPositionTranslation(Long, PositionTranslation) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Zapisuje tłumaczenie stanowiska w bazie danych
addProcessDataTranslation(Long, ProcessDataTranslation) - Method in interface com.suncode.pwfl.workflow.process.ProcessDataService
 
addRegisteredComponent(WorkflowComponent) - Method in class com.suncode.pwfl.component.RegistrationSummary
Adds component to registered components.
addReportTranslation(Long, ReportTranslationWrapper) - Method in interface com.suncode.pwfl.report.ReportService
Zapisuje tłumaczenie raportu w bazie danych
addRole(Role) - Method in class com.suncode.pwfl.administration.structure.Position
 
addRole(Long, Long) - Method in interface com.suncode.pwfl.administration.structure.RoleService
Dodaje rolę do stanowiska
addRoles(Long, List<Long>) - Method in interface com.suncode.pwfl.administration.structure.RoleService
Dodaje listę ról do stanowiska
addScalar(String, Type) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
addSelectionEvent(TableEvent) - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
addSorter(Sorter) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
addStoreEvent(TableEvent) - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
addSubstitution(Substitution) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda tworzy zastępstwo.
addTranslatedPackage(String) - Method in class com.suncode.pwfl.translation.AbstractTranslator
Adds package, that contains classes which should be translated with this translator.
addTranslations(Map<Locale, Map<String, String>>) - Method in interface com.suncode.pwfl.xpdl.XpdlTranslationService
 
addUser(User) - Method in class com.suncode.pwfl.administration.user.DeactivationActivity
Przypisuje użytkownika do zadania.
addUserToGroup(String, String) - Method in interface com.suncode.pwfl.administration.user.UserService
Przypisuje użytkownika do wskazanej grupy
addUserToGroups(String, List<String>) - Method in interface com.suncode.pwfl.administration.user.UserService
Przypisuje użytkownika do wskazanych grup
addValue(ParameterValue) - Method in interface com.suncode.pwfl.workflow.component.declaration.ParameterDeclaration
 
addViewTranslation(Long, ViewTranslationDto) - Method in interface com.suncode.pwfl.view.ViewService
Zapisuje tłumaczenie widoku w bazie danych
AfterAddDelegation - Interface in com.suncode.pwfl.workflow.support
afterCommentAdded(Comment) - Method in interface com.suncode.pwfl.workflow.support.CommentEvent
Metoda wywołana po dodaniu komentarza do bazy danych.
AliasFormatException - Exception in com.suncode.pwfl.certificates.exceptions.alias
 
AliasFormatException(String) - Constructor for exception com.suncode.pwfl.certificates.exceptions.alias.AliasFormatException
 
AliasPresenceException - Exception in com.suncode.pwfl.certificates.exceptions.alias
 
AliasPresenceException(String) - Constructor for exception com.suncode.pwfl.certificates.exceptions.alias.AliasPresenceException
 
aliasType(Class<S>, TypeBase.Convert<S, T>) - Method in class com.suncode.pwfl.core.type.TypeBase
 
allAuditsId - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
allAuditsTitle - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
allLoggerName - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
allowedActionTypes - Variable in enum com.plusmpm.util.documents.DocumentEventTypes
 
AnnotatedComponentDiscovery - Class in com.suncode.pwfl.component
Strategy to search classes with given annotation using Spring library.
AnnotatedComponentDiscovery(ResourceLoader, Class<? extends Annotation>...) - Constructor for class com.suncode.pwfl.component.AnnotatedComponentDiscovery
 
Api - Annotation Type in com.suncode.pwfl.api
Annotation used to mark annotated class as part of public API.
Application - Annotation Type in com.suncode.pwfl.workflow.application.annotation
Marks a workflow application class.
Application - Class in com.suncode.pwfl.workflow.application
Workflow Application
Application(ComponentDefinition, Method, Object) - Constructor for class com.suncode.pwfl.workflow.application.Application
 
ApplicationContext - Class in com.suncode.pwfl.workflow.application
Application Context.
ApplicationContext(String, String) - Constructor for class com.suncode.pwfl.workflow.application.ApplicationContext
 
ApplicationDefinitionBuilder - Class in com.suncode.pwfl.workflow.application
Builder to create application's definition ComponentDefinition
ApplicationDefinitionBuilder() - Constructor for class com.suncode.pwfl.workflow.application.ApplicationDefinitionBuilder
 
ApplicationDefinitionBuilder(Translator) - Constructor for class com.suncode.pwfl.workflow.application.ApplicationDefinitionBuilder
 
apply(T) - Method in interface com.suncode.pwfl.util.Throwing.ThrowingFn
 
applyDataChoosersAutoMappings(AutoMappingExecutorConfig) - Method in interface com.suncode.pwfl.workflow.form.datachooser.automapping.AutoMappingExecutor
 
ArchiveStorageService - Interface in com.suncode.pwfl.archive
Umożliwia zarządzanie strukturą archiwum.
areCustomMappingsEnabled() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooser
 
areCustomMappingsEnabled() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserDefinition
 
areEmpty() - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
Verify if validation has errors.
Argument - Class in com.suncode.pwfl.component
Invocation argument.
Argument(TypedValue<?>, ParameterDefinition<?>) - Constructor for class com.suncode.pwfl.component.Argument
 
Argument(TypedValue<?>[], ParameterDefinition<?>) - Constructor for class com.suncode.pwfl.component.Argument
 
arrayOf(Type<?>) - Static method in class com.suncode.pwfl.core.type.Types
Returns array type with elements of given type.
ArrayType<T> - Class in com.suncode.pwfl.core.type
An array type, mapped to Java array.
assemble(Serializable, Object) - Method in class com.suncode.pwfl.archive.IndexTypeEnum
 
assignActivityToUser(String, String, String) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
Dopisuje podanego użytkownika do listy przypisanych użytkowników do zadania.
AssignmentHook - Interface in com.suncode.pwfl.workflow.assignment
Process activities assignment hook.
AssignmentHookAdapter - Class in com.suncode.pwfl.workflow.assignment
Adapter for AssignmentHook
AssignmentHookAdapter() - Constructor for class com.suncode.pwfl.workflow.assignment.AssignmentHookAdapter
 
AssignmentService - Interface in com.suncode.pwfl.workflow.assignment
Klasa umożliwiająca przekazywanie zadań i zarządzanie przypisaniami zadań do użytkowników
assignmentTransferred(String, String, Set<String>) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentHook
Executed when activities assignment transfer is completed.
assignmentTransferred(String, String, Set<String>) - Method in class com.suncode.pwfl.workflow.assignment.AssignmentHookAdapter
 
AssociatedIndexes - Class in com.suncode.pwfl.administration.archive
 
AssociatedIndexes() - Constructor for class com.suncode.pwfl.administration.archive.AssociatedIndexes
 
associationExists(DocumentClassAssociation) - Method in interface com.suncode.pwfl.administration.archive.DocumentClassAssociationDao
Sprawdza, czy istnieją jakieś powiązania między klasami dokumentów podanymi w obiekcie powiązania.
asStream(Iterator<T>) - Static method in class com.suncode.pwfl.util.Streams
 
attachDocumentToProcess(Long, Long, String, String, String) - Method in interface com.suncode.pwfl.archive.DocumentService
Dołącza dokument istniejący w archiwum do procesu
attachDocumentToProcess(WfDocument, String, String, String) - Method in interface com.suncode.pwfl.archive.DocumentService
Dołącza dokument istniejący w archiwum do procesu
attachDocumentToProcess(WfDocument, String, String, String, boolean) - Method in interface com.suncode.pwfl.archive.DocumentService
Dołącza dokument istniejący w archiwum do procesu
attachFileToProcess(Long, String, String, String) - Method in interface com.suncode.pwfl.archive.FileSaver
Dołącza plik z archiwum do zadania
attachFileToProcess(Long, String, String, String, boolean) - Method in interface com.suncode.pwfl.archive.FileSaver
Dołącza plik z archiwum do zadania
AuditBuilder - Class in com.suncode.pwfl.audit.builder
Builder for Audit objects.
AuditBuilder() - Constructor for class com.suncode.pwfl.audit.builder.AuditBuilder
 
AuditCategories - Enum in com.suncode.pwfl.audit.util
Kategorie audytow
AuditConstants - Class in com.suncode.pwfl.audit.util
Stale modulu audytow
AuditConstants() - Constructor for class com.suncode.pwfl.audit.util.AuditConstants
 
AuditDetailDto - Class in com.suncode.pwfl.audit.dto
 
AuditDetailDto() - Constructor for class com.suncode.pwfl.audit.dto.AuditDetailDto
 
AuditDto - Class in com.suncode.pwfl.audit.dto
 
AuditDto() - Constructor for class com.suncode.pwfl.audit.dto.AuditDto
 
AuditExecutor - Interface in com.suncode.pwfl.audit
Interfejs do logowania manualnie tworzonych logów (poza kontrolerami/servletami).
AuditFinder - Interface in com.suncode.pwfl.audit
 
auditIdSqeuenceName - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
auditLoggerPrefix - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
auditParamPrefix - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
auditParamSplitSign - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
auditsAmountLabel - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
auditSequenceName - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
AuditSortProperty - Enum in com.suncode.pwfl.audit.util
 
AuditTypes - Enum in com.suncode.pwfl.audit.util
Mozliwe akcje audytowe
AuditWrapper - Class in com.suncode.pwfl.audit
 
AuditWrapper() - Constructor for class com.suncode.pwfl.audit.AuditWrapper
 
authenticate(HttpServletRequest) - Method in interface com.suncode.pwfl.security.Authenticator
Uwierzytelnianie użytkownika na podstawie danych zawartych w parametrze request.
AuthenticationButton - Class in com.suncode.pwfl.security
Definicja przycisku umożliwiająca przejście na stronę z zewnętrzną autoryzacją.
AuthenticationButton() - Constructor for class com.suncode.pwfl.security.AuthenticationButton
 
authenticationButtonDefinition() - Method in interface com.suncode.pwfl.security.Authenticator
Przycisk dostępny na stronie logowania, który umożliwia wywołanie uwierzytelniania w zewnętrznej aplikacji.
AuthenticationResult - Class in com.suncode.pwfl.security
Obiekt zawierający odpowiedź z zewnętrznej autoryzacji.
AuthenticationResult(boolean, String, String) - Constructor for class com.suncode.pwfl.security.AuthenticationResult
 
Authenticator - Interface in com.suncode.pwfl.security
Interfejs dostarczający możliwość implementacji zewnętrznego uwierzytelniania użytkowników.
author - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
AutoMappingConfig - Class in com.suncode.pwfl.workflow.form.datachooser.declaration
Konfiguracja AutoMapping
AutoMappingConfig() - Constructor for class com.suncode.pwfl.workflow.form.datachooser.declaration.AutoMappingConfig
 
AutoMappingExecutor - Interface in com.suncode.pwfl.workflow.form.datachooser.automapping
 
AutoMappingExecutorConfig - Class in com.suncode.pwfl.workflow.form.datachooser.automapping
 
AutoMappingExecutorConfig() - Constructor for class com.suncode.pwfl.workflow.form.datachooser.automapping.AutoMappingExecutorConfig
 
AutoMappingTaskResult - Class in com.suncode.pwfl.workflow.form.datachooser.automapping
 
AutoMappingTaskResult(List<Map<String, Object>>) - Constructor for class com.suncode.pwfl.workflow.form.datachooser.automapping.AutoMappingTaskResult
 
AutoMappingTaskResult(List<Map<String, Object>>, Set<String>) - Constructor for class com.suncode.pwfl.workflow.form.datachooser.automapping.AutoMappingTaskResult
 
AutoUpdate - Class in com.suncode.pwfl.workflow.form
 
AutoUpdate() - Constructor for class com.suncode.pwfl.workflow.form.AutoUpdate
 
AVATAR_FILE_SIZE_LIMIT - Static variable in class com.suncode.pwfl.administration.user.UserAvatarProperties
 
AVATAR_SIZE - Static variable in class com.suncode.pwfl.administration.user.UserAvatarProperties
 
AVATAR_SIZE_MINI - Static variable in class com.suncode.pwfl.administration.user.UserAvatarProperties
 
avgDurationsLabelLabel - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 

B

Base64Icon - Class in com.suncode.pwfl.web.ui
Icon Icon encoded with BASE64 (data-url)
Base64Icon(String, MediaType) - Constructor for class com.suncode.pwfl.web.ui.Base64Icon
 
BaseDao<T,PK extends Serializable> - Interface in com.suncode.pwfl.support
Umożliwia wykonywanie podstawowych operacji odczytu na bazie danych.
BaseFinder<T,PK extends Serializable> - Interface in com.suncode.pwfl.support
Interfejs definiujący podstawowe operacje odczytu na obiektach bazy danych
BaseFinderImpl<T,PK extends Serializable,Dao extends BaseDao<T,PK>> - Class in com.suncode.pwfl.util
 
BaseFinderImpl() - Constructor for class com.suncode.pwfl.util.BaseFinderImpl
 
BasicTypes - Enum in com.suncode.pwfl.core.type
Basic types.
BeanInstanceFactory - Class in com.suncode.pwfl.component.support
InstanceFactory that creates components using given ApplicationContext.
BeanInstanceFactory(ApplicationContext) - Constructor for class com.suncode.pwfl.component.support.BeanInstanceFactory
 
beforeUserCreation(User) - Method in interface com.suncode.pwfl.administration.user.UserCreationHook
Executed before user creation.
beforeUserCreation(User) - Method in class com.suncode.pwfl.administration.user.UserCreationHookAdapter
Executed before user creation.
Beta - Annotation Type in com.suncode.pwfl.api
This API is currently in beta and can potentially change in the future.
bind(int, Class<?>, InvocableMethod) - Method in class com.suncode.pwfl.component.support.InstanceBinder
 
bind(int, Class<?>, InvocableMethod) - Method in interface com.suncode.pwfl.component.support.ParameterBinder
Returns object that will be used as argument for invoked method.
bind(int, Class<?>, InvocableMethod) - Method in class com.suncode.pwfl.component.support.ParametersBinder
 
bindDataSource(DataSource) - Static method in class com.suncode.pwfl.database.DataSourceFactory
 
BOOLEAN - Static variable in class com.suncode.pwfl.core.type.Types
Boolean type.
BOOLEAN_ARRAY - Static variable in class com.suncode.pwfl.core.type.Types
Array of Types.BOOLEAN
BooleanType - Class in com.suncode.pwfl.core.type
Boolean type.
build(List<Substitution>) - Static method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
build() - Method in class com.suncode.pwfl.audit.builder.AuditBuilder
Builds AuditWrapper object.
build() - Method in class com.suncode.pwfl.audit.builder.ManualAuditBuilder
Builds Audit object.
build(Translator) - Method in class com.suncode.pwfl.workflow.form.eventaction.Event.EventBuilder
 
build(String, String, String, String, ActionUIFragment, String, Long) - Method in interface com.suncode.pwfl.workflow.form.FormBuilderService
 
build(ProcessBuilderDefinition) - Method in interface com.suncode.pwfl.workflow.process.ProcessBuilder
Tworzy nowy proces o podanych parametrach
buildCriterion() - Method in class com.suncode.pwfl.administration.user.search.SimpleHibernateUserFilter
 
buildCriterion() - Method in class com.suncode.pwfl.search.hibernate.GroupHibernateFilter
 
buildCriterion() - Method in interface com.suncode.pwfl.search.hibernate.HibernateFilter
 
buildCriterion() - Method in class com.suncode.pwfl.search.hibernate.SimpleHibernateFilter
 
buildFailure(HttpServletRequest) - Method in class com.suncode.pwfl.audit.builder.AuditBuilder
 
buildFailure() - Method in class com.suncode.pwfl.audit.builder.AuditBuilder
Sets success = true and builds AuditWrapper object.
buildOperator(FilterOperator) - Static method in class com.suncode.pwfl.search.sql.SQLQueryBuilder
Zwraca operator bazodanowy.
buildOperator(StringBuilder, FilterOperator) - Static method in class com.suncode.pwfl.search.sql.SQLQueryBuilder
Dokleja operator bazodanowy.
buildOperator(LogicOperator) - Static method in class com.suncode.pwfl.search.sql.SQLQueryBuilder
Zwraca logiczny operator bazodanowy.
buildOrder(StringBuilder, List<Sorter>) - Static method in class com.suncode.pwfl.search.sql.SQLQueryBuilder
Buduje część dotyczącą sortowania
buildOrder(List<Sorter>) - Static method in class com.suncode.pwfl.search.sql.SQLQueryBuilder
Buduje część dotyczącą sortowania
buildPreview(String, String, String, String, String, String, boolean, String) - Method in interface com.suncode.pwfl.workflow.form.FormBuilderService
 
buildQuery() - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
buildQuery(String) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
buildRestriction(String, Object, FilterOperator) - Static method in class com.suncode.pwfl.search.hibernate.RestrictionBuilder
 
buildSuccess() - Method in class com.suncode.pwfl.audit.builder.AuditBuilder
Sets success = true and builds AuditWrapper object.
buildSuccess(HttpServletRequest) - Method in class com.suncode.pwfl.audit.builder.AuditBuilder
 
buildWhere(StringBuilder, Integer) - Method in class com.suncode.pwfl.search.sql.GroupFilter
 
buildWhere(StringBuilder, Integer) - Method in class com.suncode.pwfl.search.sql.RawSQLFilter
 
buildWhere(StringBuilder, Integer) - Method in class com.suncode.pwfl.search.sql.SimpleSQLFilter
 
buildWhere(StringBuilder, Integer) - Method in interface com.suncode.pwfl.search.sql.SQLFilter
Dodaje do podanego zapytania warunki filtrów.
buildWhere(StringBuilder, List<? extends SQLFilter>) - Static method in class com.suncode.pwfl.search.sql.SQLQueryBuilder
Buduje część warunkową zapytania
buildWhere(List<SQLFilter>) - Static method in class com.suncode.pwfl.search.sql.SQLQueryBuilder
Buduje część warunkową zapytania
button() - Static method in class com.suncode.pwfl.workflow.form.action.ActionDestination
button(String) - Static method in class com.suncode.pwfl.workflow.form.action.ActionDestination
Returns instance of this object and point to the button.
button(boolean) - Static method in class com.suncode.pwfl.workflow.form.action.ActionDestination
Returns instance of this object and point to the button.
button(String, boolean) - Static method in class com.suncode.pwfl.workflow.form.action.ActionDestination
Returns instance of this object and point to the button.
button() - Static method in class com.suncode.pwfl.workflow.form.action.ActionTarget
Form button
button(String) - Static method in class com.suncode.pwfl.workflow.form.action.ActionTarget
Form button.
ButtonDestination - Class in com.suncode.pwfl.workflow.form.action
 
ButtonDestination(boolean) - Constructor for class com.suncode.pwfl.workflow.form.action.ButtonDestination
 
ButtonDestination(String, boolean) - Constructor for class com.suncode.pwfl.workflow.form.action.ButtonDestination
 
byKey(String) - Static method in enum com.suncode.pwfl.administration.configuration.DefinedSystemParameter
 

C

cache(UUID, Package) - Method in interface com.suncode.pwfl.xpdl.PackageCacheService
 
cache(UUID, Package) - Method in class com.suncode.pwfl.xpdl.PackageCacheServiceImpl
 
call(Object...) - Method in interface com.suncode.pwfl.core.function.Function
Invokes this function with given arguments.
call(Type<?>, Object...) - Method in interface com.suncode.pwfl.core.function.Function
 
call(List<Type<?>>, Object...) - Method in interface com.suncode.pwfl.core.function.Function
Invokes this function with given arguments.
call(Type<?>, List<Type<?>>, Object...) - Method in interface com.suncode.pwfl.core.function.Function
 
call() - Method in class com.suncode.pwfl.core.function.FunctionCall
Calls referenced function with provided arguments.
call(Object...) - Method in interface com.suncode.pwfl.core.function.FunctionOverride
Invokes this function override with given arguments.
call(Session) - Method in interface com.suncode.pwfl.transaction.support.TransactionWrapper.HibernateCallable
 
call(Connection) - Method in interface com.suncode.pwfl.transaction.support.TransactionWrapper.JdbcCallable
 
call(SharkTransaction) - Method in interface com.suncode.pwfl.transaction.support.TransactionWrapper.SharkCallable
 
call(String, String, String, ComponentQueryData) - Method in interface com.suncode.pwfl.workflow.form.datachooser.DataChooserCaller
Method invokes given datachooser.
call(String, String, String, DataChooserDeclaration, ComponentQueryData, Map<String, Variable>) - Method in interface com.suncode.pwfl.workflow.form.datachooser.DataChooserCaller
Method invokes given datachooser.
call(String, String, String, ComponentQueryData, Map<String, Object>) - Method in interface com.suncode.pwfl.workflow.form.datachooser.DataChooserCaller
Method invokes given datachooser.
cancelable() - Method in class com.suncode.pwfl.administration.scheduledtask.ScheduledTaskDefinitionBuilder
 
CancelationHandler - Class in com.suncode.pwfl.administration.scheduledtask.context
Holds information about task cancelation
CancelationHandler() - Constructor for class com.suncode.pwfl.administration.scheduledtask.context.CancelationHandler
 
cancelCheckOut(Long) - Method in interface com.suncode.pwfl.archive.FileService
Metoda anuluje wprowadzanie zmian do dokumentu.
canChange(String) - Static method in class com.suncode.pwfl.administration.configuration.ImmutableSystemParameters
 
canSaveGroupAcceptation() - Method in interface com.suncode.pwfl.view.ViewService
Sprawdza, czy użytkownik wywołujący metodę ma uprawnienia do zapisywania grupowej akceptacji.
CastUtils - Class in com.suncode.pwfl.util
Klasa udostępniająca metody do konwertowania obiektów
CastUtils() - Constructor for class com.suncode.pwfl.util.CastUtils
 
categories - Variable in class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
Category - Class in com.suncode.pwfl.administration.configuration
Klasa reprezentująca kategorię parametru systemowego w bazie
Category() - Constructor for class com.suncode.pwfl.administration.configuration.Category
 
Category - Interface in com.suncode.pwfl.component
Category for components.
category(Category...) - Method in class com.suncode.pwfl.component.ComponentDefinitionBuilder
Sets component categories ComponentDefinition.getCategories()
CertificateBaseException - Exception in com.suncode.pwfl.certificates.exceptions
Wyjątek bazowy dla rożnego rodzaju błędów przy operacjach zwiąanych z certyfikatami.
CertificateBaseException(String) - Constructor for exception com.suncode.pwfl.certificates.exceptions.CertificateBaseException
 
CertificateBaseException(String, Throwable) - Constructor for exception com.suncode.pwfl.certificates.exceptions.CertificateBaseException
 
CertificateScanException - Exception in com.suncode.pwfl.certificates.exceptions
 
CertificateScanException(String) - Constructor for exception com.suncode.pwfl.certificates.exceptions.CertificateScanException
 
CertificateScanException(String, Throwable) - Constructor for exception com.suncode.pwfl.certificates.exceptions.CertificateScanException
 
CertificateService - Interface in com.suncode.pwfl.certificates
Zarządza certyfikatami w systemie oraz wspomaga operacje na nich.
CertificateSourceException - Exception in com.suncode.pwfl.certificates.exceptions
 
CertificateSourceException(String) - Constructor for exception com.suncode.pwfl.certificates.exceptions.CertificateSourceException
 
CertificateSourceException(String, Throwable) - Constructor for exception com.suncode.pwfl.certificates.exceptions.CertificateSourceException
 
changeBackgroundColor(String, DivanteColor) - Method in interface com.suncode.pwfl.administration.user.UserAvatarService
Zmiana kolor tła
changeFileIndexes(Long, Map<Long, Object>) - Method in interface com.suncode.pwfl.archive.FileService
Zmienia indeksy dokumentu.
changeFileIndexes(Long, Map<Long, Object>, boolean) - Method in interface com.suncode.pwfl.archive.FileService
Zmienia indeksy dokumentu.
changeFileIndexesWithResult(Long, Map<Long, Object>, boolean) - Method in interface com.suncode.pwfl.archive.FileService
Zmienia indeksy dokumentu.
changeFileIndexesWithResult(Long, Map<Long, Object>, boolean, boolean) - Method in interface com.suncode.pwfl.archive.FileService
Zmienia indeksy dokumentu.
changeFileName(Long, String) - Method in interface com.suncode.pwfl.customfile.CustomFileService
Zmienia nazwę pliku o podanym identyfikatorze.
changeLink(Link) - Method in interface com.suncode.pwfl.archive.LinkService
Aktualizuje podany zestaw dokumentów
changeOrganizationalUnit(OrganizationalUnit) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Modyfikuje jednostkę organizacyjną
changeParameter(String, ParameterDeclaration) - Method in class com.suncode.pwfl.workflow.component.declaration.ComponentDeclaration
 
changePosition(Position) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Modyfikuje stanowisko
changeState(String, String, ActivityState) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Zmienia status zadania
changeStateIfPossible(String, String, ActivityState) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Zmienia status zadania, jeżeli obecny status można zmienić na nowy.
changeUserPassword(String, String) - Method in interface com.suncode.pwfl.administration.user.UserService
Metoda zmienia hasło użytkownikowi za pomocą szyfrowania sharkowego.
changeView(Long, ViewDto) - Method in interface com.suncode.pwfl.view.ViewService
Zmienia widok
checkAdditionalRights(String, String, String) - Method in interface com.suncode.pwfl.workflow.support.AdditionalFileRights
Metoda sprawdzająca dodatkowe uprawnienia do podglądu dokumentów.
CheckBox - Class in com.suncode.pwfl.workflow.form.field
 
CheckBox() - Constructor for class com.suncode.pwfl.workflow.form.field.CheckBox
 
checkComment(Comment) - Method in interface com.suncode.pwfl.workflow.support.CommentEvent
Metoda wywoływana przed dodaniem komentarza do bazy danych.
checkFeature(String) - Method in interface com.suncode.pwfl.license.LicenseService
Sprawdza czy system posiada licencję dla funkcjonalności featureKey
checkIn(DocumentDefinition, Long, String) - Method in interface com.suncode.pwfl.archive.FileSaver
 
checkIn(DocumentDefinition, Long, String) - Method in interface com.suncode.pwfl.archive.FileService
Metoda zapisuje nową wersję pliku, który wcześniej pobraliśmy do zmiany.
checkOut(Long, String) - Method in interface com.suncode.pwfl.archive.FileService
Metoda zmienia dane w bazie danych odnośnie pobrania dokumentu do zmiany.
CHOOSER_ELEMENT_IDS - Static variable in class com.suncode.pwfl.workflow.form.field.UserListAttributes
 
CHOOSER_ELEMENT_NAMES - Static variable in class com.suncode.pwfl.workflow.form.field.UserListAttributes
 
CipherAlgorithm - Enum in com.suncode.pwfl.archive
 
CLASS_FULL_NAME - Static variable in class com.suncode.pwfl.workflow.form.field.UserListAttributes
 
ClassLoaderTranslator - Interface in com.suncode.pwfl.translation
Extension of Translator that enables registration of translator for given class loader.
cleanAndValidConfig(ConfigurationDtoRoot) - Method in interface com.suncode.pwfl.configuration.ConfigurationExportService
 
clear(String...) - Method in class com.suncode.pwfl.administration.user.UserInfoCache
 
clearAll() - Method in class com.suncode.pwfl.administration.user.UserInfoCache
 
close() - Method in class com.suncode.pwfl.util.logging.LoggerOutputStream
 
CollatorInstance - Class in com.suncode.pwfl.util
Klasa zwracająca Collator dla języka użytkownika.
CollatorInstance() - Constructor for class com.suncode.pwfl.util.CollatorInstance
 
collectVariablesUsedInParameters() - Method in class com.suncode.pwfl.workflow.component.declaration.ComponentDeclaration
 
Column - Class in com.suncode.pwfl.xpdl.table
 
Column() - Constructor for class com.suncode.pwfl.xpdl.table.Column
 
com.plusmpm.database - package com.plusmpm.database
 
com.plusmpm.security - package com.plusmpm.security
 
com.plusmpm.util - package com.plusmpm.util
 
com.plusmpm.util.documents - package com.plusmpm.util.documents
 
com.plusmpm.util.documents.handlers - package com.plusmpm.util.documents.handlers
 
com.plusmpm.util.form.autoupdate - package com.plusmpm.util.form.autoupdate
 
com.plusmpm.util.form.datachooser - package com.plusmpm.util.form.datachooser
 
com.plusmpm.util.form.tool - package com.plusmpm.util.form.tool
 
com.plusmpm.util.scheduledTasks - package com.plusmpm.util.scheduledTasks
 
com.suncode.pwfl - package com.suncode.pwfl
 
com.suncode.pwfl.administration.archive - package com.suncode.pwfl.administration.archive
 
com.suncode.pwfl.administration.configuration - package com.suncode.pwfl.administration.configuration
 
com.suncode.pwfl.administration.configuration.exception - package com.suncode.pwfl.administration.configuration.exception
 
com.suncode.pwfl.administration.email - package com.suncode.pwfl.administration.email
 
com.suncode.pwfl.administration.email.configuration - package com.suncode.pwfl.administration.email.configuration
 
com.suncode.pwfl.administration.email.oauth - package com.suncode.pwfl.administration.email.oauth
 
com.suncode.pwfl.administration.email.oauth.client - package com.suncode.pwfl.administration.email.oauth.client
 
com.suncode.pwfl.administration.email.oauth.connection - package com.suncode.pwfl.administration.email.oauth.connection
 
com.suncode.pwfl.administration.processField - package com.suncode.pwfl.administration.processField
 
com.suncode.pwfl.administration.scheduledtask - package com.suncode.pwfl.administration.scheduledtask
 
com.suncode.pwfl.administration.scheduledtask.annotation - package com.suncode.pwfl.administration.scheduledtask.annotation
 
com.suncode.pwfl.administration.scheduledtask.context - package com.suncode.pwfl.administration.scheduledtask.context
 
com.suncode.pwfl.administration.scheduledtask.file - package com.suncode.pwfl.administration.scheduledtask.file
 
com.suncode.pwfl.administration.scheduledtask.info - package com.suncode.pwfl.administration.scheduledtask.info
 
com.suncode.pwfl.administration.scheduledtask.info.exceptions - package com.suncode.pwfl.administration.scheduledtask.info.exceptions
 
com.suncode.pwfl.administration.structure - package com.suncode.pwfl.administration.structure
Pakiet zawiera zbiór elementów umożliwiających zarządzanie stanowiskami i jednostkami organizacyjnymi.
com.suncode.pwfl.administration.structure.exception - package com.suncode.pwfl.administration.structure.exception
 
com.suncode.pwfl.administration.structure.role - package com.suncode.pwfl.administration.structure.role
 
com.suncode.pwfl.administration.substitution - package com.suncode.pwfl.administration.substitution
 
com.suncode.pwfl.administration.substitution.exception - package com.suncode.pwfl.administration.substitution.exception
 
com.suncode.pwfl.administration.user - package com.suncode.pwfl.administration.user
Pakiet zawiera zbiór elementów umożliwiających zarządzanie użytkownikami i grupami użytkowników.
com.suncode.pwfl.administration.user.exception - package com.suncode.pwfl.administration.user.exception
 
com.suncode.pwfl.administration.user.search - package com.suncode.pwfl.administration.user.search
 
com.suncode.pwfl.api - package com.suncode.pwfl.api
 
com.suncode.pwfl.archive - package com.suncode.pwfl.archive
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
com.suncode.pwfl.archive.exception - package com.suncode.pwfl.archive.exception
 
com.suncode.pwfl.archive.search - package com.suncode.pwfl.archive.search
 
com.suncode.pwfl.archive.util - package com.suncode.pwfl.archive.util
 
com.suncode.pwfl.audit - package com.suncode.pwfl.audit
 
com.suncode.pwfl.audit.builder - package com.suncode.pwfl.audit.builder
 
com.suncode.pwfl.audit.dto - package com.suncode.pwfl.audit.dto
 
com.suncode.pwfl.audit.util - package com.suncode.pwfl.audit.util
 
com.suncode.pwfl.certificates - package com.suncode.pwfl.certificates
 
com.suncode.pwfl.certificates.exceptions - package com.suncode.pwfl.certificates.exceptions
 
com.suncode.pwfl.certificates.exceptions.alias - package com.suncode.pwfl.certificates.exceptions.alias
 
com.suncode.pwfl.certificates.exceptions.keystore - package com.suncode.pwfl.certificates.exceptions.keystore
 
com.suncode.pwfl.component - package com.suncode.pwfl.component
 
com.suncode.pwfl.component.annotation - package com.suncode.pwfl.component.annotation
 
com.suncode.pwfl.component.exception - package com.suncode.pwfl.component.exception
 
com.suncode.pwfl.component.support - package com.suncode.pwfl.component.support
 
com.suncode.pwfl.configuration - package com.suncode.pwfl.configuration
 
com.suncode.pwfl.configuration.audit - package com.suncode.pwfl.configuration.audit
 
com.suncode.pwfl.configuration.dto - package com.suncode.pwfl.configuration.dto
 
com.suncode.pwfl.configuration.dto.archive - package com.suncode.pwfl.configuration.dto.archive
 
com.suncode.pwfl.configuration.dto.common.right - package com.suncode.pwfl.configuration.dto.common.right
 
com.suncode.pwfl.configuration.dto.plugins - package com.suncode.pwfl.configuration.dto.plugins
 
com.suncode.pwfl.configuration.dto.structure - package com.suncode.pwfl.configuration.dto.structure
 
com.suncode.pwfl.configuration.dto.user - package com.suncode.pwfl.configuration.dto.user
 
com.suncode.pwfl.configuration.dto.view - package com.suncode.pwfl.configuration.dto.view
 
com.suncode.pwfl.configuration.dto.workflow - package com.suncode.pwfl.configuration.dto.workflow
 
com.suncode.pwfl.configuration.dto.workflow.process - package com.suncode.pwfl.configuration.dto.workflow.process
 
com.suncode.pwfl.configuration.dto.workflow.subsitution - package com.suncode.pwfl.configuration.dto.workflow.subsitution
 
com.suncode.pwfl.configuration.plugins - package com.suncode.pwfl.configuration.plugins
 
com.suncode.pwfl.configuration.plugins.mapper - package com.suncode.pwfl.configuration.plugins.mapper
 
com.suncode.pwfl.configuration.validators - package com.suncode.pwfl.configuration.validators
 
com.suncode.pwfl.core - package com.suncode.pwfl.core
 
com.suncode.pwfl.core.context - package com.suncode.pwfl.core.context
 
com.suncode.pwfl.core.data - package com.suncode.pwfl.core.data
 
com.suncode.pwfl.core.function - package com.suncode.pwfl.core.function
 
com.suncode.pwfl.core.function.annotation - package com.suncode.pwfl.core.function.annotation
 
com.suncode.pwfl.core.type - package com.suncode.pwfl.core.type
 
com.suncode.pwfl.core.type.support - package com.suncode.pwfl.core.type.support
 
com.suncode.pwfl.customfile - package com.suncode.pwfl.customfile
 
com.suncode.pwfl.customform - package com.suncode.pwfl.customform
 
com.suncode.pwfl.database - package com.suncode.pwfl.database
 
com.suncode.pwfl.database.sequence - package com.suncode.pwfl.database.sequence
 
com.suncode.pwfl.datasource - package com.suncode.pwfl.datasource
 
com.suncode.pwfl.datasource.annotation - package com.suncode.pwfl.datasource.annotation
 
com.suncode.pwfl.datasource.cache - package com.suncode.pwfl.datasource.cache
 
com.suncode.pwfl.datasource.dao - package com.suncode.pwfl.datasource.dao
 
com.suncode.pwfl.dbconfig - package com.suncode.pwfl.dbconfig
 
com.suncode.pwfl.experimental - package com.suncode.pwfl.experimental
 
com.suncode.pwfl.filter - package com.suncode.pwfl.filter
 
com.suncode.pwfl.hook.annotation - package com.suncode.pwfl.hook.annotation
 
com.suncode.pwfl.hook.exception - package com.suncode.pwfl.hook.exception
 
com.suncode.pwfl.integration.pwe.stereotype - package com.suncode.pwfl.integration.pwe.stereotype
 
com.suncode.pwfl.license - package com.suncode.pwfl.license
 
com.suncode.pwfl.license.exceptions - package com.suncode.pwfl.license.exceptions
 
com.suncode.pwfl.persistence.support.hibernate - package com.suncode.pwfl.persistence.support.hibernate
 
com.suncode.pwfl.plugin.modules.dbconfig - package com.suncode.pwfl.plugin.modules.dbconfig
 
com.suncode.pwfl.report - package com.suncode.pwfl.report
 
com.suncode.pwfl.search - package com.suncode.pwfl.search
 
com.suncode.pwfl.search.hibernate - package com.suncode.pwfl.search.hibernate
 
com.suncode.pwfl.search.sql - package com.suncode.pwfl.search.sql
 
com.suncode.pwfl.security - package com.suncode.pwfl.security
 
com.suncode.pwfl.security.rights - package com.suncode.pwfl.security.rights
 
com.suncode.pwfl.security.saml - package com.suncode.pwfl.security.saml
 
com.suncode.pwfl.support - package com.suncode.pwfl.support
 
com.suncode.pwfl.transaction - package com.suncode.pwfl.transaction
 
com.suncode.pwfl.transaction.support - package com.suncode.pwfl.transaction.support
 
com.suncode.pwfl.translation - package com.suncode.pwfl.translation
 
com.suncode.pwfl.translation.configElements - package com.suncode.pwfl.translation.configElements
 
com.suncode.pwfl.util - package com.suncode.pwfl.util
Pakiet zawiera zbiór elementów ułatwiających wykonywanie podstawowych operacji.
com.suncode.pwfl.util.annotation - package com.suncode.pwfl.util.annotation
 
com.suncode.pwfl.util.constants - package com.suncode.pwfl.util.constants
 
com.suncode.pwfl.util.exception - package com.suncode.pwfl.util.exception
 
com.suncode.pwfl.util.io - package com.suncode.pwfl.util.io
 
com.suncode.pwfl.util.logging - package com.suncode.pwfl.util.logging
 
com.suncode.pwfl.util.style - package com.suncode.pwfl.util.style
 
com.suncode.pwfl.view - package com.suncode.pwfl.view
 
com.suncode.pwfl.view.dto - package com.suncode.pwfl.view.dto
 
com.suncode.pwfl.view.exception - package com.suncode.pwfl.view.exception
 
com.suncode.pwfl.web.support.ajax - package com.suncode.pwfl.web.support.ajax
 
com.suncode.pwfl.web.support.io - package com.suncode.pwfl.web.support.io
 
com.suncode.pwfl.web.ui - package com.suncode.pwfl.web.ui
 
com.suncode.pwfl.web.ui.skin - package com.suncode.pwfl.web.ui.skin
 
com.suncode.pwfl.web.util - package com.suncode.pwfl.web.util
 
com.suncode.pwfl.workflow - package com.suncode.pwfl.workflow
 
com.suncode.pwfl.workflow.activity - package com.suncode.pwfl.workflow.activity
Pakiet zawiera zbiór elementów umożliwiających zarządzanie zadaniami.
com.suncode.pwfl.workflow.activity.exception - package com.suncode.pwfl.workflow.activity.exception
 
com.suncode.pwfl.workflow.activity.indexer - package com.suncode.pwfl.workflow.activity.indexer
 
com.suncode.pwfl.workflow.activity.transfer - package com.suncode.pwfl.workflow.activity.transfer
 
com.suncode.pwfl.workflow.activity.util - package com.suncode.pwfl.workflow.activity.util
 
com.suncode.pwfl.workflow.application - package com.suncode.pwfl.workflow.application
 
com.suncode.pwfl.workflow.application.annotation - package com.suncode.pwfl.workflow.application.annotation
 
com.suncode.pwfl.workflow.assignment - package com.suncode.pwfl.workflow.assignment
 
com.suncode.pwfl.workflow.component - package com.suncode.pwfl.workflow.component
 
com.suncode.pwfl.workflow.component.declaration - package com.suncode.pwfl.workflow.component.declaration
 
com.suncode.pwfl.workflow.form - package com.suncode.pwfl.workflow.form
 
com.suncode.pwfl.workflow.form.action - package com.suncode.pwfl.workflow.form.action
 
com.suncode.pwfl.workflow.form.action.annotation - package com.suncode.pwfl.workflow.form.action.annotation
 
com.suncode.pwfl.workflow.form.component.annotation - package com.suncode.pwfl.workflow.form.component.annotation
 
com.suncode.pwfl.workflow.form.datachooser - package com.suncode.pwfl.workflow.form.datachooser
 
com.suncode.pwfl.workflow.form.datachooser.annotation - package com.suncode.pwfl.workflow.form.datachooser.annotation
 
com.suncode.pwfl.workflow.form.datachooser.automapping - package com.suncode.pwfl.workflow.form.datachooser.automapping
 
com.suncode.pwfl.workflow.form.datachooser.declaration - package com.suncode.pwfl.workflow.form.datachooser.declaration
 
com.suncode.pwfl.workflow.form.eventaction - package com.suncode.pwfl.workflow.form.eventaction
 
com.suncode.pwfl.workflow.form.eventaction.annotation - package com.suncode.pwfl.workflow.form.eventaction.annotation
 
com.suncode.pwfl.workflow.form.exception - package com.suncode.pwfl.workflow.form.exception
 
com.suncode.pwfl.workflow.form.field - package com.suncode.pwfl.workflow.form.field
 
com.suncode.pwfl.workflow.form.function.annotation - package com.suncode.pwfl.workflow.form.function.annotation
 
com.suncode.pwfl.workflow.form.validator - package com.suncode.pwfl.workflow.form.validator
 
com.suncode.pwfl.workflow.form.validator.annotation - package com.suncode.pwfl.workflow.form.validator.annotation
 
com.suncode.pwfl.workflow.form.validator.error - package com.suncode.pwfl.workflow.form.validator.error
 
com.suncode.pwfl.workflow.form.variablesetter - package com.suncode.pwfl.workflow.form.variablesetter
 
com.suncode.pwfl.workflow.form.variablesetter.annotation - package com.suncode.pwfl.workflow.form.variablesetter.annotation
 
com.suncode.pwfl.workflow.invocable - package com.suncode.pwfl.workflow.invocable
 
com.suncode.pwfl.workflow.process - package com.suncode.pwfl.workflow.process
Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami.
com.suncode.pwfl.workflow.process.exception - package com.suncode.pwfl.workflow.process.exception
 
com.suncode.pwfl.workflow.process.indexer - package com.suncode.pwfl.workflow.process.indexer
 
com.suncode.pwfl.workflow.process.search - package com.suncode.pwfl.workflow.process.search
 
com.suncode.pwfl.workflow.process.util - package com.suncode.pwfl.workflow.process.util
 
com.suncode.pwfl.workflow.support - package com.suncode.pwfl.workflow.support
 
com.suncode.pwfl.workflow.support.exception - package com.suncode.pwfl.workflow.support.exception
 
com.suncode.pwfl.workflow.variable - package com.suncode.pwfl.workflow.variable
 
com.suncode.pwfl.workflow.view - package com.suncode.pwfl.workflow.view
 
com.suncode.pwfl.xpdl - package com.suncode.pwfl.xpdl
 
com.suncode.pwfl.xpdl.exception - package com.suncode.pwfl.xpdl.exception
 
com.suncode.pwfl.xpdl.table - package com.suncode.pwfl.xpdl.table
 
com.suncode.pwfl.xpdl.util - package com.suncode.pwfl.xpdl.util
 
ComboValue - Class in com.suncode.pwfl.administration.configuration
Reprezentacja pojedynczej wartości parametru SystemParameter typu combobox.
ComboValue() - Constructor for class com.suncode.pwfl.administration.configuration.ComboValue
 
Comment - Class in com.suncode.pwfl.workflow.process
Przechowuje informacje o komentarzach procesu
Comment() - Constructor for class com.suncode.pwfl.workflow.process.Comment
 
CommentDao - Interface in com.suncode.pwfl.workflow.process
Umożliwia wykonywanie operacji na bazie danych dotyczących komentarzy.
CommentEvent - Interface in com.suncode.pwfl.workflow.support
Interfejs, który należy zaimplementować, jeżeli chcemy wykonać dodatkowe akcje przed dodaniem komentarza oraz po dodaniu.
CommentService - Interface in com.suncode.pwfl.workflow.process
Umożliwia zarządzanie komentarzami.
CommonDefinitionBuilder - Class in com.suncode.pwfl.workflow.invocable
Builder to create application or variable setter definition ComponentDefinition
CommonDefinitionBuilder() - Constructor for class com.suncode.pwfl.workflow.invocable.CommonDefinitionBuilder
 
CommonDefinitionBuilder(Translator) - Constructor for class com.suncode.pwfl.workflow.invocable.CommonDefinitionBuilder
 
compareTo(DocumentData) - Method in class com.plusmpm.util.DocumentData
 
ComponentAlreadyRegisteredException - Exception in com.suncode.pwfl.component.exception
 
ComponentAlreadyRegisteredException(ComponentDefinition) - Constructor for exception com.suncode.pwfl.component.exception.ComponentAlreadyRegisteredException
 
ComponentCreationException - Exception in com.suncode.pwfl.component.exception
Exception thrown if component definition could not be created.
ComponentCreationException(String) - Constructor for exception com.suncode.pwfl.component.exception.ComponentCreationException
 
ComponentCreationException(String, Throwable) - Constructor for exception com.suncode.pwfl.component.exception.ComponentCreationException
 
ComponentDeclaration - Class in com.suncode.pwfl.workflow.component.declaration
Component declaration - raw data from XPDL.
ComponentDeclaration(String) - Constructor for class com.suncode.pwfl.workflow.component.declaration.ComponentDeclaration
 
ComponentDeclaration(String, boolean) - Constructor for class com.suncode.pwfl.workflow.component.declaration.ComponentDeclaration
 
ComponentDeclaration(String, ConditionDeclaration, boolean) - Constructor for class com.suncode.pwfl.workflow.component.declaration.ComponentDeclaration
 
ComponentDefinition - Class in com.suncode.pwfl.component
Component definition.
ComponentDefinition(ComponentDefinition) - Constructor for class com.suncode.pwfl.component.ComponentDefinition
 
ComponentDefinition(String, String, LocalizedString, LocalizedString, Icon, List<Category>, List<ParameterDefinition<?>>, List<ContextVariable<?>>, LocalizedString) - Constructor for class com.suncode.pwfl.component.ComponentDefinition
 
ComponentDefinitionBuilder<T extends ComponentDefinitionBuilder<T>> - Class in com.suncode.pwfl.component
Builder to create component definition ComponentDefinition
ComponentDefinitionBuilder() - Constructor for class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
ComponentDefinitionBuilder(Translator) - Constructor for class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
ComponentDiscovery - Interface in com.suncode.pwfl.component
Interface for searching components definitions strategies.
ComponentFactory - Class in com.suncode.pwfl.util
Pozwala pobrierać klasy wspomagające różne operacje
ComponentFactory() - Constructor for class com.suncode.pwfl.util.ComponentFactory
 
ComponentFile - Interface in com.suncode.pwfl.customfile
 
ComponentNotRegisteredException - Exception in com.suncode.pwfl.component.exception
Throws when not registered component is called.
ComponentNotRegisteredException(String) - Constructor for exception com.suncode.pwfl.component.exception.ComponentNotRegisteredException
 
ComponentQueryData - Class in com.suncode.pwfl.workflow.component
Contains component query execution data.
ComponentQueryData(Pagination, String) - Constructor for class com.suncode.pwfl.workflow.component.ComponentQueryData
 
ComponentQueryData(Pagination, String, Integer) - Constructor for class com.suncode.pwfl.workflow.component.ComponentQueryData
 
ComponentQueryData(Pagination, String, Map<String, String>) - Constructor for class com.suncode.pwfl.workflow.component.ComponentQueryData
 
ComponentsFormScript - Annotation Type in com.suncode.pwfl.workflow.form.component.annotation
Annotation used on component class (class must be also marked with proper annotation (e.g.
ComponentSource - Class in com.suncode.pwfl.component
Object containing information about source of component.
ComponentSource(String, String) - Constructor for class com.suncode.pwfl.component.ComponentSource
 
compressFile(Long) - Method in interface com.suncode.pwfl.archive.FileArchiver
Kompresuje plik, aktualizując jego nazwę (*.zip), kolumnę compressed oraz size Kompresowanie następuje niezależnie od tego czy klasa dokumentu ma włączoną
Condition - Class in com.suncode.pwfl.component
Component condition.
Condition(FunctionCall) - Constructor for class com.suncode.pwfl.component.Condition
 
ConditionDeclaration - Class in com.suncode.pwfl.workflow.component.declaration
Declaration of condition - raw data from XPDL.
ConditionDeclaration(Type<?>, FunctionDeclaration) - Constructor for class com.suncode.pwfl.workflow.component.declaration.ConditionDeclaration
 
ConditionException - Exception in com.suncode.pwfl.component.exception
Exception thrown when there was a problem verifying condition.
ConditionException(Function, String) - Constructor for exception com.suncode.pwfl.component.exception.ConditionException
 
ConditionException(Function, String, Throwable) - Constructor for exception com.suncode.pwfl.component.exception.ConditionException
 
ConditionException(FunctionOverride, String, Throwable) - Constructor for exception com.suncode.pwfl.component.exception.ConditionException
 
ConfigurationDtoArchiveContainer - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoArchiveContainer() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoArchiveContainer
 
ConfigurationDtoConfigObject - Class in com.suncode.pwfl.configuration.dto
 
ConfigurationDtoConfigObject(String) - Constructor for class com.suncode.pwfl.configuration.dto.ConfigurationDtoConfigObject
 
ConfigurationDtoConfigObjectMetadata - Class in com.suncode.pwfl.configuration.dto
 
ConfigurationDtoConfigObjectMetadata() - Constructor for class com.suncode.pwfl.configuration.dto.ConfigurationDtoConfigObjectMetadata
 
ConfigurationDtoContainer<T extends ConfigurationDtoConfigObject> - Class in com.suncode.pwfl.configuration.dto
 
ConfigurationDtoContainer() - Constructor for class com.suncode.pwfl.configuration.dto.ConfigurationDtoContainer
 
ConfigurationDtoDevice - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDevice(String) - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDevice
 
ConfigurationDtoDevicesContainer - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDevicesContainer() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDevicesContainer
 
ConfigurationDtoDirectoriesContainer - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDirectoriesContainer() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDirectoriesContainer
 
ConfigurationDtoDirectory - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDirectory(String) - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDirectory
 
ConfigurationDtoDocumentClass - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDocumentClass(String) - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDocumentClass
 
ConfigurationDtoDocumentClassAction - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDocumentClassAction(String) - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDocumentClassAction
 
ConfigurationDtoDocumentClassActionsContainer - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDocumentClassActionsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDocumentClassActionsContainer
 
ConfigurationDtoDocumentClassConditionProtection - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDocumentClassConditionProtection() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDocumentClassConditionProtection
 
ConfigurationDtoDocumentClassConditionProtectionConnection - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDocumentClassConditionProtectionConnection() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDocumentClassConditionProtectionConnection
 
ConfigurationDtoDocumentClassConditionProtectionConnectionsContainer - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDocumentClassConditionProtectionConnectionsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDocumentClassConditionProtectionConnectionsContainer
 
ConfigurationDtoDocumentClassConditionProtectionsContainer - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDocumentClassConditionProtectionsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDocumentClassConditionProtectionsContainer
 
ConfigurationDtoDocumentClassesContainer - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDocumentClassesContainer() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDocumentClassesContainer
 
ConfigurationDtoDocumentClassIndex - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDocumentClassIndex(Long, String) - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDocumentClassIndex
 
ConfigurationDtoDocumentClassIndexesContainer - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDocumentClassIndexesContainer() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDocumentClassIndexesContainer
 
ConfigurationDtoDocumentClassIndexPattern - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDocumentClassIndexPattern() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDocumentClassIndexPattern
 
ConfigurationDtoDocumentClassIndexPatternsContainer - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoDocumentClassIndexPatternsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDocumentClassIndexPatternsContainer
 
ConfigurationDtoDocumentView - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoDocumentView(String) - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoDocumentView
 
ConfigurationDtoDocumentViewsContainer - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoDocumentViewsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoDocumentViewsContainer
 
ConfigurationDtoDomain - Class in com.suncode.pwfl.configuration.dto.user
 
ConfigurationDtoDomain(String) - Constructor for class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoDomain
 
ConfigurationDtoDomainsContainer - Class in com.suncode.pwfl.configuration.dto.user
 
ConfigurationDtoDomainsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoDomainsContainer
 
ConfigurationDtoEditableProperty - Class in com.suncode.pwfl.configuration.dto
 
ConfigurationDtoEditableProperty(String) - Constructor for class com.suncode.pwfl.configuration.dto.ConfigurationDtoEditableProperty
 
ConfigurationDtoGroup - Class in com.suncode.pwfl.configuration.dto.user
 
ConfigurationDtoGroup(String) - Constructor for class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoGroup
 
ConfigurationDtoGroupsContainer - Class in com.suncode.pwfl.configuration.dto.user
 
ConfigurationDtoGroupsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoGroupsContainer
 
ConfigurationDtoLink - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoLink(String) - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoLink
 
ConfigurationDtoLinkConnection - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoLinkConnection(String, String, String) - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoLinkConnection
 
ConfigurationDtoLinkConnectionsContainer - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoLinkConnectionsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoLinkConnectionsContainer
 
ConfigurationDtoLinkIndex - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoLinkIndex(String) - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoLinkIndex
 
ConfigurationDtoLinkIndexesContainer - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoLinkIndexesContainer() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoLinkIndexesContainer
 
ConfigurationDtoLinksContainer - Class in com.suncode.pwfl.configuration.dto.archive
 
ConfigurationDtoLinksContainer() - Constructor for class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoLinksContainer
 
ConfigurationDtoOrgUnit - Class in com.suncode.pwfl.configuration.dto.structure
 
ConfigurationDtoOrgUnit(String, String) - Constructor for class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoOrgUnit
 
ConfigurationDtoOrgUnitsContainer - Class in com.suncode.pwfl.configuration.dto.structure
 
ConfigurationDtoOrgUnitsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoOrgUnitsContainer
 
ConfigurationDtoPosition - Class in com.suncode.pwfl.configuration.dto.structure
 
ConfigurationDtoPosition(String, String) - Constructor for class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoPosition
 
ConfigurationDtoPositionsContainer - Class in com.suncode.pwfl.configuration.dto.structure
 
ConfigurationDtoPositionsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoPositionsContainer
 
ConfigurationDtoProcess - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcess(String) - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcess
 
ConfigurationDtoProcessDocumentClassesContainer - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcessDocumentClassesContainer() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcessDocumentClassesContainer
 
ConfigurationDtoProcessDocumentTemplate - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcessDocumentTemplate(String) - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcessDocumentTemplate
 
ConfigurationDtoProcessDocumentTemplatesContainer - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcessDocumentTemplatesContainer() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcessDocumentTemplatesContainer
 
ConfigurationDtoProcessesContainer - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcessesContainer() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcessesContainer
 
ConfigurationDtoProcessNotification - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcessNotification(String) - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcessNotification
 
ConfigurationDtoProcessNotificationActivitiesContainer - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcessNotificationActivitiesContainer() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcessNotificationActivitiesContainer
 
ConfigurationDtoProcessNotificationActivity - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcessNotificationActivity() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcessNotificationActivity
 
ConfigurationDtoProcessNotificationRecipient - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcessNotificationRecipient() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcessNotificationRecipient
 
ConfigurationDtoProcessNotificationRecipientsContainer - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcessNotificationRecipientsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcessNotificationRecipientsContainer
 
ConfigurationDtoProcessNotificationsContainer - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcessNotificationsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcessNotificationsContainer
 
ConfigurationDtoProcessReplacement - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcessReplacement(String, String) - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcessReplacement
 
ConfigurationDtoProcessReplacementsContainer - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcessReplacementsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcessReplacementsContainer
 
ConfigurationDtoProcessSetting - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcessSetting() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcessSetting
 
ConfigurationDtoProcessSettingsContainer - Class in com.suncode.pwfl.configuration.dto.workflow.process
 
ConfigurationDtoProcessSettingsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcessSettingsContainer
 
ConfigurationDtoRight - Class in com.suncode.pwfl.configuration.dto.common.right
 
ConfigurationDtoRight() - Constructor for class com.suncode.pwfl.configuration.dto.common.right.ConfigurationDtoRight
 
ConfigurationDtoRightsContainer - Class in com.suncode.pwfl.configuration.dto.common.right
 
ConfigurationDtoRightsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.common.right.ConfigurationDtoRightsContainer
 
ConfigurationDtoRole - Class in com.suncode.pwfl.configuration.dto.structure
 
ConfigurationDtoRole(String) - Constructor for class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoRole
 
ConfigurationDtoRolesContainer - Class in com.suncode.pwfl.configuration.dto.structure
 
ConfigurationDtoRolesContainer() - Constructor for class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoRolesContainer
 
ConfigurationDtoRoot - Class in com.suncode.pwfl.configuration.dto
 
ConfigurationDtoRoot() - Constructor for class com.suncode.pwfl.configuration.dto.ConfigurationDtoRoot
 
ConfigurationDtoStructureContainer - Class in com.suncode.pwfl.configuration.dto.structure
 
ConfigurationDtoStructureContainer() - Constructor for class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoStructureContainer
 
ConfigurationDtoSubstitution - Class in com.suncode.pwfl.configuration.dto.workflow.subsitution
 
ConfigurationDtoSubstitution() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.subsitution.ConfigurationDtoSubstitution
 
ConfigurationDtoSubstitutionsContainer - Class in com.suncode.pwfl.configuration.dto.workflow.subsitution
 
ConfigurationDtoSubstitutionsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.subsitution.ConfigurationDtoSubstitutionsContainer
 
ConfigurationDtoSystemRoot - Interface in com.suncode.pwfl.configuration.dto
 
ConfigurationDtoUser - Class in com.suncode.pwfl.configuration.dto.user
 
ConfigurationDtoUser(String) - Constructor for class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoUser
 
ConfigurationDtoUsersContainer - Class in com.suncode.pwfl.configuration.dto.user
 
ConfigurationDtoUsersContainer() - Constructor for class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoUsersContainer
 
ConfigurationDtoUserSetting - Class in com.suncode.pwfl.configuration.dto.user
 
ConfigurationDtoUserSetting() - Constructor for class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoUserSetting
 
ConfigurationDtoUserSettingsContainer - Class in com.suncode.pwfl.configuration.dto.user
 
ConfigurationDtoUserSettingsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoUserSettingsContainer
 
ConfigurationDtoView - Class in com.suncode.pwfl.configuration.dto.view
 
ConfigurationDtoView(String, ViewAccessLevel, String) - Constructor for class com.suncode.pwfl.configuration.dto.view.ConfigurationDtoView
 
ConfigurationDtoViewProtection - Class in com.suncode.pwfl.configuration.dto.view
 
ConfigurationDtoViewProtection() - Constructor for class com.suncode.pwfl.configuration.dto.view.ConfigurationDtoViewProtection
 
ConfigurationDtoViewProtectionsContainer - Class in com.suncode.pwfl.configuration.dto.view
 
ConfigurationDtoViewProtectionsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.view.ConfigurationDtoViewProtectionsContainer
 
ConfigurationDtoViewsContainer - Class in com.suncode.pwfl.configuration.dto.view
 
ConfigurationDtoViewsContainer() - Constructor for class com.suncode.pwfl.configuration.dto.view.ConfigurationDtoViewsContainer
 
ConfigurationDtoViewsPrivateContainer - Class in com.suncode.pwfl.configuration.dto.view
 
ConfigurationDtoViewsPrivateContainer() - Constructor for class com.suncode.pwfl.configuration.dto.view.ConfigurationDtoViewsPrivateContainer
 
ConfigurationDtoViewsPublicContainer - Class in com.suncode.pwfl.configuration.dto.view
 
ConfigurationDtoViewsPublicContainer() - Constructor for class com.suncode.pwfl.configuration.dto.view.ConfigurationDtoViewsPublicContainer
 
ConfigurationDtoViewVariable - Class in com.suncode.pwfl.configuration.dto.view
 
ConfigurationDtoViewVariable() - Constructor for class com.suncode.pwfl.configuration.dto.view.ConfigurationDtoViewVariable
 
ConfigurationDtoViewVariableDistinguish - Class in com.suncode.pwfl.configuration.dto.view
 
ConfigurationDtoViewVariableDistinguish() - Constructor for class com.suncode.pwfl.configuration.dto.view.ConfigurationDtoViewVariableDistinguish
 
ConfigurationDtoViewVariablesContainer - Class in com.suncode.pwfl.configuration.dto.view
 
ConfigurationDtoViewVariablesContainer() - Constructor for class com.suncode.pwfl.configuration.dto.view.ConfigurationDtoViewVariablesContainer
 
ConfigurationDtoViewVariablesDistinguishContainer - Class in com.suncode.pwfl.configuration.dto.view
 
ConfigurationDtoViewVariablesDistinguishContainer() - Constructor for class com.suncode.pwfl.configuration.dto.view.ConfigurationDtoViewVariablesDistinguishContainer
 
ConfigurationDtoWorkflowContainer - Class in com.suncode.pwfl.configuration.dto.workflow
 
ConfigurationDtoWorkflowContainer() - Constructor for class com.suncode.pwfl.configuration.dto.workflow.ConfigurationDtoWorkflowContainer
 
ConfigurationElementTransferValidatorResult - Class in com.suncode.pwfl.configuration.validators
 
ConfigurationExportService - Interface in com.suncode.pwfl.configuration
 
ConfigurationImportService - Interface in com.suncode.pwfl.configuration
 
ConfigurationTransferAudit - Class in com.suncode.pwfl.configuration.audit
 
ConfigurationTransferAudit() - Constructor for class com.suncode.pwfl.configuration.audit.ConfigurationTransferAudit
 
ConfigurationTransferAudit.ElementType - Enum in com.suncode.pwfl.configuration.audit
 
ConfigurationTransferValidationErrorType - Enum in com.suncode.pwfl.configuration.validators
 
Confirmation - Class in com.suncode.pwfl.workflow.form.validator.error
 
Confirmation(String, String) - Constructor for class com.suncode.pwfl.workflow.form.validator.error.Confirmation
 
Confirmation(String, String, String, List<Object>) - Constructor for class com.suncode.pwfl.workflow.form.validator.error.Confirmation
 
confirmCreateSubstitution(String, Substitution) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionHook
Metoda wywoływana przed dodaniem zastępstwa do systemu.
confirmCreateSubstitution(String, Substitution) - Method in class com.suncode.pwfl.administration.substitution.SubstitutionHookAdapter
 
ConnectionRefreshException - Exception in com.suncode.pwfl.administration.email.oauth.connection
 
ConnectionRefreshException(Throwable) - Constructor for exception com.suncode.pwfl.administration.email.oauth.connection.ConnectionRefreshException
 
consumeEntries(BiConsumer<K, V>) - Static method in class com.suncode.pwfl.util.Maps
 
Context - Interface in com.suncode.pwfl.core.context
Context.
ContextHolder<T extends Context> - Class in com.suncode.pwfl.core.context
Context holder.
ContextHolder(String) - Constructor for class com.suncode.pwfl.core.context.ContextHolder
 
ContextHolder(String, boolean) - Constructor for class com.suncode.pwfl.core.context.ContextHolder
 
ContextNotActiveException - Exception in com.suncode.pwfl.core.context
Exception thrown when user is trying to access not active context.
ContextNotActiveException(String) - Constructor for exception com.suncode.pwfl.core.context.ContextNotActiveException
 
contextVariable() - Method in class com.suncode.pwfl.component.ComponentDefinitionBuilder
Starts building context variable with ContextVariableBuilder
contextVariable(ContextVariable<?>) - Method in class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
ContextVariable<T> - Class in com.suncode.pwfl.workflow.component
Context variable used within components to enable functional-like style of components.
ContextVariable(String, LocalizedString, LocalizedString, Type<T>, boolean) - Constructor for class com.suncode.pwfl.workflow.component.ContextVariable
 
ContextVariableBuilder<T extends ComponentDefinitionBuilder<T>> - Class in com.suncode.pwfl.component
Builder to create component context variables ContextVariable
ContextVariableBuilder(ComponentDefinitionBuilder<T>) - Constructor for class com.suncode.pwfl.component.ContextVariableBuilder
 
contextVariables - Variable in class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
ContextVariables - Class in com.suncode.pwfl.workflow.component
Contains informations about ContextVariable's available in this component.
ContextVariables(ComponentDefinition) - Constructor for class com.suncode.pwfl.workflow.component.ContextVariables
 
ContextVariables(List<ContextVariable<?>>) - Constructor for class com.suncode.pwfl.workflow.component.ContextVariables
 
ControllerForm - Class in com.suncode.pwfl.customform
KROTKI OPIS...
ControllerForm() - Constructor for class com.suncode.pwfl.customform.ControllerForm
 
ControllerParameters - Class in com.suncode.pwfl.customform
KROTKI OPIS...
ControllerParameters() - Constructor for class com.suncode.pwfl.customform.ControllerParameters
 
ControllerResult - Class in com.suncode.pwfl.customform
KROTKI OPIS...
ControllerResult() - Constructor for class com.suncode.pwfl.customform.ControllerResult
 
ControllerResult(boolean) - Constructor for class com.suncode.pwfl.customform.ControllerResult
 
ControllerResult(boolean, String) - Constructor for class com.suncode.pwfl.customform.ControllerResult
 
convert(String) - Method in class com.suncode.pwfl.core.type.ArrayType
 
convert(String) - Method in class com.suncode.pwfl.core.type.BooleanType
 
convert(String) - Method in class com.suncode.pwfl.core.type.DateTimeType
 
convert(String) - Method in class com.suncode.pwfl.core.type.DateType
 
convert(String) - Method in class com.suncode.pwfl.core.type.FileType
 
convert(String) - Method in class com.suncode.pwfl.core.type.FloatType
 
convert(String) - Method in class com.suncode.pwfl.core.type.FunctionType
 
convert(String) - Method in class com.suncode.pwfl.core.type.IntegerType
 
convert(String) - Method in class com.suncode.pwfl.core.type.StringType
 
convert(String) - Method in class com.suncode.pwfl.core.type.TableStoreType
 
convert(String) - Method in interface com.suncode.pwfl.core.type.Type
Returns string value converted to Object of this type
convert(String) - Method in class com.suncode.pwfl.core.type.TypeBase
 
convert(String) - Method in class com.suncode.pwfl.core.type.VariableType
 
converter(Class<S>, TypeBase.Convert<S, T>) - Method in class com.suncode.pwfl.core.type.TypeBase
 
convertFromJsonString(String) - Method in class com.suncode.pwfl.core.type.support.JsonTypeBase
 
convertIndexIds(Map<Long, Object>, long) - Method in interface com.suncode.pwfl.archive.FileService
Zmienia klucze mapy będące id indeksów na nazwy indeksów
convertIndexNames(Map<String, Object>, long) - Method in interface com.suncode.pwfl.archive.FileService
Zmienia klucze mapy będące nazwami indeksów na id indeksów
convertIndexTypes(Map<Long, Object>, long) - Method in interface com.suncode.pwfl.archive.FileService
Konwertuje wartości indeksów na odpowiednie typy zgodne z definicją indeksu.
convertIndexTypes(Map<Long, Object>, long, boolean) - Method in interface com.suncode.pwfl.archive.FileService
Konwertuje wartości indeksów na odpowiednie typy zgodne z definicją indeksu.
convertToDelegation(Substitution) - Static method in class com.plusmpm.database.UserDelegationsTable
 
convertToDto(List<Map<String, Object>>) - Static method in class com.suncode.pwfl.workflow.assignment.UserAssignmentDto
 
convertToDto(Map<String, Object>) - Static method in class com.suncode.pwfl.workflow.assignment.UserAssignmentDto
 
convertToJsonString(T) - Method in class com.suncode.pwfl.core.type.support.JsonTypeBase
 
convertToMap(List<UserAssignmentDto>) - Static method in class com.suncode.pwfl.workflow.assignment.UserAssignmentDto
 
convertToSubstitution() - Method in class com.plusmpm.database.UserDelegationsTable
 
CouldNotTransferOtherActivitiesException - Exception in com.suncode.pwfl.util.exception
 
CouldNotTransferOtherActivitiesException() - Constructor for exception com.suncode.pwfl.util.exception.CouldNotTransferOtherActivitiesException
 
CouldNotTransferOtherActivitiesException(String, Throwable) - Constructor for exception com.suncode.pwfl.util.exception.CouldNotTransferOtherActivitiesException
 
CouldNotTransferOtherActivitiesException(String) - Constructor for exception com.suncode.pwfl.util.exception.CouldNotTransferOtherActivitiesException
 
count(DetachedCriteria) - Method in interface com.suncode.pwfl.support.BaseFinder
Wykonuje zapytanie zliczające liczbę wierszy.
count(DetachedCriteria) - Method in class com.suncode.pwfl.util.BaseFinderImpl
 
count(SQLBuilder) - Method in interface com.suncode.pwfl.util.QueryExecutor
Wykonuje zapytanie zliczające
countAll() - Method in interface com.suncode.pwfl.support.BaseDao
Zlicza ilość wszystkich rekordów
countAll() - Method in interface com.suncode.pwfl.support.BaseFinder
 
countAll() - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
countAll() - Method in class com.suncode.pwfl.util.BaseFinderImpl
 
countByCriteria(DetachedCriteria) - Method in interface com.suncode.pwfl.support.BaseDao
Zlicza ilość rekordów pasujących do podanych kryteriów
countByCriteria(DetachedCriteria) - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
CountedResult<T> - Class in com.suncode.pwfl.search
Klasa służąca do przechowywania danych wraz z ich ilościa.
CountedResult() - Constructor for class com.suncode.pwfl.search.CountedResult
 
create(SystemParameter) - Method in interface com.suncode.pwfl.administration.configuration.SystemParameterService
Umożliwia stworzenie nowego parametru systemowego
create() - Method in class com.suncode.pwfl.administration.scheduledtask.ScheduledTaskDefinitionBuilder
 
create(String) - Static method in class com.suncode.pwfl.administration.user.Deactivation
Metoda tworzy obiekt Deactivation.
create(String, List<DeactivationProcess>) - Static method in class com.suncode.pwfl.administration.user.Deactivation
 
create() - Method in class com.suncode.pwfl.component.ComponentDefinitionBuilder
Builds ComponentDefinition with given information.
create() - Method in class com.suncode.pwfl.component.ContextVariableBuilder
Builds ContextVariable with given information.
create() - Method in class com.suncode.pwfl.component.DtButtonDefinitionBuilder
 
create() - Method in class com.suncode.pwfl.component.ParameterDefinitionBuilder
Builds ParameterDefinition with given information.
create() - Method in class com.suncode.pwfl.datasource.DataSourceDefinitionBuilder
 
create(Sorter, Integer, Integer) - Static method in class com.suncode.pwfl.search.Pagination
Tworzy obiekt pagination.
create() - Method in class com.suncode.pwfl.workflow.application.ApplicationDefinitionBuilder
 
create() - Method in class com.suncode.pwfl.workflow.form.action.ActionDefinitionBuilder
Builds ActionDefinition with given information.
create() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserDefinitionBuilder
 
create() - Method in class com.suncode.pwfl.workflow.form.datachooser.MappingDefinitionBuilder
Builds ParameterDefinition with given information.
create() - Method in class com.suncode.pwfl.workflow.form.eventaction.EventActionDefinitionBuilder
 
create() - Method in class com.suncode.pwfl.workflow.form.validator.ValidatorDefinitionBuilder
 
create() - Method in class com.suncode.pwfl.workflow.form.variablesetter.VariableSetterDefinitionBuilder
 
create() - Method in class com.suncode.pwfl.workflow.invocable.CommonDefinitionBuilder
 
createActivityRedirection(ActivityRedirection) - Method in interface com.suncode.pwfl.workflow.activity.ActivityRedirectionService
Tworzy przekierowanie dla zadania
createAvatar(String) - Method in interface com.suncode.pwfl.administration.user.UserAvatarService
Tworzy avatary dla użytkownika i przypisuje losowy kolor tła
createComment(Comment) - Method in interface com.suncode.pwfl.workflow.process.CommentService
Tworzy komentarz z wywołaniem eventów
createComment(Comment, boolean) - Method in interface com.suncode.pwfl.workflow.process.CommentService
Tworzy komentarz
createDevice(Device) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Zapisuje urządzenie w bazie danych
createDirectory(Directory) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Zapisuje katalog w bazie danych
createDocClassTable(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassDao
Tworzy tabele przechowującą indeksy dla dokumentów w konkretnej klasie.
createDocumentClass(DocumentClass) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Zapisuje klasa dokumentów w bazie danych.
createDocumentClassAssociation(DocumentClassAssociation) - Method in interface com.suncode.pwfl.archive.DocumentClassAssociationService
Zapisuje powiązanie między klasami dokumentów w bazie danych.
createDocumentClassProtection(DocumentClassProtection) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Zapisuje dodatkowe ustawienia dla danego uprawnienia w bazie danych.
createDocumentProtection(DocumentProtection) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Zapisuje uprawnienia w bazie danych
createGroup(UserGroup) - Method in interface com.suncode.pwfl.administration.user.UserService
Zapisuje grupę w bazie danych
createInstance(Class<T>) - Method in class com.suncode.pwfl.component.support.BeanInstanceFactory
 
createInstance(Class<T>) - Method in class com.suncode.pwfl.component.support.DefaultInstanceFactory
 
createInstance(Class<T>) - Method in interface com.suncode.pwfl.component.support.InstanceFactory
Creates new instance of given class.
createMimeMessage(String[], String[], String[], String, String, String[], String[], boolean) - Method in interface com.suncode.pwfl.administration.email.EmailClient
Deprecated.
 
createNewFile(String) - Method in interface com.suncode.pwfl.customfile.CustomFileService
Tworzy nowy plik o podanej nazwie.
createOrganizationalUnit(OrganizationalUnit) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Tworzy nową jednostkę organizacyjną
createPosition(Position) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Tworzy nowe stanowisko
createProcess(ProcessBuilderDefinition) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Tworzy nowy proces o podanych parametrach
CreateProcessResult - Class in com.suncode.pwfl.workflow.process.util
Klasa przechowująca wynik metody tworzącej proces
CreateProcessResult(String) - Constructor for class com.suncode.pwfl.workflow.process.util.CreateProcessResult
 
createProcessWithResult(ProcessBuilderDefinition) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Tworzy nowy proces o podanych parametrach
createQuery(String) - Method in interface com.suncode.pwfl.util.QueryExecutor
Tworzy obiekt zapytania HQL
createSequence(String, int, int) - Method in interface com.suncode.pwfl.database.sequence.SequenceService
Tworzy sekwencję
createSQLQuery(String) - Method in interface com.suncode.pwfl.util.QueryExecutor
Tworzy obiekt zapytania SQL
createSQLQuery(SQLBuilder) - Method in interface com.suncode.pwfl.util.QueryExecutor
Tworzy obiekt zapytania SQL
createSQLQuery(SQLBuilder, Integer, Integer) - Method in interface com.suncode.pwfl.util.QueryExecutor
Tworzy obiekt zapytania SQL z ograniczeniami
createSubstitution(Substitution) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Deprecated.
createUser(User, String) - Method in interface com.suncode.pwfl.administration.user.UserService
Dodaje użytkownika do systemu
createUser(User, List<Long>, List<Long>) - Method in interface com.suncode.pwfl.administration.user.UserService
Dodaje użytkownika do systemu
current() - Static method in class com.suncode.pwfl.administration.scheduledtask.context.ScheduledTaskContext
Returns current context
current() - Static method in class com.suncode.pwfl.administration.user.UserContext
Returns current user context.
current() - Method in class com.suncode.pwfl.core.context.ContextHolder
Returns current context from top of stack.
current() - Static method in class com.suncode.pwfl.core.function.FunctionContext
Returns current function context.
current() - Static method in class com.suncode.pwfl.datasource.DataSourceContext
Returns current data source context
current() - Static method in class com.suncode.pwfl.workflow.AcceptanceContext
Returns current acceptance context;
current() - Static method in class com.suncode.pwfl.workflow.application.ApplicationContext
Returns current application context
current() - Static method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
Returns current validation context;
current() - Static method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
Returns current validation context;
currentRepositoryTransaction() - Static method in class com.suncode.pwfl.transaction.support.SharkTransactionUtils
currentSharkTransaction() - Static method in class com.suncode.pwfl.transaction.support.SharkTransactionUtils
currentUserTransaction() - Static method in class com.suncode.pwfl.transaction.support.SharkTransactionUtils
CUSTOM_KEYS_KEYS - Static variable in class com.suncode.pwfl.workflow.form.field.UserListAttributes
 
CustomFile - Interface in com.suncode.pwfl.customfile
 
CustomFileService - Interface in com.suncode.pwfl.customfile
 
CustomKeys - Class in com.plusmpm.util.form.datachooser
KROTKI OPIS...
CustomKeys() - Constructor for class com.plusmpm.util.form.datachooser.CustomKeys
 
CustomService<T,PK> - Class in com.suncode.pwfl.support
Klasa umożliwia w łatwy sposób wykonywanie operacji bazodanowych na obiekcie zmapowanym za pomocą Hibernate
CustomService(Class<T>) - Constructor for class com.suncode.pwfl.support.CustomService
 
customServletUrlRegex - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 

D

dao - Variable in class com.suncode.pwfl.util.BaseFinderImpl
 
DATA_METHOD_NAME - Static variable in class com.suncode.pwfl.workflow.form.datachooser.DataChooser
 
DATA_SOURCE_METHOD_NAME - Static variable in class com.suncode.pwfl.datasource.InvocableDataSource
 
DatabaseConnectionConfig - Class in com.suncode.pwfl.plugin.modules.dbconfig
 
DatabaseConnectionConfig() - Constructor for class com.suncode.pwfl.plugin.modules.dbconfig.DatabaseConnectionConfig
 
DatabaseConnectionConfigEntry - Class in com.suncode.pwfl.dbconfig
 
DatabaseConnectionConfigEntry() - Constructor for class com.suncode.pwfl.dbconfig.DatabaseConnectionConfigEntry
 
DatabaseConnectionConfigProvider - Interface in com.suncode.pwfl.plugin.modules.dbconfig
 
DatabaseConnectionConfigService - Interface in com.suncode.pwfl.dbconfig
 
DataChooser - Interface in com.plusmpm.util.form.datachooser
Interfejs definiujacy metody, ktore klasa musi implementowac, jezeli ma byc uzwana jako zrodlo danych dla dynamicznego wybieracza wartosci.
DataChooser - Annotation Type in com.suncode.pwfl.workflow.form.datachooser.annotation
Marks a datachooser class.
DataChooser - Class in com.suncode.pwfl.workflow.form.datachooser
DataChooser.
DataChooser(DataChooserDefinition, Method, Object) - Constructor for class com.suncode.pwfl.workflow.form.datachooser.DataChooser
 
DataChooser - Class in com.suncode.pwfl.workflow.form.field
 
DataChooser() - Constructor for class com.suncode.pwfl.workflow.form.field.DataChooser
 
DataChooser(String, String, ProcessDefinition, I18Nxpdl) - Constructor for class com.suncode.pwfl.workflow.form.field.DataChooser
 
DataChooser(DataChooserDeclaration, String, String, String, ProcessDefinition, I18Nxpdl) - Constructor for class com.suncode.pwfl.workflow.form.field.DataChooser
 
DataChooserCaller - Interface in com.suncode.pwfl.workflow.form.datachooser
 
DataChooserContext - Class in com.suncode.pwfl.workflow.form.datachooser
DataChooser Context.
DataChooserContext(String, String, ComponentQueryData, DataChooserResult, Collection<MappingDeclaration>) - Constructor for class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
 
DataChooserDeclaration - Class in com.suncode.pwfl.workflow.form.datachooser.declaration
 
DataChooserDeclaration(String) - Constructor for class com.suncode.pwfl.workflow.form.datachooser.declaration.DataChooserDeclaration
 
DataChooserDefinition - Class in com.suncode.pwfl.workflow.form.datachooser
Datachooser definition.
DataChooserDefinition(String, String, LocalizedString, LocalizedString, Icon, List<Category>, List<ParameterDefinition<?>>, List<Mapping>, boolean, List<ContextVariable<?>>, LocalizedString) - Constructor for class com.suncode.pwfl.workflow.form.datachooser.DataChooserDefinition
 
DataChooserDefinitionBuilder - Class in com.suncode.pwfl.workflow.form.datachooser
Builder to create datachooser definition ComponentDefinition
DataChooserDefinitionBuilder() - Constructor for class com.suncode.pwfl.workflow.form.datachooser.DataChooserDefinitionBuilder
 
DataChooserDefinitionBuilder(Translator) - Constructor for class com.suncode.pwfl.workflow.form.datachooser.DataChooserDefinitionBuilder
 
DataChooserResult - Class in com.suncode.pwfl.workflow.form.datachooser
Result of datachooser.
DataChooserResult(Pagination) - Constructor for class com.suncode.pwfl.workflow.form.datachooser.DataChooserResult
 
DataChooserResult.Row - Class in com.suncode.pwfl.workflow.form.datachooser
 
DataSource - Class in com.plusmpm.util.form.autoupdate
KROTKI OPIS...
DataSource() - Constructor for class com.plusmpm.util.form.autoupdate.DataSource
 
DataSource - Annotation Type in com.suncode.pwfl.datasource.annotation
Marks a data source class.
DataSourceContext - Class in com.suncode.pwfl.datasource
 
DataSourceContext() - Constructor for class com.suncode.pwfl.datasource.DataSourceContext
 
DataSourceDeclaration - Class in com.suncode.pwfl.datasource.dao
 
DataSourceDeclaration(String, String, String, String, Map<String, ParameterDeclaration>, DataSourceOperation, String, Boolean, Long) - Constructor for class com.suncode.pwfl.datasource.dao.DataSourceDeclaration
 
DataSourceDeclarationDao - Interface in com.suncode.pwfl.datasource.dao
 
DataSourceDefinition - Class in com.suncode.pwfl.datasource
 
DataSourceDefinition(String, String, LocalizedString, LocalizedString, Icon, List<Category>, List<ParameterDefinition<?>>, Set<DataSourceOperation>, LocalizedString, Boolean) - Constructor for class com.suncode.pwfl.datasource.DataSourceDefinition
 
DataSourceDefinitionBuilder - Class in com.suncode.pwfl.datasource
 
DataSourceDefinitionBuilder(Translator) - Constructor for class com.suncode.pwfl.datasource.DataSourceDefinitionBuilder
 
DataSourceExecutionConfig - Class in com.suncode.pwfl.datasource.cache
 
DataSourceExecutionConfig() - Constructor for class com.suncode.pwfl.datasource.cache.DataSourceExecutionConfig
 
DataSourceExecutionMethod - Enum in com.suncode.pwfl.datasource.cache
 
DataSourceFactory - Class in com.suncode.pwfl.database
Klasa udostępniająca systemowy data source.
DataSourceFactory() - Constructor for class com.suncode.pwfl.database.DataSourceFactory
 
DataSourceInjectScript - Annotation Type in com.suncode.pwfl.datasource.annotation
 
DataSourceInstance - Interface in com.suncode.pwfl.datasource
Instance for data sources.
DataSourceOperation - Enum in com.suncode.pwfl.datasource
 
DataSourceParameter - Class in com.suncode.pwfl.datasource
 
DataSourceParameter(String, String) - Constructor for class com.suncode.pwfl.datasource.DataSourceParameter
 
DataSourceScript - Annotation Type in com.suncode.pwfl.datasource.annotation
Annotation used on data source class (class must be also marked with DataSource annotation) will cause injection of given script with dynamic form implementation.
DataSourceService - Interface in com.suncode.pwfl.datasource
 
DataSourceValidateException - Exception in com.suncode.pwfl.datasource
 
DataSourceValidateException(String) - Constructor for exception com.suncode.pwfl.datasource.DataSourceValidateException
 
DataSourceValidator - Interface in com.suncode.pwfl.datasource
 
DATE - Static variable in class com.suncode.pwfl.core.type.Types
Date type.
DATE_ARRAY - Static variable in class com.suncode.pwfl.core.type.Types
Array of Types.DATE
DATE_FORMAT - Static variable in class com.suncode.pwfl.util.constants.DateConstants
 
DATE_TIME_FORMAT - Static variable in class com.suncode.pwfl.util.constants.DateConstants
 
DATE_TIME_FORMATTER - Static variable in class com.suncode.pwfl.configuration.dto.ConfigurationDtoRoot
 
DATE_TIME_SHORT_FORMAT - Static variable in class com.suncode.pwfl.util.constants.DateConstants
 
DateConstants - Class in com.suncode.pwfl.util.constants
Klasa przechowująca standardowe formaty dat
DateConstants() - Constructor for class com.suncode.pwfl.util.constants.DateConstants
 
DateField - Class in com.suncode.pwfl.workflow.form.field
 
DateField() - Constructor for class com.suncode.pwfl.workflow.form.field.DateField
 
DATETIME - Static variable in class com.suncode.pwfl.core.type.Types
DateTime type.
DATETIME_ARRAY - Static variable in class com.suncode.pwfl.core.type.Types
DateTimeField - Class in com.suncode.pwfl.workflow.form.field
 
DateTimeField() - Constructor for class com.suncode.pwfl.workflow.form.field.DateTimeField
 
DateTimeType - Class in com.suncode.pwfl.core.type
Date time type.
DateType - Class in com.suncode.pwfl.core.type
Date type.
DCMapping - Class in com.suncode.pwfl.workflow.form.field
 
DCMapping() - Constructor for class com.suncode.pwfl.workflow.form.field.DCMapping
 
DCMapping(String[]) - Constructor for class com.suncode.pwfl.workflow.form.field.DCMapping
 
DCMapping(String[], String, ProcessDefinition, I18Nxpdl) - Constructor for class com.suncode.pwfl.workflow.form.field.DCMapping
 
DCMapping(String, MappingDeclaration, String, ProcessDefinition, I18Nxpdl) - Constructor for class com.suncode.pwfl.workflow.form.field.DCMapping
 
deactivate() - Static method in class com.suncode.pwfl.administration.scheduledtask.context.ScheduledTaskContext
Deactivates current validation context
deactivate() - Static method in class com.suncode.pwfl.administration.user.UserContext
Deactivates current user context
deactivate() - Static method in class com.suncode.pwfl.core.function.FunctionContext
Deactivates current function context
deactivate() - Static method in class com.suncode.pwfl.datasource.DataSourceContext
Deactivates current data source context
deactivate() - Static method in class com.suncode.pwfl.workflow.AcceptanceContext
Deactivates current acceptance context
deactivate() - Static method in class com.suncode.pwfl.workflow.application.ApplicationContext
Deactivates current application context
deactivate() - Static method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
Deactivates current validation context
deactivate() - Static method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
Deactivates current validation context
deactivateFunctionContext() - Static method in class com.suncode.pwfl.workflow.WorkflowContext
 
deactivateUser(String) - Method in interface com.suncode.pwfl.administration.user.UserService
Dezaktywuje użytkownika.
deactivateUser(String, String) - Method in interface com.suncode.pwfl.administration.user.UserService
Dezaktywuje użytkowników.
deactivateUser(String, String, boolean) - Method in interface com.suncode.pwfl.administration.user.UserService
Dezaktywuje użytkowników.
deactivateUser(Deactivation) - Method in interface com.suncode.pwfl.administration.user.UserService
Dezaktywuje użytkownika.
Deactivation - Class in com.suncode.pwfl.administration.user
Obiekt służący do dezaktywacji użytkownika.
Deactivation() - Constructor for class com.suncode.pwfl.administration.user.Deactivation
 
DeactivationActivity - Class in com.suncode.pwfl.administration.user
Definicja zadania wykorzystywana podczas dezaktywacji użytkownika.
DeactivationActivity(ActivityType, boolean) - Constructor for class com.suncode.pwfl.administration.user.DeactivationActivity
 
DeactivationActivity(String, String, boolean) - Constructor for class com.suncode.pwfl.administration.user.DeactivationActivity
 
DeactivationHook - Interface in com.suncode.pwfl.administration.user
User deactivation hook.
DeactivationHookAdapter - Class in com.suncode.pwfl.administration.user
Adapter for DeactivationHook
DeactivationHookAdapter() - Constructor for class com.suncode.pwfl.administration.user.DeactivationHookAdapter
 
DeactivationParticipant - Class in com.suncode.pwfl.administration.user
Definicja uczestnika procesu wykorzystywana podczas dezaktywacji użytkownika.
DeactivationParticipant(WfParticipant) - Constructor for class com.suncode.pwfl.administration.user.DeactivationParticipant
 
DeactivationParticipant(String, String, List<DeactivationActivity>) - Constructor for class com.suncode.pwfl.administration.user.DeactivationParticipant
 
DeactivationProcess - Class in com.suncode.pwfl.administration.user
Definicja procesu wykorzystywana podczas dezaktywacji użytkownika.
DeactivationProcess(ProcessType) - Constructor for class com.suncode.pwfl.administration.user.DeactivationProcess
 
DeactivationProcess(String, String, String, String, List<DeactivationParticipant>) - Constructor for class com.suncode.pwfl.administration.user.DeactivationProcess
 
DecimalField - Class in com.suncode.pwfl.workflow.form.field
 
DecimalField() - Constructor for class com.suncode.pwfl.workflow.form.field.DecimalField
 
decodeUserId(String, String) - Static method in class com.suncode.pwfl.security.saml.SamlDecoder
 
decodeUserId(String, Reader) - Static method in class com.suncode.pwfl.security.saml.SamlDecoder
 
decrypt(String) - Method in class com.plusmpm.security.DesEncrypter
Deszyfruje podanego Stringa
decrypt(String) - Static method in class com.plusmpm.security.TextCipher
 
decryptFile(InputStream, String, String) - Method in interface com.suncode.pwfl.archive.FileCipherService
 
decryptFile(Long) - Method in interface com.suncode.pwfl.archive.FileCipherService
Metoda odpowiedzialna za deszyfrowanie pliku.
DecryptingException - Exception in com.suncode.pwfl.administration.configuration.exception
Wyjątek występujący, gdy nie uda się zdeszyfrować parametru (hasła).
DecryptingException() - Constructor for exception com.suncode.pwfl.administration.configuration.exception.DecryptingException
 
DecryptingException(String, Throwable) - Constructor for exception com.suncode.pwfl.administration.configuration.exception.DecryptingException
 
DecryptingException(String) - Constructor for exception com.suncode.pwfl.administration.configuration.exception.DecryptingException
 
DecryptingException(Throwable) - Constructor for exception com.suncode.pwfl.administration.configuration.exception.DecryptingException
 
deepCopy(Object) - Method in class com.suncode.pwfl.archive.IndexTypeEnum
 
DEFAULT_AVATAR - Static variable in class com.suncode.pwfl.administration.user.UserAvatarProperties
 
DEFAULT_LOGICAL_CONNECTION - Static variable in class com.suncode.pwfl.archive.DocumentClass
 
DEFAULT_LOGICAL_CONNECTION - Static variable in class com.suncode.pwfl.archive.DocumentClassProtection
 
DefaultConfigurationNotFoundException - Exception in com.suncode.pwfl.administration.email.configuration
 
DefaultConfigurationNotFoundException() - Constructor for exception com.suncode.pwfl.administration.email.configuration.DefaultConfigurationNotFoundException
 
DefaultInstanceFactory - Class in com.suncode.pwfl.component.support
InstanceFactory that creates components using default constructor.
DefaultInstanceFactory() - Constructor for class com.suncode.pwfl.component.support.DefaultInstanceFactory
 
defaultUserAuditsSortBy - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
defaultUserAuditsSortDir - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
defaultValue(Object) - Method in class com.suncode.pwfl.component.ParameterDefinitionBuilder
Sets parameter default value ParameterDefinition.getDefaultValue()
defaultValue() - Method in interface com.suncode.pwfl.core.type.Type
Returns default value for this type.
defaultValue() - Method in class com.suncode.pwfl.core.type.TypeBase
 
Define - Annotation Type in com.suncode.pwfl.component.annotation
Annotation to mark method, which contains definition of component using builder class.
DefinedConfirmation - Class in com.suncode.pwfl.workflow.form.validator.error
User-defined confirmation message during form validation.
DefinedConfirmation(String, String) - Constructor for class com.suncode.pwfl.workflow.form.validator.error.DefinedConfirmation
 
DefinedError - Class in com.suncode.pwfl.workflow.form.validator.error
User-defined error message during form validation.
DefinedError(String) - Constructor for class com.suncode.pwfl.workflow.form.validator.error.DefinedError
 
DefinedSystemParameter - Enum in com.suncode.pwfl.administration.configuration
Klasa przechowująca parametry systemowe przeniesione z pliku konfiguracyjnego
Definition - Class in com.plusmpm.util.form.autoupdate
KROTKI OPIS...
Definition() - Constructor for class com.plusmpm.util.form.autoupdate.Definition
 
Definition - Class in com.plusmpm.util.form.datachooser
KROTKI OPIS...
Definition() - Constructor for class com.plusmpm.util.form.datachooser.Definition
 
DelegatedActivity - Class in com.suncode.pwfl.workflow.activity
Przechowuje informacje o zastępstwach zadania
DelegatedActivity() - Constructor for class com.suncode.pwfl.workflow.activity.DelegatedActivity
 
DelegatedActivity(String, String, String) - Constructor for class com.suncode.pwfl.workflow.activity.DelegatedActivity
 
DelegatedActivity(String, String, String, boolean) - Constructor for class com.suncode.pwfl.workflow.activity.DelegatedActivity
 
DelegatedActivity(String, String, String, TransferType) - Constructor for class com.suncode.pwfl.workflow.activity.DelegatedActivity
 
delete(String) - Method in interface com.suncode.pwfl.administration.configuration.SystemParameterService
Usuwa systemowy parametr na podstawie klucza
delete(String) - Method in interface com.suncode.pwfl.administration.user.UserDataDao
Usuwa wszystkie ustawienia użytkownika.
delete(Map<String, Object>) - Method in class com.suncode.pwfl.datasource.AbstractDataSourceInstance
Deprecated.
delete(Map<String, Object>) - Method in interface com.suncode.pwfl.datasource.DataSourceInstance
Deprecated.
delete(T) - Method in class com.suncode.pwfl.support.CustomService
 
delete(Iterable<PK>) - Method in class com.suncode.pwfl.support.CustomService
 
delete(T) - Method in interface com.suncode.pwfl.support.EditableDao
Usuwa podany obiekt z bazy danych
delete(T) - Method in interface com.suncode.pwfl.support.EditableService
Usuwa obiekt z bazy danych.
delete(T) - Method in class com.suncode.pwfl.support.HibernateEditableDao
 
delete(T) - Method in class com.suncode.pwfl.util.EditableServiceImpl
 
deleteActivityDelegation(DelegatedActivity) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Dodaje zastępstwo
deleteActivityRedirection(ActivityRedirection) - Method in interface com.suncode.pwfl.workflow.activity.ActivityRedirectionService
Usuwa przekierowanie
deleteAllDocumentVersions(WfDocument) - Method in interface com.suncode.pwfl.archive.DocumentService
 
deleteAvatar(String) - Method in interface com.suncode.pwfl.administration.user.UserAvatarService
Usuwa avatar użytkownika
deleteById(Long) - Method in interface com.suncode.pwfl.workflow.process.CommentService
Usuwa komentarz o podanym id
deleteByResource(String, boolean) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Usuwa uprawniania dla podanego użytkownika lub grupy
deleteDevice(String) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Usuwa urządzenie
deleteDevice(Long) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Usuwa urządzenie
deleteDirectory(String) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Usuwa katalog
deleteDirectory(Long) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Usuwa katalog po id
deleteDocClassFromAllProcesses(Long) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Usuwa przypisanie klasy dokumentu do definicji wszystkich procesów
deleteDocClassFromProcess(Long) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Usuwa przypisanie klasy dokumentu do definicji procesu
deleteDocClassTable(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassDao
Usuwa tabele przechowującą indeksy dla dokumentów w konkretnej klasie.
deleteDocument(Long, Long) - Method in interface com.suncode.pwfl.archive.DocumentService
Usuwa dokument z systemu
deleteDocument(WfDocument) - Method in interface com.suncode.pwfl.archive.DocumentService
Usuwa dokument z systemu
deleteDocumentClass(String) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Usuwa klasę dokumentów
deleteDocumentClass(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Usuwa klasę dokumentów
deleteDocumentClassAction(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Usuwa akcję klasy dokumentów o podanym id
deleteDocumentClassAssociation(DocumentClassAssociation) - Method in interface com.suncode.pwfl.archive.DocumentClassAssociationService
Usuwa powiązanie między klasami dokumentów w bazie danych.
deleteDocumentClassAssociationById(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassAssociationService
Usuwa powiązanie między klasami dokumentów w bazie danych.
deleteDocumentClassIndex(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Usuwa indeks klasy dokumentów o podanym id
deleteDocumentClassIndexTranslation(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Usuwa tłumaczenie indeksu klasy dokumentów o podanym id
deleteDocumentClassIndexTranslationsForLocale(Locale) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Usuwa wszystkie nadpisane tłumaczenia indeksów klas dokumentów w podanym języku
deleteDocumentClassProtection(DocumentClassProtectionPk) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Usuwa dodatkowe ustawienia dla danego uprawnienia w bazie danych.
deleteDocumentClassProtection(String, boolean, Long) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Usuwa dodatkowe ustawienia dla danego uprawnienia w bazie danych.
deleteDocumentClassTranslation(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Usuwa tłumaczenie klasy dokumentów o podanym id
deleteDocumentClassTranslationsForLocale(Locale) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Usuwa wszystkie nadpisane tłumaczenia klas dokumentów w podanym języku
deleteDocumentIndexes(Long, Long) - Method in interface com.suncode.pwfl.archive.DocumentDataService
Deprecated.
Usuwa indeksy z dokumentu
deleteDocumentProtection(Long) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Usuwa uprawnienie o podanym id
deleteDocumentProtection(String, boolean, Long) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Usuwa uprawnienia dla podanego użytkownika/grupy i klasy dokumentów.
deleteFile(Long) - Method in interface com.suncode.pwfl.archive.FileService
Usuwa plik z systemu.
deleteFile(Long) - Method in interface com.suncode.pwfl.customfile.CustomFileService
Usuwa plik z dysku oraz bazy.
deleteFiles(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassDao
Usuwa dane z tabel pm_files i pm_file_versions
deleteGroup(String) - Method in interface com.suncode.pwfl.administration.user.UserService
Usuwa grupę z systemu.
deleteLink(Long) - Method in interface com.suncode.pwfl.archive.LinkService
Usuwa zestaw dokumentów
deleteLinkConnection(Long) - Method in interface com.suncode.pwfl.archive.LinkService
Usuwa powiązanie zestawu dokumentów
deleteLinkIndex(Long) - Method in interface com.suncode.pwfl.archive.LinkService
Usuwa indeks zestawu dokumentów
deleteLinkIndexTranslation(Long) - Method in interface com.suncode.pwfl.archive.LinkService
Usuwa tłumaczenie indeksu zestawu dokumentów o podanym id
deleteLinkIndexTranslationsForLocale(Locale) - Method in interface com.suncode.pwfl.archive.LinkService
Usuwa wszystkie nadpisane tłumaczenia indeksów zestawów dokumentów w podanym języku
deleteLinkProtection(Long, String, Boolean) - Method in interface com.suncode.pwfl.archive.LinkService
Usuwa uprawnienie do zestawu dokumentów
deleteLinkTranslation(Long) - Method in interface com.suncode.pwfl.archive.LinkService
Usuwa tłumaczenie zestawu dokumentów o podanym id
deleteLinkTranslationsForLocale(Locale) - Method in interface com.suncode.pwfl.archive.LinkService
Usuwa wszystkie nadpisane tłumaczenia zestawów dokumentów w podanym języku
deleteOrganizationalUnit(String) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Usuwa jednostkę o podanym symbolu
deleteOrganizationalUnit(Long) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Usuwa jednostkę o podanym id
deleteOrganizationalUnitTranslation(Long) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Usuwa tłumaczenie jednostki organizacyjnej o podanym id
deleteOrganizationalUnitTranslationsForLocale(Locale) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Usuwa wszystkie nadpisane tłumaczenia jednostek organizacyjnych w podanym języku
deletePosition(String) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Usuwa stanowisko o podanym symbolu
deletePosition(Long) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Usuwa stanowisko o podanym identyfikatorze
deletePositionTranslation(Long) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Usuwa tłumaczenie stanowiska o podanym id
deletePositionTranslationsForLocale(Locale) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Usuwa wszystkie nadpisane tłumaczenia stanowisk w podanym języku
deleteProcess(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Usuwa proces
deleteProcessDataFromIdxTable(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessDao
Usuwa dane o podanym procesie z tabeli przechowującej indeksy procesów
deleteProcessDataTranslation(Long) - Method in interface com.suncode.pwfl.workflow.process.ProcessDataService
 
deleteProcessDataTranslationsForLocale(Locale) - Method in interface com.suncode.pwfl.workflow.process.ProcessDataService
 
deleteProcesses(List<String>) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Usuwa procesy o podanych id
deleteRedirectionsForUser(String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityRedirectionService
 
deleteReportTranslation(Long) - Method in interface com.suncode.pwfl.report.ReportService
Usuwa tłumaczenie raportu o podanym id
deleteReportTranslationsForLocale(Locale) - Method in interface com.suncode.pwfl.report.ReportService
Usuwa wszystkie nadpisane tłumaczenia raportów w podanym języku
deleteRolesFromPackage(String) - Method in interface com.suncode.pwfl.administration.structure.RoleService
Usuwa role z wyładowanego pakietu
deleteSequence(String) - Method in interface com.suncode.pwfl.database.sequence.SequenceService
Usuwa sekwencję
deleteSubstitution(Long) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda usuwa zastępstwo.
deleteSubstitution(Substitution) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda usuwa zastępstwo.
deleteUnusedRolesFromPackage(String) - Method in interface com.suncode.pwfl.administration.structure.RoleService
Usuwa nieużywane role z pakietu
deleteUser(String) - Method in interface com.suncode.pwfl.administration.user.UserService
Usuwa użytkownika o podanym loginie
deleteUserSetting(String, UserSettingsService.UserSetting) - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Usuwa podane ustawienie użytkownika
deleteUserSetting(String, String) - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Usuwa podane ustawienie użytkownika
deleteUserSettings(String) - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Usuwa wszystkie ustawienia podanego użytkownika.
deleteView(Long) - Method in interface com.suncode.pwfl.view.ViewService
Usuwa widok dla podanego id
deleteViewTranslation(Long) - Method in interface com.suncode.pwfl.view.ViewService
Usuwa tłumaczenie widoku o podanym id
deleteViewTranslationsForLocale(Locale) - Method in interface com.suncode.pwfl.view.ViewService
Usuwa wszystkie nadpisane tłumaczenia widoków w podanym języku
deleteWithActivitiesAsync(List<String>) - Method in interface com.suncode.pwfl.workflow.process.indexer.ProcessIndexingService
Delete process with the indexing queue (async)
Deprecated - Annotation Type in com.suncode.pwfl.util.annotation
 
deprecationDescription - Variable in class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
deprecationDescription(String) - Method in class com.suncode.pwfl.component.ComponentDefinitionBuilder
Sets component deprecated description ComponentDefinition.getDeprecationDescription()
DESC_COLUMN_NAME - Static variable in class com.suncode.pwfl.archive.DocumentClass
 
DESC_COLUMN_NAME - Static variable in class com.suncode.pwfl.archive.DocumentClassIndex
 
DESC_COLUMN_NAME - Static variable in class com.suncode.pwfl.archive.Link
 
DESC_COLUMN_NAME - Static variable in class com.suncode.pwfl.archive.LinkIndex
 
DESC_COLUMN_NAME - Static variable in class com.suncode.pwfl.report.ReportsTableWrapper
 
description - Variable in class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
description(String) - Method in class com.suncode.pwfl.component.ComponentDefinitionBuilder
Sets component description ComponentDefinition.getDescription()
description(String) - Method in class com.suncode.pwfl.component.ContextVariableBuilder
Sets context variable description ContextVariable.getDescription()
description(String) - Method in class com.suncode.pwfl.component.ParameterDefinitionBuilder
Sets parameter description ParameterDefinition.getDescription()
description(String) - Method in class com.suncode.pwfl.workflow.form.datachooser.MappingDefinitionBuilder
Sets mapping description ParameterDefinition.getDescription()
description(String) - Method in class com.suncode.pwfl.workflow.form.eventaction.EventActionDefinitionBuilder.EventBuilder
 
DesEncrypter - Class in com.plusmpm.security
Klasa umożliwiająca szyfrowanie i deszyfrowanie haseł zapisanych algorytmem DES
DesEncrypter() - Constructor for class com.plusmpm.security.DesEncrypter
Publiczny konstruktor.
deserialize(JsonParser, DeserializationContext) - Method in class com.suncode.pwfl.search.FilterValueTypeResolver
 
deserialize(byte[]) - Method in interface com.suncode.pwfl.workflow.component.declaration.ParameterDeclarationReader
 
deserializeJson(JsonNode) - Method in class com.suncode.pwfl.core.type.ArrayType
 
deserializeJson(JsonNode) - Method in interface com.suncode.pwfl.core.type.support.JsonSerializable
Deserializes given json node.
deserializeJson(JsonNode) - Method in class com.suncode.pwfl.core.type.support.JsonTypeBase
 
deserializeNonEmptyNode(JsonNode) - Method in class com.suncode.pwfl.core.type.BooleanType
 
deserializeNonEmptyNode(JsonNode) - Method in class com.suncode.pwfl.core.type.DateTimeType
 
deserializeNonEmptyNode(JsonNode) - Method in class com.suncode.pwfl.core.type.DateType
 
deserializeNonEmptyNode(JsonNode) - Method in class com.suncode.pwfl.core.type.FloatType
 
deserializeNonEmptyNode(JsonNode) - Method in class com.suncode.pwfl.core.type.IntegerType
 
deserializeNonEmptyNode(JsonNode) - Method in class com.suncode.pwfl.core.type.StringType
 
deserializeNonEmptyNode(JsonNode) - Method in class com.suncode.pwfl.core.type.support.JsonTypeBase
 
deserializeNonEmptyNode(JsonNode) - Method in class com.suncode.pwfl.core.type.TableStoreType
 
Destination - Class in com.plusmpm.util.form.autoupdate
KROTKI OPIS...
Destination() - Constructor for class com.plusmpm.util.form.autoupdate.Destination
 
destination(ActionDestination...) - Method in class com.suncode.pwfl.workflow.form.action.ActionDefinitionBuilder
Sets destinations for action ActionDefinition.getDestinations()
destroy() - Method in class com.suncode.pwfl.filter.ForceRequestEncodingFilter
 
detachAllDocumentsFromProcess(String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Odłącza wszystkie dokumenty z procesu
detachAllPositions(String) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Odłącza wszystkie stanowiska od użytkownika
detachAllRoles(Long) - Method in interface com.suncode.pwfl.administration.structure.RoleService
Odłącza wszystkie role od stanowiska
detachDocument(Long, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Odłącza dokument z procesu
detachDocument(WfDocument, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Odłącza dokument z procesu
detachDocumentFromActivity(WfDocument, String, String) - Method in interface com.suncode.pwfl.archive.DocumentService
Odłącza dokument od zadania.
detachDocumentFromActivity(Long, String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Odłącza dokument z zadania
detachDocumentFromActivity(WfDocument, String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Odłącza dokument z zadania
detachDocumentFromProcess(Long, Long, String) - Method in interface com.suncode.pwfl.archive.DocumentService
Odłącza dokument od procesu.
detachDocumentFromProcess(WfDocument, String) - Method in interface com.suncode.pwfl.archive.DocumentService
Odłącza dokument od procesu.
detachDocumentsFromActivity(List<Long>, String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Odłącza dokumenty od zadania
detachFileFromActivity(Long, String, String) - Method in interface com.suncode.pwfl.archive.FileService
Odłącza dokument od zadania.
detachFileFromProcess(Long, String) - Method in interface com.suncode.pwfl.archive.FileService
Odłącza dokument od procesu.
detachFilesFromActivity(List<Long>, String, String) - Method in interface com.suncode.pwfl.archive.FileService
Odłącza dokumenty od zadania.
detachPositionFromUser(Long) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Odłącza stanowisko od użytkownika
detachRole(Long, Long) - Method in interface com.suncode.pwfl.administration.structure.RoleService
Odłącza rolę ze stanowiska
detachRole(String, Long) - Method in interface com.suncode.pwfl.administration.structure.RoleService
Odłącza rolę od użytkownika
detectBomEncoding(InputStream) - Static method in class com.suncode.pwfl.util.io.FileEncodingUtils
Funkcja odczytuje kodowanie na podstawie znacznika BOM zawartego na początku strumienia.
detectXmlEncoding(File) - Static method in class com.suncode.pwfl.util.io.FileEncodingUtils
Wykrywa kodowanie pliku xml na podstawie przesłanek zawartych na stronie: Extensible Markup Language (XML) 1.0 w rozdziale Autodetection of Character Encodings
detectXmlEncoding(InputStream) - Static method in class com.suncode.pwfl.util.io.FileEncodingUtils
Wykrywa kodowanie pliku xml na podstawie przesłanek zawartych na stronie: Extensible Markup Language (XML) 1.0 w rozdziale Autodetection of Character Encodings Odczytanie kodowania pliku musi być jak najszybsze, dlatego plik nie jest parsowany.
Device - Class in com.suncode.pwfl.archive
Klasa przechowująca dane o urządzeniach archiwum.
Device(Long) - Constructor for class com.suncode.pwfl.archive.Device
 
Device() - Constructor for class com.suncode.pwfl.archive.Device
 
DeviceDao - Interface in com.suncode.pwfl.archive
Umożliwia wykonywanie operacji na bazie danych dotyczących urządzeń archiwum
DeviceNotExistOnDiskException - Exception in com.suncode.pwfl.archive.exception
Wyjątek występujący, gdy próbujemy odwołać się do urządzenia, które nie istnieje na dysku.
DeviceNotExistOnDiskException() - Constructor for exception com.suncode.pwfl.archive.exception.DeviceNotExistOnDiskException
 
DeviceNotExistOnDiskException(String, Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.DeviceNotExistOnDiskException
 
DeviceNotExistOnDiskException(String) - Constructor for exception com.suncode.pwfl.archive.exception.DeviceNotExistOnDiskException
 
DeviceNotExistOnDiskException(Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.DeviceNotExistOnDiskException
 
DeviceNotFoundException - Exception in com.suncode.pwfl.archive.exception
Wyjątek występujący, gdy próbujemy odwołać się do urządzania, którego nie ma w bazie danych.
DeviceNotFoundException() - Constructor for exception com.suncode.pwfl.archive.exception.DeviceNotFoundException
 
DeviceNotFoundException(String, Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.DeviceNotFoundException
 
DeviceNotFoundException(String) - Constructor for exception com.suncode.pwfl.archive.exception.DeviceNotFoundException
 
DeviceNotFoundException(Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.DeviceNotFoundException
 
digest(String, String, String) - Method in class com.suncode.pwfl.util.Encrypter
 
Directory - Class in com.suncode.pwfl.archive
Klasa przechowująca dane o katalogach archiwum.
Directory(Long) - Constructor for class com.suncode.pwfl.archive.Directory
 
Directory() - Constructor for class com.suncode.pwfl.archive.Directory
 
DirectoryDao - Interface in com.suncode.pwfl.archive
Umożliwia wykonywanie operacji na bazie danych dotyczących katalogów archiwum.
directoryWithNameAlreadyExists(Directory) - Method in interface com.suncode.pwfl.archive.DirectoryDao
Sprawdza czy w katalogu nadrzędnym/urządzeniu istnieje już katalog o tej samej nazwie
disabled(boolean) - Method in class com.suncode.pwfl.component.DtButtonDefinitionBuilder
 
disableLogging() - Method in class com.suncode.pwfl.core.function.FunctionContext
 
disableLogging() - Method in class com.suncode.pwfl.workflow.AcceptanceContext
 
disableLogging() - Method in class com.suncode.pwfl.workflow.application.ApplicationContext
 
disableLogging() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
 
disableLogging() - Method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
 
disableLogging() - Method in class com.suncode.pwfl.workflow.WorkflowContext
 
disassemble(Object) - Method in class com.suncode.pwfl.archive.IndexTypeEnum
 
discoverComponentsClasses() - Method in class com.suncode.pwfl.component.AnnotatedComponentDiscovery
 
discoverComponentsClasses() - Method in interface com.suncode.pwfl.component.ComponentDiscovery
Searching all classes with component definition.
DISPLAY_VALUE_FIELD - Static variable in class com.suncode.pwfl.workflow.form.field.UserListAttributes
 
DisplayedIndex - Class in com.suncode.pwfl.administration.archive
 
DisplayedIndex() - Constructor for class com.suncode.pwfl.administration.archive.DisplayedIndex
 
displayProperties - Variable in class com.suncode.pwfl.configuration.dto.ConfigurationDtoConfigObjectMetadata
 
DivanteColor - Enum in com.suncode.pwfl.web.ui
Zestaw kolorow Divante
DivanteIcon - Enum in com.suncode.pwfl.web.ui
Zestaw ikon Divante
DocClassTable - Class in com.plusmpm.database
Deprecated.
Należy używać DocumentClass
DocClassTable(String, String, String, String, Long, String, String) - Constructor for class com.plusmpm.database.DocClassTable
Deprecated.
 
DocClassTable() - Constructor for class com.plusmpm.database.DocClassTable
Deprecated.
 
documentationLink - Variable in class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
documentationLink(String) - Method in class com.suncode.pwfl.component.ComponentDefinitionBuilder
Sets link to component documentation prepend with server address taken from system parameters ComponentDefinition.getDocumentationLink()
DocumentAttachedToProcessStatus - Enum in com.suncode.pwfl.archive
 
DocumentClass - Class in com.suncode.pwfl.archive
Klasa przechowująca dane o klasie dokumentów.
DocumentClass() - Constructor for class com.suncode.pwfl.archive.DocumentClass
 
DocumentClassAction - Class in com.suncode.pwfl.archive
Klasa przechowująca dane o akcjach klas dokumentów.
DocumentClassAction() - Constructor for class com.suncode.pwfl.archive.DocumentClassAction
 
DocumentClassActionDao - Interface in com.suncode.pwfl.archive
Umożliwia wykonywanie operacji na bazie danych dotyczących akcji klas dokumentów.
DocumentClassActionFinder - Interface in com.suncode.pwfl.archive
Umożliwia wyszukiwanie akcji na klasach dokumentów
DocumentClassActionService - Interface in com.suncode.pwfl.archive
Umożliwia wyszukiwanie akcji na klasach dokumentów
DocumentClassAlreadyExistException - Exception in com.suncode.pwfl.archive.exception
Wyjątek występujący, gdy próbujemy wykonać stworzyć klasę dokumentów, która już istnieje.
DocumentClassAlreadyExistException() - Constructor for exception com.suncode.pwfl.archive.exception.DocumentClassAlreadyExistException
 
DocumentClassAlreadyExistException(String, Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.DocumentClassAlreadyExistException
 
DocumentClassAlreadyExistException(String) - Constructor for exception com.suncode.pwfl.archive.exception.DocumentClassAlreadyExistException
 
DocumentClassAlreadyExistException(Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.DocumentClassAlreadyExistException
 
DocumentClassAssociation - Class in com.suncode.pwfl.administration.archive
 
DocumentClassAssociation() - Constructor for class com.suncode.pwfl.administration.archive.DocumentClassAssociation
 
DocumentClassAssociationDao - Interface in com.suncode.pwfl.administration.archive
 
DocumentClassAssociationFinder - Interface in com.suncode.pwfl.administration.archive
 
DocumentClassAssociationService - Interface in com.suncode.pwfl.archive
Umożliwia zarządzanie powiązaniami między klasami dokumentów.
DocumentClassDao - Interface in com.suncode.pwfl.archive
Umożliwia wykonywanie operacji na bazie danych dotyczących klas dokumentów.
DocumentClassIndex - Class in com.suncode.pwfl.archive
Klasa przechowująca dane o indeksach klas dokumentów.
DocumentClassIndex() - Constructor for class com.suncode.pwfl.archive.DocumentClassIndex
 
DocumentClassIndexDao - Interface in com.suncode.pwfl.archive
Umożliwia wykonywanie operacji na bazie danych dotyczących indeksów klas dokumentów.
DocumentClassIndexFinder - Interface in com.suncode.pwfl.archive
Umożliwia wyszukiwanie indeksów klasy dokumentów
DocumentClassIndexTranslation - Class in com.suncode.pwfl.translation.configElements
 
DocumentClassIndexTranslation() - Constructor for class com.suncode.pwfl.translation.configElements.DocumentClassIndexTranslation
 
DocumentClassProtection - Class in com.suncode.pwfl.archive
 
DocumentClassProtection() - Constructor for class com.suncode.pwfl.archive.DocumentClassProtection
 
DocumentClassProtectionDao - Interface in com.suncode.pwfl.archive
 
DocumentClassProtectionPk - Class in com.suncode.pwfl.archive
 
DocumentClassProtectionPk(Long, boolean, String) - Constructor for class com.suncode.pwfl.archive.DocumentClassProtectionPk
 
DocumentClassRightType - Enum in com.suncode.pwfl.administration.archive
 
DocumentClassService - Interface in com.suncode.pwfl.archive
Umożliwia zarządzanie klasami dokumentów.
DocumentClassTranslation - Class in com.suncode.pwfl.translation.configElements
 
DocumentClassTranslation() - Constructor for class com.suncode.pwfl.translation.configElements.DocumentClassTranslation
 
DocumentData - Class in com.plusmpm.util
 
DocumentData(Map<String, Object>) - Constructor for class com.plusmpm.util.DocumentData
 
DocumentData(long, long, String, String, int) - Constructor for class com.plusmpm.util.DocumentData
 
DocumentData() - Constructor for class com.plusmpm.util.DocumentData
 
DocumentData(WfDocument) - Constructor for class com.plusmpm.util.DocumentData
 
DocumentDataService - Interface in com.suncode.pwfl.archive
Deprecated.
Klasa stworzona dla zachowania kompatybilności. Nie należy jej stosować w nowych projektach. Do pobierania informacji o dokumentach należy używać DocumentFinder
DocumentDefinition - Class in com.suncode.pwfl.archive.util
Obiek służący do defniowania specyficznych parametrów podczas dodawania dokumentu do archiwum
DocumentDefinition(boolean) - Constructor for class com.suncode.pwfl.archive.util.DocumentDefinition
 
DocumentDefinition() - Constructor for class com.suncode.pwfl.archive.util.DocumentDefinition
 
DocumentDetachProtectionTypes - Enum in com.suncode.pwfl.archive
 
DocumentEventTypes - Enum in com.plusmpm.util.documents
Klasa reprezentująca dostępne typy zdarzeń wywoływanych przez akcje na dokumentach
DocumentFinder - Interface in com.suncode.pwfl.archive
Umożliwia wyszukiwanie dokumentów.
DocumentHandlerTypes - Enum in com.plusmpm.util.documents.handlers
 
DOCUMENTID_COLUMN - Static variable in class com.suncode.pwfl.archive.search.SimpleIndexFilter
 
DocumentNotFoundException - Exception in com.suncode.pwfl.archive.exception
 
DocumentNotFoundException() - Constructor for exception com.suncode.pwfl.archive.exception.DocumentNotFoundException
 
DocumentNotFoundException(String, Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.DocumentNotFoundException
 
DocumentNotFoundException(String) - Constructor for exception com.suncode.pwfl.archive.exception.DocumentNotFoundException
 
DocumentNotFoundException(Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.DocumentNotFoundException
 
DocumentProtection - Class in com.suncode.pwfl.archive
Klasa przechowująca informacje o uprawnieniach do klasy dokumentów
DocumentProtection() - Constructor for class com.suncode.pwfl.archive.DocumentProtection
 
DocumentProtectionDao - Interface in com.suncode.pwfl.archive
 
DocumentProtectionService - Interface in com.suncode.pwfl.archive
 
DocumentRightService - Interface in com.suncode.pwfl.security.rights
 
documents(List<WfDocument>) - Method in class com.suncode.pwfl.administration.email.EmailMessage.EmailMessageBuilder
 
DocumentService - Interface in com.suncode.pwfl.archive
Umożliwia zarządzanie dokumentami systemu.
DocumentTemplateDao - Interface in com.suncode.pwfl.archive
KROTKI OPIS...
DocumentTemplateService - Interface in com.suncode.pwfl.archive
KROTKI OPIS...
DocumentTemplateTable - Class in com.plusmpm.database
 
DocumentTemplateTable(String, String, String) - Constructor for class com.plusmpm.database.DocumentTemplateTable
 
DocumentTemplateTable() - Constructor for class com.plusmpm.database.DocumentTemplateTable
 
DocumentUploadSource - Enum in com.suncode.pwfl.archive
 
doesNeedRestart(String) - Static method in enum com.suncode.pwfl.administration.configuration.DefinedSystemParameter
 
doesUserExists(User) - Static method in class com.suncode.pwfl.administration.user.UserValidator
Sprawdzenie czy podany użytkownik istniej w systemie
doesUserHasRole(String, Long) - Method in interface com.suncode.pwfl.administration.structure.RoleService
Sprawdza czy użytkownik posiada podaną rolę
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.suncode.pwfl.filter.ForceRequestEncodingFilter
 
doInContext(T) - Method in interface com.suncode.pwfl.core.context.InContext
Do work in context.
doInHibernateTransaction(TransactionWrapper.HibernateRunnable) - Method in class com.suncode.pwfl.transaction.support.TransactionWrapper
Calls given function inside opened hibernate transaction.
doInHibernateTransaction(TransactionWrapper.HibernateCallable<T>) - Method in class com.suncode.pwfl.transaction.support.TransactionWrapper
Calls given function inside opened hibernate transaction and returns function result.
doInJdbcConnection(TransactionWrapper.JdbcRunnable) - Method in class com.suncode.pwfl.transaction.support.TransactionWrapper
 
doInJdbcConnection(TransactionWrapper.JdbcCallable<T>) - Method in class com.suncode.pwfl.transaction.support.TransactionWrapper
 
doInNewHibernateTransaction(TransactionWrapper.HibernateRunnable) - Method in class com.suncode.pwfl.transaction.support.TransactionWrapper
 
doInNewHibernateTransaction(TransactionWrapper.HibernateCallable<T>) - Method in class com.suncode.pwfl.transaction.support.TransactionWrapper
Calls given function inside new hibernate transaction and returns function result.runnable.
doInSharkTransaction(SharkTransaction, TransactionStatus) - Method in class com.suncode.pwfl.transaction.support.SharkTransactionCallback
Metoda wywołania z TransactionTemplate.execute(TransactionCallback).
doInSharkTransaction(SharkTransaction, TransactionStatus) - Method in class com.suncode.pwfl.transaction.support.SharkTransactionCallbackWithoutResult
 
doInSharkTransaction(TransactionWrapper.SharkRunnable) - Method in class com.suncode.pwfl.transaction.support.TransactionWrapper
Calls given function inside opened shark transaction.
doInSharkTransaction(TransactionWrapper.SharkRunnable, int) - Method in class com.suncode.pwfl.transaction.support.TransactionWrapper
 
doInSharkTransaction(TransactionWrapper.SharkCallable<T>) - Method in class com.suncode.pwfl.transaction.support.TransactionWrapper
Calls given function inside opened shark transaction and returns function result.
doInSharkTransactionWithoutResult(SharkTransaction, TransactionStatus) - Method in class com.suncode.pwfl.transaction.support.SharkTransactionCallbackWithoutResult
Metoda wywołania z TransactionTemplate.execute(TransactionCallback).
doInTransaction(TransactionStatus) - Method in class com.suncode.pwfl.transaction.support.SharkTransactionCallback
 
Domain - Class in com.suncode.pwfl.administration.user
Klasa przechowująca dane o domenach.
Domain() - Constructor for class com.suncode.pwfl.administration.user.Domain
 
Domain(String, String, Long, String, String, String) - Constructor for class com.suncode.pwfl.administration.user.Domain
 
Domain(String, String, Long, String, String, String, String) - Constructor for class com.suncode.pwfl.administration.user.Domain
 
Domain(String, String, String, Long, String, String, String) - Constructor for class com.suncode.pwfl.administration.user.Domain
 
DomainDao - Interface in com.suncode.pwfl.administration.user
Umożliwia wykonywanie operacji na bazie danych dotyczących domen.
DomainMappingDefault - Class in com.suncode.pwfl.administration.user
 
DomainService - Interface in com.suncode.pwfl.administration.user
Umożliwia zarządzanie domenami.
doReadAs(I, Class<I>, Class<O>) - Method in class com.suncode.pwfl.core.type.ArrayType
 
doReadAs(I, Class<I>, Class<O>) - Method in class com.suncode.pwfl.core.type.TypeBase
 
DownloadResource - Class in com.suncode.pwfl.web.support.io
Zasób opisujący pobierany plik.
DownloadResource(File) - Constructor for class com.suncode.pwfl.web.support.io.DownloadResource
Tworzy nowy zasób na podstawie pliku
DownloadResource(String, long, InputStream) - Constructor for class com.suncode.pwfl.web.support.io.DownloadResource
Tworzy nowy zasób oparty na InputStream
DownloadResource(String, long, Resource) - Constructor for class com.suncode.pwfl.web.support.io.DownloadResource
Tworzy nowy zasób oparty na Resource
dtButton() - Method in class com.suncode.pwfl.workflow.form.action.ActionDefinitionBuilder
 
dtButton(DtButtonDefinition) - Method in class com.suncode.pwfl.workflow.form.action.ActionDefinitionBuilder
 
dtButton() - Static method in class com.suncode.pwfl.workflow.form.action.ActionDestination
Returns instance of this object and point to the button in table.
dtButton(String) - Static method in class com.suncode.pwfl.workflow.form.action.ActionDestination
Returns instance of this object and point to the button in table.
DtButton - Class in com.suncode.pwfl.xpdl.table
 
DtButton() - Constructor for class com.suncode.pwfl.xpdl.table.DtButton
 
DtButtonDefinition - Class in com.suncode.pwfl.component
 
DtButtonDefinition(String) - Constructor for class com.suncode.pwfl.component.DtButtonDefinition
 
DtButtonDefinition(String, LocalizedString, SilkIconPack, LocalizedString, boolean) - Constructor for class com.suncode.pwfl.component.DtButtonDefinition
 
DtButtonDefinitionBuilder - Class in com.suncode.pwfl.component
 
DtButtonDefinitionBuilder(ActionDefinitionBuilder) - Constructor for class com.suncode.pwfl.component.DtButtonDefinitionBuilder
 
DynamicListForm - Class in com.suncode.pwfl.customform
KROTKI OPIS...
DynamicListForm() - Constructor for class com.suncode.pwfl.customform.DynamicListForm
 
DynamicListProvider<T> - Interface in com.suncode.pwfl.customform
KROTKI OPIS...

E

EditableDao<T,PK extends Serializable> - Interface in com.suncode.pwfl.support
Umożliwia wykonywanie podstawowych operacji odczytu i zapisu na bazie danych.
EditableService<T,PK extends Serializable> - Interface in com.suncode.pwfl.support
Interfejs definiujący podstawowe operacje odczytu i modyfikacji na obiektach bazy danych
EditableServiceImpl<T,PK extends Serializable,Dao extends EditableDao<T,PK>> - Class in com.suncode.pwfl.util
 
EditableServiceImpl() - Constructor for class com.suncode.pwfl.util.EditableServiceImpl
 
EMAIL - Static variable in class com.suncode.pwfl.administration.user.DomainMappingDefault
 
EmailAttachment - Class in com.suncode.pwfl.administration.email
 
EmailAttachment(File) - Constructor for class com.suncode.pwfl.administration.email.EmailAttachment
 
EmailAttachment(WfDocument) - Constructor for class com.suncode.pwfl.administration.email.EmailAttachment
 
EmailAuthenticationMethod - Enum in com.suncode.pwfl.administration.email.configuration
 
EmailClient - Interface in com.suncode.pwfl.administration.email
Deprecated.
EmailConfiguration - Class in com.suncode.pwfl.administration.email.configuration
 
EmailConfiguration() - Constructor for class com.suncode.pwfl.administration.email.configuration.EmailConfiguration
 
EmailConfiguration.EmailConfigurationBuilder - Class in com.suncode.pwfl.administration.email.configuration
 
EmailConfigurationBuilder() - Constructor for class com.suncode.pwfl.administration.email.configuration.EmailConfiguration.EmailConfigurationBuilder
 
EmailConfigurationDao - Interface in com.suncode.pwfl.administration.email.configuration
 
EmailConfigurationService - Interface in com.suncode.pwfl.administration.email.configuration
 
EmailInfo - Class in com.suncode.pwfl.administration.email
 
EmailInfo() - Constructor for class com.suncode.pwfl.administration.email.EmailInfo
 
EmailMessage - Class in com.suncode.pwfl.administration.email
 
EmailMessage() - Constructor for class com.suncode.pwfl.administration.email.EmailMessage
 
EmailMessage.EmailMessageBuilder - Class in com.suncode.pwfl.administration.email
 
EmailMessageBuilder() - Constructor for class com.suncode.pwfl.administration.email.EmailMessage.EmailMessageBuilder
 
EmailSendingException - Exception in com.suncode.pwfl.administration.email
 
EmailSendingException(String) - Constructor for exception com.suncode.pwfl.administration.email.EmailSendingException
 
EmailSendingException(String, Throwable) - Constructor for exception com.suncode.pwfl.administration.email.EmailSendingException
 
EmailService - Interface in com.suncode.pwfl.administration.email
Serwis służący do wysyłania maili
empty() - Static method in class com.suncode.pwfl.core.data.Record
 
empty() - Static method in class com.suncode.pwfl.core.data.TableStore
 
EmptyInstance - Class in com.suncode.pwfl.component.support
Object allows to bind null value to parameter of specified instance in class constructor.
EmptyInstance(Class<?>) - Constructor for class com.suncode.pwfl.component.support.EmptyInstance
 
emptyNode() - Method in class com.suncode.pwfl.core.type.support.JsonTypeBase
 
EmptyPropertyException - Exception in com.suncode.pwfl.util.exception
Wyjątek występuję, gdy próbujemy zapisać obiekt w bazie danych, który nie ma zdefiniowanych wymaganych pól.
EmptyPropertyException() - Constructor for exception com.suncode.pwfl.util.exception.EmptyPropertyException
 
EmptyPropertyException(String) - Constructor for exception com.suncode.pwfl.util.exception.EmptyPropertyException
 
EmptyPropertyException(String, String) - Constructor for exception com.suncode.pwfl.util.exception.EmptyPropertyException
 
EmptyTranslator - Class in com.suncode.pwfl.translation
Translator implementation that always returns value of given key.
EmptyUserNameException - Exception in com.suncode.pwfl.administration.user.exception
KROTKI OPIS...
EmptyUserNameException(String) - Constructor for exception com.suncode.pwfl.administration.user.exception.EmptyUserNameException
 
emptyValue() - Method in class com.suncode.pwfl.core.type.support.JsonTypeBase
 
enableCustomMappings() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserDefinitionBuilder
 
enableLog - Variable in class com.suncode.pwfl.workflow.WorkflowContext
 
enableLogging() - Method in class com.suncode.pwfl.core.function.FunctionContext
 
enableLogging() - Method in class com.suncode.pwfl.workflow.AcceptanceContext
 
enableLogging() - Method in class com.suncode.pwfl.workflow.application.ApplicationContext
 
enableLogging() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
 
enableLogging() - Method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
 
enableLogging() - Method in class com.suncode.pwfl.workflow.WorkflowContext
 
encrypt(String) - Method in class com.plusmpm.security.DesEncrypter
Funkcja szyfrująca podanego Stringa
encrypt(String) - Static method in class com.plusmpm.security.TextCipher
 
encryptedClientSecret(String) - Method in class com.suncode.pwfl.administration.email.oauth.client.OAuth2Client.OAuth2ClientBuilder
 
EncryptedFile - Class in com.suncode.pwfl.archive
 
EncryptedFile() - Constructor for class com.suncode.pwfl.archive.EncryptedFile
 
encryptedUserPassword(String) - Method in class com.suncode.pwfl.administration.email.configuration.EmailConfiguration.EmailConfigurationBuilder
 
Encrypter - Class in com.suncode.pwfl.util
Służy do obsługi szyfrowania ciagu znaków wg wybranego algorytmu z posoleniem.
Encrypter() - Constructor for class com.suncode.pwfl.util.Encrypter
 
encryptFile(InputStream, String, int) - Method in interface com.suncode.pwfl.archive.FileCipherService
 
encryptFile(Long) - Method in interface com.suncode.pwfl.archive.FileCipherService
Metoda odpowiedzialna za szyfrowanie pliku.
EncryptingException - Exception in com.suncode.pwfl.administration.configuration.exception
Wyjątek występujący, gdy nie uda się zaszyfrować parametru (hasła).
EncryptingException() - Constructor for exception com.suncode.pwfl.administration.configuration.exception.EncryptingException
 
EncryptingException(String, Throwable) - Constructor for exception com.suncode.pwfl.administration.configuration.exception.EncryptingException
 
EncryptingException(String) - Constructor for exception com.suncode.pwfl.administration.configuration.exception.EncryptingException
 
EncryptingException(Throwable) - Constructor for exception com.suncode.pwfl.administration.configuration.exception.EncryptingException
 
EntityEventListener - Annotation Type in com.suncode.pwfl.persistence.support.hibernate
 
EntityRestResult<T> - Class in com.suncode.pwfl.web.support.ajax
 
EntityRestResult(boolean) - Constructor for class com.suncode.pwfl.web.support.ajax.EntityRestResult
 
EntityRestResult(boolean, String) - Constructor for class com.suncode.pwfl.web.support.ajax.EntityRestResult
 
entry(K, V) - Static method in class com.suncode.pwfl.util.Maps
 
entryFn(Function<K, K2>, Function<V, V2>) - Static method in class com.suncode.pwfl.util.Maps
 
entryFold(BiFunction<K, V, R>) - Static method in class com.suncode.pwfl.util.Maps
 
entryK(Function<K, K2>) - Static method in class com.suncode.pwfl.util.Maps
 
entryV(Function<V, V2>) - Static method in class com.suncode.pwfl.util.Maps
 
equals(Object) - Method in class com.suncode.pwfl.administration.scheduledtask.ScheduledTaskDefinition
 
equals(Object) - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
equals(Object) - Method in class com.suncode.pwfl.administration.structure.Position
 
equals(Object) - Method in class com.suncode.pwfl.administration.structure.Role
 
equals(Object) - Method in class com.suncode.pwfl.administration.substitution.Substitution
 
equals(Object) - Method in class com.suncode.pwfl.administration.user.DeactivationActivity
 
equals(Object) - Method in class com.suncode.pwfl.administration.user.DeactivationParticipant
 
equals(Object) - Method in class com.suncode.pwfl.administration.user.DeactivationProcess
 
equals(Object) - Method in class com.suncode.pwfl.administration.user.User
 
equals(Object) - Method in class com.suncode.pwfl.administration.user.UserGroup
 
equals(Object) - Method in class com.suncode.pwfl.archive.DocumentProtection
 
equals(Object, Object) - Method in class com.suncode.pwfl.archive.IndexTypeEnum
 
equals(Object) - Method in class com.suncode.pwfl.component.ComponentDefinition
 
equals(Object) - Method in class com.suncode.pwfl.component.DtButtonDefinition
 
equals(Object) - Method in class com.suncode.pwfl.component.ParameterDefinition
 
equals(Object) - Method in class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDevice
 
equals(Object) - Method in class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDirectory
 
equals(Object) - Method in class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDocumentClass
 
equals(Object) - Method in class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoLink
 
equals(Object) - Method in class com.suncode.pwfl.configuration.dto.common.right.ConfigurationDtoRight
 
equals(Object) - Method in class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoOrgUnit
 
equals(Object) - Method in class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoPosition
 
equals(Object) - Method in class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoRole
 
equals(Object) - Method in class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoDomain
 
equals(Object) - Method in class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoGroup
 
equals(Object) - Method in class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoUser
 
equals(Object) - Method in class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcess
 
equals(Object) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
equals(Object) - Method in class com.suncode.pwfl.translation.LocalizedString
 
equals(Object) - Method in class com.suncode.pwfl.translation.PropertiesTranslator
 
equals(Object) - Method in class com.suncode.pwfl.workflow.assignment.WfParticipant
 
equals(Object) - Method in class com.suncode.pwfl.workflow.form.action.ActionDefinition
 
equals(Object) - Method in class com.suncode.pwfl.workflow.form.action.ActionDestination
 
equals(Object) - Method in class com.suncode.pwfl.workflow.form.action.ActionTarget
 
equals(Object) - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserDefinition
 
error(String) - Static method in class com.suncode.pwfl.configuration.validators.ConfigurationElementTransferValidatorResult
 
error(ConfigurationTransferValidationErrorType, String) - Static method in class com.suncode.pwfl.configuration.validators.ConfigurationElementTransferValidatorResult
 
EvaluableType<T> - Interface in com.suncode.pwfl.core.type
Type extension used to indicate, that following type objects are evaluable - they can be translated to another runtime values.
evaluate(T) - Method in interface com.suncode.pwfl.core.type.EvaluableType
Evaluates this type instance to acquire its runtime value.
evaluate(FunctionCall) - Method in class com.suncode.pwfl.core.type.FunctionType
 
evaluate(Variable) - Method in class com.suncode.pwfl.core.type.VariableType
 
evaluate(Long, int, int, Sorter) - Method in interface com.suncode.pwfl.workflow.view.ViewEvaluator
Evaluates saved view.
evaluate(Long, int, int, Sorter, Boolean) - Method in interface com.suncode.pwfl.workflow.view.ViewEvaluator
 
evaluate(Long, int, int, Sorter, Boolean, Boolean) - Method in interface com.suncode.pwfl.workflow.view.ViewEvaluator
 
evaluatedType(T) - Method in interface com.suncode.pwfl.core.type.EvaluableType
Returns type of value returned from EvaluableType.evaluate(Object) method for given value.
evaluatedType(FunctionCall) - Method in class com.suncode.pwfl.core.type.FunctionType
 
evaluatedType(Variable) - Method in class com.suncode.pwfl.core.type.VariableType
 
evaluateSize(Long) - Method in interface com.suncode.pwfl.workflow.view.ViewEvaluator
Evaluates saved view and returns View result containing only size information.
Event - Class in com.suncode.pwfl.workflow.form.eventaction
 
Event() - Constructor for class com.suncode.pwfl.workflow.form.eventaction.Event
 
event(String) - Method in class com.suncode.pwfl.workflow.form.eventaction.EventActionDefinitionBuilder
 
event(String) - Method in class com.suncode.pwfl.workflow.form.eventaction.EventActionDefinitionBuilder.EventBuilder
 
event(String) - Method in class com.suncode.pwfl.workflow.form.eventaction.EventActionDefinitionBuilder.EventBuilder.EventPropertyBuilder
 
Event.EventBuilder - Class in com.suncode.pwfl.workflow.form.eventaction
 
Event.EventBuilder.Property - Class in com.suncode.pwfl.workflow.form.eventaction
 
EventActionDefinition - Class in com.suncode.pwfl.workflow.form.eventaction
 
EventActionDefinitionBuilder - Class in com.suncode.pwfl.workflow.form.eventaction
 
EventActionDefinitionBuilder(Translator) - Constructor for class com.suncode.pwfl.workflow.form.eventaction.EventActionDefinitionBuilder
 
EventActionDefinitionBuilder.EventBuilder - Class in com.suncode.pwfl.workflow.form.eventaction
 
EventActionDefinitionBuilder.EventBuilder.EventPropertyBuilder - Class in com.suncode.pwfl.workflow.form.eventaction
 
EventActions - Annotation Type in com.suncode.pwfl.workflow.form.eventaction.annotation
 
EventBuilder() - Constructor for class com.suncode.pwfl.workflow.form.eventaction.Event.EventBuilder
 
EventBuilder() - Constructor for class com.suncode.pwfl.workflow.form.eventaction.EventActionDefinitionBuilder.EventBuilder
 
EventPropertyBuilder() - Constructor for class com.suncode.pwfl.workflow.form.eventaction.EventActionDefinitionBuilder.EventBuilder.EventPropertyBuilder
 
Exceptions - Class in com.suncode.pwfl.util
Utility class to handle exceptions.
Exceptions() - Constructor for class com.suncode.pwfl.util.Exceptions
 
Exceptions.Action - Interface in com.suncode.pwfl.util
 
exchangeCode(OAuth2Client, String, String) - Method in interface com.suncode.pwfl.administration.email.oauth.OAuth2Service
Wymienia kod otrzymany przy redirecie na access token
execute(Map<String, String>, Pagination) - Method in class com.suncode.pwfl.datasource.AbstractDataSourceInstance
 
execute(Map<String, String>, Map<String, String>, Pagination) - Method in class com.suncode.pwfl.datasource.AbstractDataSourceInstance
 
execute(Map<String, String>, Pagination) - Method in interface com.suncode.pwfl.datasource.DataSourceInstance
 
execute(Map<String, String>, Map<String, String>, Pagination) - Method in interface com.suncode.pwfl.datasource.DataSourceInstance
 
execute(SharkTransactionCallback<T>) - Method in class com.suncode.pwfl.transaction.support.SharkTransactionTemplate
Wywołuje podaną akcję w transakcji zgodnie z ustawieniami propagacji etc.
execute(UserDelegationsTable) - Method in interface com.suncode.pwfl.workflow.support.AfterAddDelegation
Deprecated.
Metoda wykonująca pewne akcje po pomyślnym dodaniu zastępstwa.
execute(InputStream, WfFile, String, String, String, String) - Method in interface com.suncode.pwfl.workflow.support.ReadFileEvent
Deprecated.
Metoda wykonująca akcje związane ze odczytem pliku znajdującego się w systemie.
execute(OpenedFileContext) - Method in interface com.suncode.pwfl.workflow.support.ReadFileHook
Metoda wywoływana przed wyświetleniem dokumentu w systemie
EXECUTE_METHOD_NAME - Static variable in class com.suncode.pwfl.workflow.application.Application
 
EXECUTE_SCHEDULED_TASK_METHOD_NAME - Static variable in class com.suncode.pwfl.administration.scheduledtask.ScheduledTask
 
executeArchiveActions(WfDocument, DocumentEventTypes) - Method in interface com.suncode.pwfl.archive.DocumentClassActionService
Wykonuje akcje związane z archiwum na klasie dokumentów
executeArchiveActions(WfDocument, DocumentEventTypes, Boolean) - Method in interface com.suncode.pwfl.archive.DocumentClassActionService
Wykonuje akcje związane z archiwum na klasie dokumentów
executePatterns(Map<Long, Object>) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Aktualizuje indeksy względem przypisanych wzorców.
executeProcessActions(WfDocument, DocumentEventTypes, String, String) - Method in interface com.suncode.pwfl.archive.DocumentClassActionService
Wykonuje akcje związane z procesem na klasie dokumentów
executeProcessActions(WfDocument, DocumentEventTypes, String, String, Boolean) - Method in interface com.suncode.pwfl.archive.DocumentClassActionService
Wykonuje akcje związane z procesem na klasie dokumentów
exists(String) - Method in class com.suncode.pwfl.component.Parameters
Returns true if there is known parameter with given id.
exists(Long) - Method in interface com.suncode.pwfl.customfile.CustomFileService
Sprawdza, czy istnieje plik o podanym identyfikatorze.
existsByName(String) - Method in interface com.suncode.pwfl.archive.LinkService
Sprawdza czy istnieje zestaw dokumentów o podanej nazwie
expandWithAll - Variable in class com.suncode.pwfl.configuration.dto.ConfigurationDtoConfigObjectMetadata
 
Experimental - Class in com.suncode.pwfl.experimental
 
Experimental(Properties) - Constructor for class com.suncode.pwfl.experimental.Experimental
 
experimental() - Method in class com.suncode.pwfl.experimental.ExperimentalConfiguration
 
ExperimentalConfiguration - Class in com.suncode.pwfl.experimental
 
ExperimentalConfiguration() - Constructor for class com.suncode.pwfl.experimental.ExperimentalConfiguration
 
ExperimentalFeature - Enum in com.suncode.pwfl.experimental
 
EXPIRATION_DATE_COLUMN - Static variable in class com.suncode.pwfl.archive.search.SimpleIndexFilter
 
ExpirationType - Enum in com.suncode.pwfl.archive
 
EXPIRED_COLUMN - Static variable in class com.suncode.pwfl.archive.search.SimpleIndexFilter
 
exportCertificatesToKeyStore(Map<String, Certificate>, OutputStream, char[]) - Method in interface com.suncode.pwfl.certificates.CertificateService
Eksportuje certyfikaty jako KeyStore z aliasami z klucza mapy oraz ich certyfikatami.
exportCertificateToStream(Certificate, OutputStream) - Method in interface com.suncode.pwfl.certificates.CertificateService
Eksportuje do strumienia certyfikat w formacie .pem.
exportConfig() - Method in interface com.suncode.pwfl.configuration.plugins.PluginConfigurationProvider
 
ExtraTransfer - Class in com.suncode.pwfl.administration.user
Object which represents additional transfers for user while deactivation.
ExtraTransfer() - Constructor for class com.suncode.pwfl.administration.user.ExtraTransfer
 

F

FailedBulkProcessDeleteException - Exception in com.suncode.pwfl.workflow.process.exception
 
FailedBulkProcessDeleteException() - Constructor for exception com.suncode.pwfl.workflow.process.exception.FailedBulkProcessDeleteException
 
failure(T, String) - Static method in class com.suncode.pwfl.web.support.ajax.EntityRestResult
 
FeatureLicense - Interface in com.suncode.pwfl.license
Obiekt tworzony podczas załadowania licencji z funkcjonalnością systemu ułatwiający zarządzanie tą licencją.
FieldType - Enum in com.suncode.pwfl.workflow.form
 
FILE - Static variable in class com.suncode.pwfl.core.type.Types
Custom file type.
FILE_ARRAY - Static variable in class com.suncode.pwfl.core.type.Types
Array of Types.FILE
FileAction - Enum in com.suncode.pwfl.archive
 
FileArchiver - Interface in com.suncode.pwfl.archive
Umożliwia kompresje oraz dekompresje plików systemu.
FileCipherService - Interface in com.suncode.pwfl.archive
 
FileEncodingUtils - Class in com.suncode.pwfl.util.io
Klasa pomocnicza zawierające metody związane z kodowaniem plików.
FileEncodingUtils() - Constructor for class com.suncode.pwfl.util.io.FileEncodingUtils
 
FileFinder - Interface in com.suncode.pwfl.archive
Umożliwia wyszukiwanie plików systemowych
FILEID_COLUMN - Static variable in class com.suncode.pwfl.archive.search.SimpleIndexFilter
 
FileSaver - Interface in com.suncode.pwfl.archive
Klasa odpowiedzialna za zapis plików w systemie
FileService - Interface in com.suncode.pwfl.archive
Umożliwia zarządzanie plikami systemu.
FileSizeLimitExceededException - Exception in com.suncode.pwfl.archive.exception
Exception thrown when exceeded size of upload file
FileSizeLimitExceededException() - Constructor for exception com.suncode.pwfl.archive.exception.FileSizeLimitExceededException
 
FileSizeLimitExceededException(String, Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.FileSizeLimitExceededException
 
FileSizeLimitExceededException(String) - Constructor for exception com.suncode.pwfl.archive.exception.FileSizeLimitExceededException
 
FileSizeLimitExceededException(Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.FileSizeLimitExceededException
 
FileSorter - Enum in com.suncode.pwfl.archive.util
Zawiera możliwe pola sortowania plików
FileType - Class in com.suncode.pwfl.core.type
 
FileType() - Constructor for class com.suncode.pwfl.core.type.FileType
 
Filter - Interface in com.suncode.pwfl.search
 
FilterOperator - Enum in com.suncode.pwfl.search
 
FilterOperatorNotSupported - Exception in com.suncode.pwfl.search
 
FilterOperatorNotSupported() - Constructor for exception com.suncode.pwfl.search.FilterOperatorNotSupported
 
FilterOperatorNotSupported(String, Throwable) - Constructor for exception com.suncode.pwfl.search.FilterOperatorNotSupported
 
FilterOperatorNotSupported(String) - Constructor for exception com.suncode.pwfl.search.FilterOperatorNotSupported
 
FilterOperatorNotSupported(Throwable) - Constructor for exception com.suncode.pwfl.search.FilterOperatorNotSupported
 
filterProcesses(String, List<ProcessType>) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionHook
Metoda filtrująca listę procesów do wybrania podczas definiowania nowego zastępstwa.
filterProcesses(String, List<ProcessType>) - Method in class com.suncode.pwfl.administration.substitution.SubstitutionHookAdapter
 
FilterValueTypeResolver - Class in com.suncode.pwfl.search
Komponent deserializujący obiekt JSON do odpowiednich obiektów w zależności od nazwy właściwości:
Proste: string long date double integer Listy: stringList longList dateList doubleList integerList Użycie: oznaczenie właściwości adnotacją @JsonDeserialize( using = FilterValueTypeResolver.class )
FilterValueTypeResolver() - Constructor for class com.suncode.pwfl.search.FilterValueTypeResolver
 
find(String, String, String, String, Integer, Integer, Sorter) - Method in interface com.suncode.pwfl.administration.structure.OrganizationalUnitFinder
Funkcja umożliwjająca wyszukiwanie jednostek organizacyjnych
find(String, String, String, String, String, String, Integer, Integer, Sorter) - Method in interface com.suncode.pwfl.administration.structure.OrganizationalUnitFinder
Funkcja umożliwjająca wyszukiwanie jednostek organizacyjnych
find(String, String, String, String, Integer, Integer, Sorter) - Method in interface com.suncode.pwfl.administration.structure.PositionFinder
Umożliwia wyszukiwania stanowisk
find(DeactivationActivity, List<DeactivationActivity>) - Static method in class com.suncode.pwfl.administration.user.DeactivationActivity
Odnajduje DeactivationActivity w liście zadań
find(DeactivationParticipant, List<DeactivationParticipant>) - Static method in class com.suncode.pwfl.administration.user.DeactivationParticipant
Odnajduje DeactivationParticipant w liście ról
find(DeactivationProcess, List<DeactivationProcess>) - Static method in class com.suncode.pwfl.administration.user.DeactivationProcess
Odnajduje DeactivationProcess w liście procesów
find(SQLBuilder) - Method in interface com.suncode.pwfl.search.sql.SQLFinder
Wykonuje zdefiniowane zapytanie i pobiera wyniki.
find(SQLBuilder, Integer, Integer) - Method in interface com.suncode.pwfl.search.sql.SQLFinder
Wykonuje zdefiniowane zapytanie i pobiera wyniki z podanymi ograniczeniami.
find(SQLBuilder, Class<T>) - Method in interface com.suncode.pwfl.search.sql.SQLFinder
Wykonuje zdefiniowane zapytanie.
find(SQLBuilder, Class<T>, Integer, Integer) - Method in interface com.suncode.pwfl.search.sql.SQLFinder
Wykonuje zdefiniowane zapytanie i pobiera wyniki z podanymi ograniczeniami.
findActivities(String, String, List<ActivityState>, String...) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Pobiera wszystkie zadania dla podanej definicji procesu, definicji zadania i wybranych statusów
findActivitiesAssignedToUser(String, String...) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Pobiera zadania przypisane do użytkownika
findActivitiesAssignedToUser(String, Integer, Integer, String...) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Pobiera zadania przypisane do użytkownika
findActivitiesAssignedToUserForProcessDefinitions(String, List<ActivityState>, List<String>, Integer, Integer, String, SortDirection) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Pobiera zadania przypisane do użytkownika, należące do podanych typów procesów oraz w podanych statusach
findActivitiesAssignedToUserFromProcess(String, String, String...) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Pobiera zadania przypisane do użytkownika z podanego procesu
findActivitiesExecutedByUser(String, Integer, Integer, String...) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Pobiera zadania wykonane przez użytkownika
findActivitiesExecutedByUserFromProcess(String, String, String...) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Pobiera zadania wykonane przez użytkownika z podanego procesu
findActivitiesInSubstitutionForUserForProcessDefinitions(String, List<ActivityState>, List<String>, Integer, Integer, String, SortDirection) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Pobiera zadania użytkownika w zastępstwie, należące do podanych typów procesów oraz w podanych statusach
findActivitiesWithExceededDeadlineAssignedToUserForProcessDefinitions(String, List<ActivityState>, List<String>, Integer, Integer, String, SortDirection) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Pobiera przeterminowane zadania przypisane do użytkownika, należące do podanych typów procesów oraz w podanych statusach
findActivity(String, String, String...) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Pobiera informacje o zadaniu.
findAll(LocalDate, Pagination) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionFinder
Metoda pobiera wszystkie zastępstwa w systemie, które są aktywne lub zakończone nie wcześniej niż podana data.
findAllForUser(String, LocalDate, Pagination) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionFinder
Metoda pobiera wszystkie zastępstwa w systemie dla użytkownika, które są aktywne lub zakończone nie wcześniej niż podana data.
findAvailablePositions(String...) - Method in interface com.suncode.pwfl.administration.structure.PositionFinder
Pobiera listę stanowisk, które nie są przypisane do żadnego użytkownika
findByActivity(String, String, String) - Method in interface com.suncode.pwfl.administration.structure.RoleFinder
Pobiera role na której jest zdefiniowane zadanie
findByCategory(String, String...) - Method in interface com.suncode.pwfl.administration.configuration.SystemParameterFinder
Pobiera wszystkie systemowe parametry na podstawie kategorii
findByCriteria(DetachedCriteria, Integer, Integer, boolean) - Method in interface com.suncode.pwfl.administration.user.UserFinder
Funkcja umożliwia wyszukanie użytkowników bez zawężenia listy wyników do użytkowników aktywnych
findByCriteria(DetachedCriteria) - Method in interface com.suncode.pwfl.support.BaseDao
' Umożliwia wyszukanie elementów o podanych parametrach
findByCriteria(DetachedCriteria, Integer, Integer) - Method in interface com.suncode.pwfl.support.BaseDao
Umożliwia wyszukanie elementów o podanych parametrach
findByCriteria(DetachedCriteria, Integer, Integer) - Method in interface com.suncode.pwfl.support.BaseFinder
Wyszukuje obiekty o podanych kryteriach.
findByCriteria(DetachedCriteria) - Method in interface com.suncode.pwfl.support.BaseFinder
Wyszukuje obiekty o podanych kryteriach.
findByCriteria(DetachedCriteria) - Method in class com.suncode.pwfl.support.CustomService
 
findByCriteria(DetachedCriteria, int, int) - Method in class com.suncode.pwfl.support.CustomService
 
findByCriteria(DetachedCriteria) - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
findByCriteria(DetachedCriteria, Integer, Integer) - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
findByCriteria(DetachedCriteria, Integer, Integer) - Method in class com.suncode.pwfl.util.BaseFinderImpl
 
findByCriteria(DetachedCriteria) - Method in class com.suncode.pwfl.util.BaseFinderImpl
 
findByCriteria(DetachedCriteria) - Method in interface com.suncode.pwfl.util.QueryExecutor
Wyszukuje dane na podstawie podanych kryteriów
findByCriteria(DetachedCriteria, Integer, Integer) - Method in interface com.suncode.pwfl.util.QueryExecutor
Wyszukuje dane na podstawie podanych kryteriów
findByDocumentClass(Long, String...) - Method in interface com.suncode.pwfl.archive.DocumentClassActionDao
 
findByDocumentClass(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassActionFinder
Pobiera wszystkie akcje dla podanej klasy dokumentów
findByDocumentClass(Long, String...) - Method in interface com.suncode.pwfl.archive.DocumentClassActionFinder
Pobiera wszystkie akcje dla podanej klasy dokumentów
findByDocumentClass(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassIndexFinder
Pobiera indeksy z klasy dokumentów z domyślnym sortowaniem po orderId asc
findByDocumentClass(Long, Sorter) - Method in interface com.suncode.pwfl.archive.DocumentClassIndexFinder
Pobiera indeksy z klasy dokumentów
findByDocumentClass(Long, Integer, Integer, String, SortDirection) - Method in interface com.suncode.pwfl.archive.DocumentClassIndexFinder
Pobiera stronnicowaną listę przetłumaczonych indeksów klasy dokumentów
findByDocumentClass(Long, Locale, Integer, Integer, String, SortDirection) - Method in interface com.suncode.pwfl.archive.DocumentClassIndexFinder
Pobiera stronnicowaną listę przetłumaczonych we wskazanym jęzku indeksów klasy dokumentów
findByDocumentClassName(String, Integer, Integer) - Method in interface com.suncode.pwfl.archive.FileFinder
Pobiera wszystkie pliki z podanej klasy dokumentów
findByFileId(Long, Long) - Method in interface com.suncode.pwfl.archive.DocumentFinder
Pobiera dokument po id pliku
findByFilters(HibernateFilter, Pagination) - Method in interface com.suncode.pwfl.administration.structure.PositionFinder
Umożliwia wyszukiwanie stanowisk na podstawie filtrów
findByFilters(HibernateFilter, Pagination) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionFinder
Pobiera zastępstwa na podstawie zdefiniowanych filtrów.
findByFilters(List<HibernateFilter>, UserSorter, int, int) - Method in interface com.suncode.pwfl.administration.user.UserFinder
Pobiera użytkowników na podstawie zdefiniowanych filtrów.
findByGroup(String) - Method in interface com.suncode.pwfl.administration.user.UserFinder
Pobiera użytkowników należących do podanej grupy
findByGroups(List<String>, Sorter, int, int) - Method in interface com.suncode.pwfl.administration.user.UserFinder
Pobiera wyszukuje użytkowników należących do podanych grup
findByGroups(List<String>) - Method in interface com.suncode.pwfl.administration.user.UserFinder
Pobiera listę użytkowników z podanych grup
findByHigherPositionSymbol(String, String, String, String, Integer, Integer, Sorter) - Method in interface com.suncode.pwfl.administration.structure.PositionFinder
Umożliwia wyszukiwania stanowisk
findById(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassIndexFinder
Pobiera indeksy z klasy dokumentów
findByIndexes(Long, List<IndexFilter>, List<Sorter>, Integer, Integer, String...) - Method in interface com.suncode.pwfl.archive.DocumentFinder
Wyszukuje dokumenty o podanych parametrach.
findByIndexes(Long, Map<Long, Object>, List<Sorter>, Integer, Integer, String...) - Method in interface com.suncode.pwfl.archive.DocumentFinder
Wyszukuje dokumenty o podanych indeksach
findByIndexes(Map<Long, Object>, Long) - Method in interface com.suncode.pwfl.archive.FileFinder
Wyszukuje pliki posiadające podane indeksy
findByIndexes(Map<Long, Object>, Long, Integer, Integer) - Method in interface com.suncode.pwfl.archive.FileFinder
Wyszukuje jedna strone plikow posiadających podane indeksy
findByIndexes(String, Map<String, Object>) - Method in interface com.suncode.pwfl.workflow.process.ProcessDao
Wyszukuje procesy o określonych wartościach zmiannych
findByIndexes(String, List<IndexFilter>, String...) - Method in interface com.suncode.pwfl.workflow.process.ProcessFinder
 
findByIndexes(String, List<IndexFilter>, List<Sorter>, String...) - Method in interface com.suncode.pwfl.workflow.process.ProcessFinder
 
findByIndexes(String, List<IndexFilter>, List<Sorter>, Integer, Integer, String...) - Method in interface com.suncode.pwfl.workflow.process.ProcessFinder
 
findByIndexes(String, Map<String, Object>, String...) - Method in interface com.suncode.pwfl.workflow.process.ProcessFinder
 
findByIndexes(String, Map<String, Object>, List<Sorter>, String...) - Method in interface com.suncode.pwfl.workflow.process.ProcessFinder
 
findByIndexes(String, Map<String, Object>, List<Sorter>, Integer, Integer, String...) - Method in interface com.suncode.pwfl.workflow.process.ProcessFinder
 
findByIndexesCounted(Map<Long, Object>, Long, Integer, Integer) - Method in interface com.suncode.pwfl.archive.FileFinder
Wyszukuje dokumenty o podanych indeksach
findByIndexesForUser(String, Long, List<IndexFilter>, List<Sorter>, Integer, Integer, String...) - Method in interface com.suncode.pwfl.archive.DocumentFinder
Wyszukuje dokumenty o podanych parametrach.
findByIndexesForUser(String, Long, Map<Long, Object>, List<Sorter>, Integer, Integer, String...) - Method in interface com.suncode.pwfl.archive.DocumentFinder
Wyszukuje dokumenty o podanych parametrach.
findByLinkId(Long) - Method in interface com.suncode.pwfl.archive.LinkIndexDao
 
findByLocale(Locale, String...) - Method in interface com.suncode.pwfl.workflow.process.ProcessDataTranslationDao
Zwraca listę tłumaczeń w podanym języku
findByName(String, String...) - Method in interface com.suncode.pwfl.administration.structure.OrganizationalUnitFinder
Pobiera jednostki o podanej nazwie
findByName(String, String...) - Method in interface com.suncode.pwfl.administration.structure.PositionFinder
Pobiera listę stanowisk po nazwie
findByName(String, String...) - Method in interface com.suncode.pwfl.administration.user.UserGroupFinder
 
findByOU(String) - Method in interface com.suncode.pwfl.administration.user.UserFinder
Pobiera użytkowników z podanej jednostki
findByOUs(List<String>) - Method in interface com.suncode.pwfl.administration.user.UserFinder
Pobiera użytkowników z podanych jednostek
findByPosition(Long) - Method in interface com.suncode.pwfl.administration.structure.RoleFinder
Pobiera role podłączone do stanowiska
findByProcess(String) - Method in interface com.suncode.pwfl.administration.structure.RoleFinder
Pobiera role zdefiniowane w procesie(również role globalne jeżeli zostały użyte)
findByProcessDefinitionId(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessFinder
Wyszukuje wyszystkie procesu o podanej definicji
findByProcessId(String, String...) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Wyszukuje zadania po podanym id procesu
findByProcessIds(List<String>, String...) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Wyszukuje wszystkie zadania po podanych id procesów
findByProperty(String, Object, Integer, Integer, String...) - Method in interface com.suncode.pwfl.support.BaseDao
Pobiera listę obiektów o podanym paremetrze
findByProperty(String, Object, Integer, Integer, String...) - Method in interface com.suncode.pwfl.support.BaseFinder
Pobiera listę obiektów o podanym paremetrze
findByProperty(String, Object, Integer, Integer, String...) - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
findByProperty(String, Object, Integer, Integer, String...) - Method in class com.suncode.pwfl.util.BaseFinderImpl
 
findByRole(Long, String...) - Method in interface com.suncode.pwfl.administration.structure.PositionFinder
Pobiera stanowiska, które są powiązane z rolą o podanym id
findByRoleId(Long) - Method in interface com.suncode.pwfl.administration.user.UserFinder
Pobiera użytkowników posiadających stanowisko przypisane do podanej roli
findByRoles(List<RoleFilter>) - Method in interface com.suncode.pwfl.administration.user.UserFinder
Wyszukuje użytkowników po zdefiniowanych rolach
findBySymbol(String, String...) - Method in interface com.suncode.pwfl.administration.structure.OrganizationalUnitFinder
Pobiera jednostkę organizacyjną o podanym symbolu.
findBySymbol(String, String...) - Method in interface com.suncode.pwfl.administration.structure.PositionFinder
Pobiera stanowisko o podanym symbolu.
findByType(Long, DocumentEventTypes) - Method in interface com.suncode.pwfl.archive.DocumentClassActionFinder
Pobiera akcje na klasie dokumentów o podanym typie
findByUserName(String, String...) - Method in interface com.suncode.pwfl.administration.structure.OrganizationalUnitFinder
Pobiera jednostki organizacyjne do których należy podanych użytkownik
findByUserName(String, String...) - Method in interface com.suncode.pwfl.administration.structure.PositionFinder
Pobiera stanowiska dla podanego użytkownika
findByUserName(String) - Method in interface com.suncode.pwfl.administration.structure.RoleFinder
Pobiera role przypisane do użytkownika
findByUserName(String, boolean) - Method in interface com.suncode.pwfl.administration.user.UserAvatarDao
 
findByUserName(String, boolean) - Method in class com.suncode.pwfl.administration.user.UserAvatarDaoImpl
 
findByUserName(String, String...) - Method in interface com.suncode.pwfl.administration.user.UserFinder
Pobiera użytkownika po loginie.
findByUserName(String, boolean, String...) - Method in interface com.suncode.pwfl.administration.user.UserFinder
Pobiera użytkownika po loginie.
findByUserNameIgnoreCase(String, boolean, String...) - Method in interface com.suncode.pwfl.administration.user.UserFinder
Pobiera użytkownika po loginie pomijając wielkość liter
findCategory(String, String...) - Method in interface com.suncode.pwfl.administration.configuration.SystemParameterFinder
Pobiera kategorię na podstawie jej nazwy
findDirectoriesByCriteria(DetachedCriteria) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Wyszukuje katalogi
findDocumentClassActionByProcessDefId(String, DocumentEventTypes) - Method in interface com.suncode.pwfl.archive.DocumentClassActionFinder
Pobiera akcje na klasach dokumentów, które są zdefiniowane na procesie o podanym id, oraz są akcjami podanego typu.
findDocumentClassIndexTranslationsForLocale(Locale, String...) - Method in interface com.suncode.pwfl.archive.DocumentClassIndexFinder
Pobiera listę wszystkich tłumaczeń powiązanych z indeksami klas dokumentów w podanym języku
FinderFactory - Class in com.suncode.pwfl.util
Pozwala pobrierać klasy wyszukujące
FinderFactory() - Constructor for class com.suncode.pwfl.util.FinderFactory
 
findExpiredDocuments() - Method in interface com.suncode.pwfl.archive.DocumentFinder
Wyszukuje dokumenty, których termin ważności się zakończył
findInfo(Long) - Method in interface com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskInfoService
Pobiera informacja o zadaniu zaplanowanym
findLastActivity(String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Wyszukuje zadanie z procesu o najpóźniejszym czasie zmiany stanu.
findMobileActivitiesForUser(String, Integer, Integer) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Pobiera zadania przypisane do użytkownika, które są zgodne z aplikacją mobilną.
findNextActivities(String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Wyszukuje zadania, które zostały utworzone po zakończeniu zadania o podanym id
findOne(DetachedCriteria) - Method in interface com.suncode.pwfl.support.BaseDao
Wyszukuje jeden obiekt na podstawie przekazanej definicji zapytania
findOne(DetachedCriteria) - Method in interface com.suncode.pwfl.support.BaseFinder
Wyszukuje jeden obiekt na podstawie przekazanej definicji zapytania
findOne(DetachedCriteria) - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
findOne(DetachedCriteria) - Method in class com.suncode.pwfl.util.BaseFinderImpl
 
findOne(DetachedCriteria) - Method in interface com.suncode.pwfl.util.QueryExecutor
Wyszukuje jeden obiekt na podstawie przekazanej definicji zapytania
findOneByIndexes(Long, List<IndexFilter>) - Method in interface com.suncode.pwfl.archive.DocumentFinder
Wyszukuje dokument o podanych parametrach.
findOneByProperty(String, Object, String...) - Method in interface com.suncode.pwfl.support.BaseDao
Pobiera obiekt o podanym parametrze
findOneByProperty(String, Object, String...) - Method in interface com.suncode.pwfl.support.BaseFinder
Pobiera obiekt o podanym parametrze
findOneByProperty(String, Object, String...) - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
findOneByProperty(String, Object, String...) - Method in class com.suncode.pwfl.util.BaseFinderImpl
 
findOpenedActivities(String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
 
findOverlappedSubstitutions(Substitution) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionFinder
Metoda wyszukuje zastępstwa, na które nachodzi zdefiniowane zastępstwo.
findPreviousActivity(String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Wyszukuje poprzednie zadanie od wskazanego zadania
findProcessData(String, String, String) - Method in interface com.suncode.pwfl.workflow.process.ProcessDataService
 
findProcessesByFileId(Long) - Method in interface com.suncode.pwfl.workflow.process.ProcessFinder
Wyszukuje wyszystkie procesy, do których podłączony jest dany plik
findProcessIdByActivityId(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessFinder
Pobiera id procesu
findProcessIdsByIndexes(String, Map<String, Object>) - Method in interface com.suncode.pwfl.workflow.process.ProcessFinder
Wyszukuje procesu po indeksach
findRoles(String, String, String) - Method in interface com.suncode.pwfl.administration.structure.RoleFinder
 
findSubstitutionsForUserOus(String, LocalDate, boolean, Pagination) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionFinder
Metoda wyszukuje zdefiniowane zastępstwa dla wszystkich użytkowników należących do tej samej jednostki organizacyjnej, co podany użytkownik.
findTranslationsForLocale(Locale, String...) - Method in interface com.suncode.pwfl.administration.structure.OrganizationalUnitFinder
Pobiera listę wszystkich tłumaczeń powiązanych z jednostkami organizacyjnymi w podanym języku
findTranslationsForLocale(Locale, String...) - Method in interface com.suncode.pwfl.administration.structure.PositionFinder
Pobiera listę wszystkich tłumaczeń powiązanych ze stanowiskami w podanym języku
findUserNamesByGroups(List<String>) - Method in interface com.suncode.pwfl.administration.user.UserFinder
Pobiera listę loginów użytkowników z podanych grup
FIRSTNAME - Static variable in class com.suncode.pwfl.administration.user.DomainMappingDefault
 
FLOAT - Static variable in class com.suncode.pwfl.core.type.Types
Float type.
FLOAT_ARRAY - Static variable in class com.suncode.pwfl.core.type.Types
Array of Types.FLOAT
FloatType - Class in com.suncode.pwfl.core.type
Float type.
forceDeleteDeviceByName(String) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Usuwa urządzenie, jeżeli zawiera katalogi to również są usuwane.
ForceRequestEncodingFilter - Class in com.suncode.pwfl.filter
 
ForceRequestEncodingFilter() - Constructor for class com.suncode.pwfl.filter.ForceRequestEncodingFilter
 
forClass(Class<?>) - Method in interface com.suncode.pwfl.translation.TranslatorRegistry
Returns Translator for package of given class registered in TranslatorScope.SERVER scope.
form() - Static method in class com.suncode.pwfl.workflow.form.action.ActionDestination
Returns instance of this object and point to the whole form area.
form() - Static method in class com.suncode.pwfl.workflow.form.action.ActionTarget
Form
Form - Class in com.suncode.pwfl.workflow.form
Klasa przechowująca dane o formularzu
Form() - Constructor for class com.suncode.pwfl.workflow.form.Form
 
FormatField - Class in com.suncode.pwfl.workflow.form.field
 
FormatField() - Constructor for class com.suncode.pwfl.workflow.form.field.FormatField
 
FormBuilderService - Interface in com.suncode.pwfl.workflow.form
Serwis builder'a formularza
FormCriteria - Class in com.plusmpm.util.form.datachooser
KROTKI OPIS...
FormCriteria() - Constructor for class com.plusmpm.util.form.datachooser.FormCriteria
 
FormElement - Class in com.suncode.pwfl.workflow.form
Klasa przechowująca elementu formularza.
FormElement(FormField, int) - Constructor for class com.suncode.pwfl.workflow.form.FormElement
 
FormElement(FormGrid, int) - Constructor for class com.suncode.pwfl.workflow.form.FormElement
 
FormElementType - Enum in com.suncode.pwfl.workflow.form
 
FormField - Interface in com.suncode.pwfl.workflow.form
Definicja pola formularza
FormGrid - Class in com.suncode.pwfl.workflow.form
Definiuje tabele dynamiczną
FormGrid() - Constructor for class com.suncode.pwfl.workflow.form.FormGrid
 
FormService - Interface in com.suncode.pwfl.workflow.form
Umożliwia pobieranie informacji o formularzu
forType(String) - Static method in enum com.suncode.pwfl.workflow.form.action.ActionDestination.Type
 
fragment(UIFragment) - Static method in class com.suncode.pwfl.web.ui.WebScripts.Link
Returns relative link to given fragment e.g.
fragment(UIFragment, boolean) - Static method in class com.suncode.pwfl.web.ui.WebScripts.Link
Returns relative link to given fragment e.g.
fragment(String, boolean) - Static method in class com.suncode.pwfl.web.ui.WebScripts.Link
Returns relative link to given fragment e.g.
FRAGMENTS_URL_PREFIX - Static variable in interface com.suncode.pwfl.web.ui.WebScripts
 
fragmentSupported(ActionUIFragment) - Method in class com.suncode.pwfl.workflow.form.action.ActionDefinition
 
fromBase(T) - Method in interface com.suncode.pwfl.core.type.TypeBase.Convert
 
fromCode(String) - Static method in enum com.suncode.pwfl.web.ui.DivanteColor
 
fromCode(String) - Static method in enum com.suncode.pwfl.web.ui.DivanteIcon
 
fromEntity(Link) - Static method in class com.suncode.pwfl.archive.LinkDto
 
fromJson(String) - Static method in class com.suncode.pwfl.core.data.TableStore
 
fromString(String) - Static method in enum com.suncode.pwfl.administration.configuration.SystemType
 
fromString(String) - Static method in enum com.suncode.pwfl.web.ui.DivanteColor
 
fromString(String) - Static method in enum com.suncode.pwfl.web.ui.DivanteIcon
 
fromString(String) - Static method in enum com.suncode.pwfl.workflow.process.IndexType
 
fromVariableSet(Integer) - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.DataChooserDeclaration
 
Function - Annotation Type in com.suncode.pwfl.core.function.annotation
Annotation used to mark single methods as function overrides.
Function - Interface in com.suncode.pwfl.core.function
Function defined as set of overrides with common name and different parameters.
FUNCTION - Static variable in class com.suncode.pwfl.core.type.Types
Function type.
Function.FunctionAccessibility - Enum in com.suncode.pwfl.core.function
 
FUNCTION_ARRAY - Static variable in class com.suncode.pwfl.core.type.Types
FunctionAlreadyRegisteredException - Exception in com.suncode.pwfl.core.function
Expection thrown, when given function is already registered within FunctionRegistry.
FunctionAlreadyRegisteredException(Function) - Constructor for exception com.suncode.pwfl.core.function.FunctionAlreadyRegisteredException
 
FunctionCall - Class in com.suncode.pwfl.core.function
Function call.
FunctionCall(Function, Type<?>, Object...) - Constructor for class com.suncode.pwfl.core.function.FunctionCall
 
FunctionCall(Function, Type<?>, List<Type<?>>, Object...) - Constructor for class com.suncode.pwfl.core.function.FunctionCall
 
FunctionCall(FunctionOverride, Object...) - Constructor for class com.suncode.pwfl.core.function.FunctionCall
 
FunctionCallException - Exception in com.suncode.pwfl.core.function
Exception thrown when there was a problem calling function.
FunctionCallException(Function, String) - Constructor for exception com.suncode.pwfl.core.function.FunctionCallException
 
FunctionCallException(Function, String, Throwable) - Constructor for exception com.suncode.pwfl.core.function.FunctionCallException
 
FunctionCallException(FunctionOverride, String, Throwable) - Constructor for exception com.suncode.pwfl.core.function.FunctionCallException
 
FunctionContext - Class in com.suncode.pwfl.core.function
Function Context.
FunctionDeclaration - Class in com.suncode.pwfl.workflow.component.declaration
Function declaration - raw data from XPDL.
FunctionDeclaration(String) - Constructor for class com.suncode.pwfl.workflow.component.declaration.FunctionDeclaration
 
FunctionNotFoundException - Exception in com.suncode.pwfl.core.function
Expection thrown, when given function is not registered within FunctionRegistry.
FunctionNotFoundException(String) - Constructor for exception com.suncode.pwfl.core.function.FunctionNotFoundException
 
FunctionOverride - Interface in com.suncode.pwfl.core.function
Function override.
FunctionRegistry - Interface in com.suncode.pwfl.core.function
Function registry that holds every registered function.
Functions - Annotation Type in com.suncode.pwfl.core.function.annotation
Every class annotated with this annotation is treated as functions container.
FunctionsDiscovery - Class in com.suncode.pwfl.core.function
Strategy for discovering functions using given ResourceLoader annotated with @ Functions
FunctionsDiscovery(ResourceLoader) - Constructor for class com.suncode.pwfl.core.function.FunctionsDiscovery
 
FunctionsException - Exception in com.suncode.pwfl.core.function
Base class for every exception thrown within FunctionAPI.
FunctionsException(String) - Constructor for exception com.suncode.pwfl.core.function.FunctionsException
 
FunctionsException(String, Throwable) - Constructor for exception com.suncode.pwfl.core.function.FunctionsException
 
FunctionsFormScript - Annotation Type in com.suncode.pwfl.workflow.form.function.annotation
Annotation used on function class (class must be also marked with Functions annotation) will cause injection of given script with action form implementation.
FunctionsScript - Annotation Type in com.suncode.pwfl.core.function.annotation
Annotation used on functions class (annotated with @Functions annotation) will cause injection of given script with functions implementations.
FunctionType - Class in com.suncode.pwfl.core.type
Function type.

G

generateSnapshot(ActivityRedirection) - Static method in class com.suncode.pwfl.workflow.activity.ActivityRedirection
 
get(String, String) - Method in interface com.suncode.pwfl.administration.user.UserDataDao
Odczytuje ustawienie użytkownika o podanej nazwie.
get(String) - Method in interface com.suncode.pwfl.administration.user.UserDataDao
Odczytuje wszystkie ustawienia użytkownika.
get() - Static method in class com.suncode.pwfl.administration.user.UserInfoCache
 
get(String) - Method in class com.suncode.pwfl.administration.user.UserInfoCache
 
get() - Method in class com.suncode.pwfl.component.Argument
Returns this argument value.
get(Class<T>) - Method in class com.suncode.pwfl.component.Argument
Returns this argument value as instance of given class.
get(String) - Method in class com.suncode.pwfl.component.Parameters
Returns resolved value of parameter.
get(String, Class<T>) - Method in class com.suncode.pwfl.component.Parameters
Returns resolved value of parameter as specified class instance.
get(String) - Method in class com.suncode.pwfl.core.data.Record
 
get() - Method in class com.suncode.pwfl.core.type.TypedValue
Returns raw value ( not evaluated in case of EvaluableType types).
get(String) - Static method in class com.suncode.pwfl.core.type.Types
Returns type with given name.
get(PK) - Method in interface com.suncode.pwfl.support.BaseDao
Pobiera obiekt po id.
get(PK, String...) - Method in interface com.suncode.pwfl.support.BaseDao
Pobiera obiekt po id.
get(PK) - Method in interface com.suncode.pwfl.support.BaseFinder
Pobiera obiekt po identyfikatorze.
get(PK, String...) - Method in interface com.suncode.pwfl.support.BaseFinder
Pobiera obiekt po identyfikatorze.
get(PK) - Method in class com.suncode.pwfl.support.CustomService
 
get(PK, String...) - Method in class com.suncode.pwfl.support.CustomService
 
get(PK) - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
get(PK, String...) - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
get() - Static method in class com.suncode.pwfl.SystemContext
 
get(String) - Method in exception com.suncode.pwfl.SystemException
 
get() - Static method in class com.suncode.pwfl.transaction.support.TransactionWrapper
 
get() - Method in class com.suncode.pwfl.translation.LocalizedString
Returns translated message.
get(String) - Method in interface com.suncode.pwfl.translation.TranslatorRegistry
Returns Translator with given name for scope TranslatorScope.SERVER.
get(String, TranslatorScope) - Method in interface com.suncode.pwfl.translation.TranslatorRegistry
Returns Translator with given name and scope.
get(String) - Static method in class com.suncode.pwfl.translation.Translators
Return translator withi given name.
get(String, TranslatorScope) - Static method in class com.suncode.pwfl.translation.Translators
Return translator withi given name and scope.
get(Class<?>) - Static method in class com.suncode.pwfl.translation.Translators
Return translator for given class
get(PK) - Method in class com.suncode.pwfl.util.BaseFinderImpl
 
get(PK, String...) - Method in class com.suncode.pwfl.util.BaseFinderImpl
 
get() - Static method in class com.suncode.pwfl.util.CollatorInstance
 
get(String) - Method in class com.suncode.pwfl.util.ShaKey
Generuje i zwraca zakodowany klucz.
get() - Static method in class com.suncode.pwfl.web.ui.WebScripts.UrlCacheParameter
 
get() - Static method in class com.suncode.pwfl.workflow.activity.indexer.ActivityIndexingWrapper
 
get(String) - Method in class com.suncode.pwfl.workflow.component.ContextVariables
Returns context variable value
get() - Static method in class com.suncode.pwfl.workflow.process.indexer.ProcessIndexingWrapper
 
get(UUID) - Method in interface com.suncode.pwfl.xpdl.PackageCacheService
 
get(UUID) - Method in class com.suncode.pwfl.xpdl.PackageCacheServiceImpl
 
getAbsolutePath(String) - Method in class com.suncode.pwfl.SystemContext
 
getAccessibility() - Method in interface com.suncode.pwfl.core.function.FunctionOverride
Specify place (server, browser) where function can be executed.
getAction(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns action with given id or null if action is not registered.
getActionName() - Method in class com.suncode.pwfl.workflow.AcceptanceContext
Returns action name or null if default acceptance path is evaluated.
getActionName() - Method in class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
Pobiera nazwę akcji przycisku akceptacji z mapy procesu
getActionName() - Method in class com.suncode.pwfl.workflow.form.AcceptButton
 
getActionName() - Method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
Returns action name or null if default acceptance path is evaluated.
getActions() - Method in class com.suncode.pwfl.archive.DocumentClass
 
getActions() - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns all registered actions.
getActionSource() - Method in class com.suncode.pwfl.workflow.form.AutoUpdate
 
getActionSourceClass(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns source class of action with given id.
getActivated() - Method in class com.suncode.pwfl.workflow.activity.ActivatedTime
 
getActivatedTime() - Method in class com.suncode.pwfl.workflow.activity.ActivatedTime
 
getActivatedTime() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getActivatedTime() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getActiveConnection(OAuth2Connection) - Method in interface com.suncode.pwfl.administration.email.oauth.OAuth2Service
Zwraca połączenie, jeśli wygasło dodatkowo je odświeża
getActiveConnection(OAuth2Connection, Long) - Method in interface com.suncode.pwfl.administration.email.oauth.OAuth2Service
Zwraca połączenie, jeśli wygasło dodatkowo je odświeża
getActivities() - Method in class com.suncode.pwfl.administration.user.DeactivationParticipant
Zwraca definicje zadań przypisane do tego uczestnika.
getActivities() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getActivitiesInSubstitutionAssignedToUser(String, List<String>, Integer, Integer, String, SortDirection) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Pobiera stronnicowane zadania w zastępstwie danego użytkownika, należące do podanych typów procesów.
getActivity() - Method in class com.suncode.pwfl.workflow.activity.ActivityAssignment
 
getActivity() - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
getActivity(String, String, String...) - Method in interface com.suncode.pwfl.workflow.activity.ActivityFinder
Pobiera informacje o zadaniu
getActivity(String, String, String...) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Pobiera informacje o zadaniu
getActivityContext(String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Metoda służy do pobierania kontekst mapy zadania(zawiera wszystkie zmienne i ich wartości z zadania)
getActivityDefId() - Method in class com.suncode.pwfl.administration.user.DeactivationActivity
Zwraca id definicji zadania.
getActivityDefId() - Method in class com.suncode.pwfl.workflow.activity.ActivityDefinition
 
getActivityDefId() - Method in class com.suncode.pwfl.workflow.activity.ActivityRedirection
 
getActivityDefId() - Method in class com.suncode.pwfl.workflow.activity.ActivityTranslationTable
 
getActivityDefId() - Method in class com.suncode.pwfl.workflow.activity.ActivityType
 
getActivityDefId() - Method in class com.suncode.pwfl.workflow.WorkflowContext
 
getActivityDefinition() - Method in class com.suncode.pwfl.workflow.form.Form
 
getActivityDefinitionId() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getActivityDefinitionId() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getActivityDelegation(String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Pobiera informacje o zastępstwie
getActivityDelegations(String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Zwraca informacje o wszystkich zastępstwach
getActivityDelegations(String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Zwraca informacje o wszystkich zastępstwach dla danego zadania
getActivityDelegations(String, String) - Method in class com.suncode.pwfl.workflow.WorkflowContext
Get Activity Delegations.
getActivityDocument(long, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Pobiera obiekt ActivityDocument przypisany do zadania
getActivityDocuments() - Method in class com.suncode.pwfl.archive.WfFile
 
getActivityDocuments() - Method in class com.suncode.pwfl.archive.WfFileVersion
 
getActivityDocuments(Long) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Pobiera informacje o podłączonym dokumencie do procesów
getActivityDocuments(Long, String...) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Pobiera informacje o podłączonym dokumencie do procesów
getActivityDocuments(String, String, String...) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Pobiera informacje o podłączonym dokumencie do procesów
getActivityDocumentService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getActivityFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getActivityId() - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Id zadania do którego chcemy dołączyć plik.
getActivityId() - Method in class com.suncode.pwfl.workflow.activity.ActivatedTime
 
getActivityId() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getActivityId() - Method in class com.suncode.pwfl.workflow.activity.ActivityAssignment
 
getActivityId() - Method in class com.suncode.pwfl.workflow.activity.ActivityContextMap
 
getActivityId() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getActivityId() - Method in class com.suncode.pwfl.workflow.activity.DelegatedActivity
 
getActivityId() - Method in class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
Pobiera id zadania
getActivityId() - Method in class com.suncode.pwfl.workflow.process.util.CreateProcessResult
 
getActivityId() - Method in class com.suncode.pwfl.workflow.WorkflowContext
 
getActivityName() - Method in class com.suncode.pwfl.workflow.activity.ActivityDefinition
 
getActivityName(String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
 
getActivityService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getActivityState() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getActivityTranslationTableByDefinitionIdAndLocale(String, String, String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityTranslationService
Returns ActivityTranslationTable by package id, process definition id, activity definition id and user's locale
getActivityTypes(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Pobiera typy zadań dla podanego procesu
getAlIndecies() - Method in class com.plusmpm.util.DocumentData
 
getAll(String, String) - Method in interface com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskInfoService
Pobiera listę zawierającą informacje o zadaniach zaplanowanych danego typu
getAll(Integer, Integer, String, SortDirection) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Pobiera stronnicowaną listę przetłumaczonych klas dokumentów
getAll(Locale, Integer, Integer, String, SortDirection) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Pobiera stronnicowaną listę przetłumaczonych we wskazanym języku klas dokumentów
getAll() - Method in interface com.suncode.pwfl.report.ReportService
Pobiera listę raportów.
getAll(String...) - Method in interface com.suncode.pwfl.support.BaseDao
Pobiera wszystkie obiekty danego typu z bazy danych
getAll(int, int, String...) - Method in interface com.suncode.pwfl.support.BaseDao
Pobiera obiekty danego typu z bazy danych.
getAll(String...) - Method in interface com.suncode.pwfl.support.BaseFinder
Pobiera wszystkie obiekty danego typWu.
getAll(Integer, Integer, String...) - Method in interface com.suncode.pwfl.support.BaseFinder
Pobiera wszystkie obiekty danego typu.
getAll() - Method in class com.suncode.pwfl.support.CustomService
 
getAll(String...) - Method in class com.suncode.pwfl.support.CustomService
 
getAll(int, int) - Method in class com.suncode.pwfl.support.CustomService
 
getAll(int, int, String...) - Method in class com.suncode.pwfl.support.CustomService
 
getAll(String...) - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
getAll(int, int, String...) - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
getAll(TranslatorScope) - Method in interface com.suncode.pwfl.translation.TranslatorRegistry
Returns all translators Translator with given scope.
getAll(TranslatorScope) - Static method in class com.suncode.pwfl.translation.Translators
 
getAll(String...) - Method in class com.suncode.pwfl.util.BaseFinderImpl
 
getAll(Integer, Integer, String...) - Method in class com.suncode.pwfl.util.BaseFinderImpl
 
getAllAssociatedDocumentsForClass(Long, Long, String) - Method in interface com.suncode.pwfl.archive.DocumentClassAssociationService
Pobiera listę wszystkich dokumentów powiązanych dla dokumentu o Id przekazanym w parametrze documentId.
getAllByName(TranslatorScope) - Method in interface com.suncode.pwfl.translation.TranslatorRegistry
Returns the map of all translators with the given scope, where key is the translator name.
getAllByName(TranslatorScope) - Static method in class com.suncode.pwfl.translation.Translators
 
getAllCategories(String...) - Method in interface com.suncode.pwfl.administration.configuration.SystemParameterFinder
Pobiera wszystkie kategorie parametrów systemowych
getAllDevices(String...) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Pobiera listę wszystkich urządzeń
getAllDirectories(String...) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Pobiera listę wszystkich katalogów archiwum
getAllDirectoriesFreeSpaceFromDB() - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Zwraca mapę z ilością wolnego miejsca w katalogach, gdzie kluczem jest id katalogu, a wartością ilość wolnego miejsca w katalogu.
getAllDocumentsFromDocumentClass(String) - Method in interface com.suncode.pwfl.archive.FileFinder
Zwraca wszystkie dokumenty należące do podanej klasy dokumentów
getAllDocumentTemplatesForProcess(String) - Method in interface com.suncode.pwfl.archive.DocumentTemplateService
 
getAllLinkIndices() - Method in interface com.suncode.pwfl.archive.LinkService
Pobiera listę wszystkich indeksów zestawów dokumentów
getAllowCache() - Method in class com.suncode.pwfl.datasource.dao.DataSourceDeclaration
 
getAllProcessTypes(boolean) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Pobiera informacje o dostępnych typach procesów z aktualnie załadowanych pakietów.
getAllUserAssignments(Set<String>, Set<String>) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
 
getAllVersionsForFile(Long) - Method in interface com.suncode.pwfl.archive.FileFinder
Zwraca wszystkie wersje danego pliku
getAlreadyRegisteredComponent() - Method in exception com.suncode.pwfl.component.exception.ComponentAlreadyRegisteredException
 
getApplication(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns application with given id or null if application is not registered.
getApplications() - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns all registered applications.
getArchiveStorageService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getArgs() - Method in class com.suncode.pwfl.core.function.FunctionCall
Returns call arguments of this function call.
getAssignments() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getAssignments(String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Pobiera informacje o przypisanych do zadania użytkownikach
getAssignments(String, String, String) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
Pobiera rekordy z bazy danych dotyczące przypisań zadań
getAssignmentsCount(String) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
Pobiera liczbę przypisanych zadań dla użytkownika
getAssignmentService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getAssociatedDocumentsFromClass(Long, Long, Long, Integer, Integer, String, String, String) - Method in interface com.suncode.pwfl.archive.DocumentClassAssociationService
Pobiera listę dokumentów powiązanych należących do klasy przekazanej w parametrze childDocumentClassId
getAuditFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getAudits(LocalDateTime, LocalDateTime, Integer, Integer, AuditSortProperty, SortDirection) - Method in interface com.suncode.pwfl.audit.AuditFinder
Pobiera audyty w podanym przedziale czasowym
getAuditsByCategories(List<AuditCategories>, LocalDateTime, LocalDateTime, Integer, Integer, AuditSortProperty, SortDirection) - Method in interface com.suncode.pwfl.audit.AuditFinder
Pobiera audyty danej kategorii w podanym przedziale czasowym
getAuditsByTypes(List<AuditTypes>, LocalDateTime, LocalDateTime, Integer, Integer, AuditSortProperty, SortDirection) - Method in interface com.suncode.pwfl.audit.AuditFinder
Pobiera audyty danego typu w podanym przedziale czasowym
getAutoMapping() - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.DataChooserDeclaration
 
getAutoUpdates() - Method in class com.suncode.pwfl.workflow.form.Form
Defnicje autoupdate'ów
getAvailablePluginsToTransfer() - Method in interface com.suncode.pwfl.configuration.plugins.PluginConfigurationTransferSupportService
 
getAvailableValues() - Method in class com.plusmpm.util.form.datachooser.CustomKeys
 
getBaseConfiguration() - Method in interface com.suncode.pwfl.configuration.ConfigurationExportService
 
getBaseUrl() - Method in class com.suncode.pwfl.SystemContext
 
getBaseValue(String) - Method in class com.suncode.pwfl.configuration.plugins.mapper.PluginConfigurationPropertiesMapping
 
getBasicType() - Method in interface com.suncode.pwfl.workflow.variable.Variable
Returns basic type from xpdl declaration.
getBean(String) - Static method in class com.suncode.pwfl.util.SpringContext
 
getBean(Class<T>) - Static method in class com.suncode.pwfl.util.SpringContext
 
getBean(String, Class<T>) - Static method in class com.suncode.pwfl.util.SpringContext
 
getBindTo() - Method in class com.suncode.pwfl.workflow.form.action.ActionDestination
 
getBoolean(String) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera logiczny parametr konfiguracyjny systemu.
getBoolean(String, Boolean) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera logiczny parametr konfiguracyjny systemu.
getBoolean(DefinedSystemParameter) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera logiczny parametr konfiguracyjny systemu.
getBoolean(String) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getBoolean(String, Boolean) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getBoolean(DefinedSystemParameter) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getButtonName() - Method in class com.suncode.pwfl.workflow.form.AcceptButton
 
getButtons() - Method in class com.suncode.pwfl.workflow.form.Form
Pobiera listę przycisków na formularzu
getByCategory(AuditCategories) - Static method in enum com.suncode.pwfl.audit.util.AuditTypes
 
getByClientId(long, int, int, Sorter) - Method in interface com.suncode.pwfl.administration.email.oauth.connection.OAuth2ConnectionService
 
getByDefinitionId(String, String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityTranslationService
Returns list of ActivityTranslationTable by package id, process definition id and activity definition id
getByField(String, Object, String...) - Method in interface com.suncode.pwfl.support.BaseDao
Pobiera jeden element spełniający kryterium.
getByField(String, Object, String...) - Method in class com.suncode.pwfl.support.CustomService
 
getByField(String, Object, String...) - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
getByLastRun(String, String) - Method in interface com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskInfoService
Pobiera informacje o ostatnio uruchomionym zadaniu danego typu
getByName(String, String...) - Method in interface com.suncode.pwfl.administration.user.DomainService
Pobiera domene po nazwie
getByName(String, String...) - Method in interface com.suncode.pwfl.archive.DocumentTemplateService
 
getByName(String, String...) - Method in interface com.suncode.pwfl.archive.LinkService
Pobiera zestaw dokumentów po jego nazwie
getByName(String) - Static method in enum com.suncode.pwfl.audit.util.AuditTypes
 
getByName(String) - Static method in enum com.suncode.pwfl.xpdl.util.ValidationErrorLevel
 
getByNameAndProcess(String, String, String...) - Method in interface com.suncode.pwfl.archive.DocumentTemplateService
 
getByParameterId(String) - Method in class com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskContext
 
getByParameterPosition(int) - Method in class com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskContext
 
getByProcessDefId(String) - Method in interface com.suncode.pwfl.administration.processField.ProcessFieldService
Zwraca pola procesu
getByProcessId(String, String...) - Method in interface com.suncode.pwfl.workflow.process.ProcessDao
Pobiera informacje o procesie
getByProcessId(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessTranslationService
Returns list of ProcessTranslationTable by process id
getCacheExpirationDelaySec() - Method in class com.suncode.pwfl.datasource.dao.DataSourceDeclaration
 
getCancelationHandler() - Method in class com.suncode.pwfl.administration.scheduledtask.context.ScheduledTaskContext
 
getCategories() - Method in class com.suncode.pwfl.component.ComponentDefinition
 
getCategoryNameForAudit(AuditTypes) - Static method in enum com.suncode.pwfl.audit.util.AuditCategories
 
getCertificate(String) - Method in interface com.suncode.pwfl.certificates.CertificateService
Zwraca certyfikat pod wybranym aliasem z systemowego KeyStore, który był wgrywany z poziomu systemu.
getCertificates() - Method in interface com.suncode.pwfl.certificates.CertificateService
Zwraca certyfikaty z systemowego KeyStore, które były wgrywane z poziomu systemu.
getCheckInDate() - Method in class com.suncode.pwfl.archive.WfFileVersion
 
getCheckOutDate() - Method in class com.suncode.pwfl.archive.WfFileVersion
 
getCheckOutUserName() - Method in class com.suncode.pwfl.archive.WfFileVersion
 
getChildDirectories(Directory) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Pobiera podkatalogi
getCipherAlgorithm() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getCipherAlgorithm() - Method in class com.suncode.pwfl.archive.WfFile
 
getCipherKey() - Method in class com.suncode.pwfl.archive.WfFile
 
getClassName() - Method in class com.suncode.pwfl.workflow.form.field.DataChooser
 
getClasspath() - Method in class com.plusmpm.util.form.datachooser.Definition
 
getColorsForAvatar() - Static method in enum com.suncode.pwfl.web.ui.DivanteColor
 
getColumn() - Method in class com.suncode.pwfl.search.sql.SimpleSQLFilter
 
getComment() - Method in class com.suncode.pwfl.archive.WfFileVersion
 
getCommentDate() - Method in class com.suncode.pwfl.workflow.process.Comment
 
getCommentService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getCommentsForActivity(String) - Method in interface com.suncode.pwfl.workflow.process.CommentService
Pobiera komentarze dla konkretnego zadania
getCommentsForProcess(String) - Method in interface com.suncode.pwfl.workflow.process.CommentService
Pobiera wszystkie komentarze dla procesu
getComponentDefinition() - Method in exception com.suncode.pwfl.component.exception.UnknownParameterException
 
getComponentSourceClass(WorkflowComponent) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns source class of given component.
getCondition() - Method in class com.suncode.pwfl.archive.DocumentProtection
 
getConditionFn() - Method in class com.suncode.pwfl.component.Condition
Return condition function that will be evaluated to check if condition is fulfilled.
getConditionType() - Method in class com.suncode.pwfl.archive.DocumentProtection
 
getConfigs() - Method in interface com.suncode.pwfl.dbconfig.DatabaseConnectionConfigService
Zwraca listę dostępnych połączeń do baz danych zaimportowanych przez inne wtyczki.
getConfigsByPluginId(String) - Method in interface com.suncode.pwfl.dbconfig.DatabaseConnectionConfigService
Zwraca listę dostępnych połączeń do baz danych zaimportowanych przez daną wtyczkę.
getConfirmation() - Method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
Returns confirmations message configured by user.
getConfirmation() - Method in class com.suncode.pwfl.workflow.view.ViewResultAction
 
getConfirmations() - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
 
getConnection() - Static method in class com.suncode.pwfl.database.DataSourceFactory
 
getContextMap() - Method in class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
Pobiera kontekst mapę zadania.
getContextVariable(String) - Method in class com.suncode.pwfl.workflow.component.ContextVariables
Returns ContextVariable with given id.
getContextVariables() - Method in class com.suncode.pwfl.component.ComponentDefinition
 
getCountedData(Map<String, String>, Pagination) - Method in class com.suncode.pwfl.datasource.AbstractDataSourceInstance
Deprecated.
getCountedData(Map<String, String>, Map<String, String>, Pagination) - Method in class com.suncode.pwfl.datasource.AbstractDataSourceInstance
Deprecated.
getCountedData(Map<String, String>, Pagination) - Method in interface com.suncode.pwfl.datasource.DataSourceInstance
Deprecated.
getCountedData(Map<String, String>, Map<String, String>, Pagination) - Method in interface com.suncode.pwfl.datasource.DataSourceInstance
Deprecated.
getCountedResult(DetachedCriteria, Sorter, Integer, Integer) - Method in interface com.suncode.pwfl.support.BaseFinder
Wyszukuje obiekty na podstawie zdefiniowanych parametrów.
getCountedResult(DetachedCriteria, Pagination) - Method in interface com.suncode.pwfl.support.BaseFinder
Wyszukuje obiekty na podstawie zdefiniowanych parametrów.
getCountedResult(DetachedCriteria, Sorter, Integer, Integer) - Method in class com.suncode.pwfl.util.BaseFinderImpl
 
getCountedResult(DetachedCriteria, Pagination) - Method in class com.suncode.pwfl.util.BaseFinderImpl
 
getCountQuery() - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
getCreatedTime() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getCreatedTime() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getCreatedTime() - Method in interface com.suncode.pwfl.workflow.process.Process
 
getCreatedTime() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getCreationDate() - Method in interface com.suncode.pwfl.customfile.CustomFile
Zwraca datę utworzenia pliku.
getCreator() - Method in class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
 
getCreatorPassword() - Method in class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
Deprecated.
getCriteria() - Method in class com.suncode.pwfl.workflow.form.field.DataChooser
 
getCss() - Method in enum com.suncode.pwfl.web.ui.DivanteIcon
 
getCss() - Method in enum com.suncode.pwfl.web.ui.SilkIconPack
Deprecated.
 
getCurrentRequest() - Static method in class com.suncode.pwfl.web.util.SessionUtils
 
getCurrentSequenceValue(String) - Method in interface com.suncode.pwfl.database.sequence.SequenceService
Pobiera aktualną wartość sekwencji
getCurrentSession() - Static method in class com.suncode.pwfl.web.util.SessionUtils
 
getCustomKeys(String, String) - Method in interface com.plusmpm.util.form.datachooser.StandardDataChooserDef
 
getCustomKeys() - Method in class com.suncode.pwfl.workflow.form.field.DataChooser
 
getCustomService(Class<E>, Class<P>) - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getData() - Method in class com.suncode.pwfl.core.data.TableStore
 
getData(DynamicListForm) - Method in interface com.suncode.pwfl.customform.DynamicListProvider
 
getData() - Method in class com.suncode.pwfl.customform.ListResult
 
getData(ControllerForm) - Method in interface com.suncode.pwfl.customform.ServiceCallerProvider
 
getData() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserResult
 
getDatabaseConnectionConfigs() - Method in interface com.suncode.pwfl.plugin.modules.dbconfig.DatabaseConnectionConfigProvider
 
getDataChooser(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns datachooser with given id or null if datachooser is not registered.
getDataChooserResult(int, int, String, String, Map<String, String>, Map<String, String>) - Method in interface com.plusmpm.util.form.datachooser.DataChooser
Zwraca wyniki dla konkretnej strony, na podstawie opcjonalnych kryteriow
getDataChooserResultSize(Map<String, String>, Map<String, String>) - Method in interface com.plusmpm.util.form.datachooser.DataChooser
Zwraca calkowita ilosc wynikow w zwracanym zestawie danych.
getDataChoosers() - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns all registered datachoosers.
getDataSource() - Static method in class com.suncode.pwfl.database.DataSourceFactory
Zwraca systemowy data source.
getDataSource(String) - Method in interface com.suncode.pwfl.datasource.DataSourceService
Returns data source implementation.
getDataSource(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns data source with given id or null if data source is not registered.
getDataSource(Class<?>) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns data source with given class or null if data source is not registered.
getDataSource() - Method in class com.suncode.pwfl.workflow.form.AutoUpdate
 
getDataSourceClass(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns source class of data source with given id.
getDataSources(String, String) - Method in interface com.plusmpm.util.form.autoupdate.StandardAutoUpdateDef
 
getDataSources() - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns all registered data sources.
getDataUrl() - Method in class com.suncode.pwfl.web.ui.Base64Icon
Returns data-url of this icon content e.g.
getDate(String) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera datowy parametr konfiguracyjny systemu.
getDate(String, Date) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera datowy parametr konfiguracyjny systemu.
getDate(DefinedSystemParameter) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera datowy parametr konfiguracyjny systemu.
getDate(String) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getDate(String, Date) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getDate(DefinedSystemParameter) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getDate() - Static method in class com.suncode.pwfl.SystemVersion
 
getDate() - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
getDates() - Method in class com.suncode.pwfl.license.License
 
getDcVarId() - Method in class com.suncode.pwfl.workflow.form.field.DCMapping
 
getDeclaration(String) - Method in interface com.suncode.pwfl.datasource.DataSourceService
Returns declaration from database with given declarationId or null if declaration doesn't exist.
getDeclaration() - Method in class com.suncode.pwfl.workflow.component.declaration.ConditionDeclaration
 
getDeclarations() - Method in interface com.suncode.pwfl.datasource.DataSourceService
Returns all declarations from database.
getDeclarations(String) - Method in interface com.suncode.pwfl.datasource.DataSourceService
Returns all declaration of given type.
getDeclarations(Pagination) - Method in interface com.suncode.pwfl.datasource.DataSourceService
Returns all declarations from database.
getDeclarations(HibernateFilter, Pagination) - Method in interface com.suncode.pwfl.datasource.DataSourceService
Returns all declarations from database.
getDeclaringClass() - Method in class com.suncode.pwfl.component.support.InvocableMethod
Returns class that declared this method Method.getDeclaringClass()
getDeclaringClass() - Method in class com.suncode.pwfl.workflow.component.InvocableComponent
 
getDecryptedClientSecret() - Method in class com.suncode.pwfl.administration.email.oauth.client.OAuth2Client
 
getDecryptedPassword() - Method in class com.suncode.pwfl.administration.user.Domain
 
getDecryptedUserPassword() - Method in class com.suncode.pwfl.administration.email.configuration.EmailConfiguration
 
getDef(String, String) - Method in interface com.plusmpm.util.form.autoupdate.StandardAutoUpdateDef
 
getDef(String, String) - Method in interface com.plusmpm.util.form.datachooser.StandardDataChooserDef
 
getDefaultConfiguration() - Method in interface com.suncode.pwfl.administration.email.configuration.EmailConfigurationService
 
getDefaultSkin() - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Odczytuje domyślną skórkę w systemie.
getDefaultUsers() - Method in class com.suncode.pwfl.administration.user.Deactivation
Zwraca domyślnych użytkowników, którzy zostaną wykorzystani w przypadku braku przypisania zadań użytkownikom.
getDefaultValue() - Method in enum com.suncode.pwfl.administration.configuration.DefinedSystemParameter
Zwraca domyślną wartość parametru
getDefaultValue() - Method in class com.suncode.pwfl.component.ParameterDefinition
 
getDelegatedUser() - Method in class com.suncode.pwfl.workflow.activity.DelegatedActivity
 
getDeprecationDescription() - Method in class com.suncode.pwfl.component.ComponentDefinition
 
getDeprecationDescription() - Method in interface com.suncode.pwfl.core.function.FunctionOverride
Returns description if this function is deprecated.
getDescr() - Method in class com.plusmpm.util.form.autoupdate.DataSource
 
getDescr() - Method in class com.plusmpm.util.form.autoupdate.Definition
 
getDescr() - Method in class com.plusmpm.util.form.autoupdate.Destination
 
getDescr() - Method in class com.plusmpm.util.form.datachooser.CustomKeys
 
getDescr() - Method in class com.plusmpm.util.form.datachooser.Definition
 
getDescr() - Method in class com.plusmpm.util.form.datachooser.FormCriteria
 
getDescr() - Method in class com.plusmpm.util.form.datachooser.Mappings
 
getDescription() - Method in class com.suncode.pwfl.administration.user.DeactivationProcess
Zwraca opis procesu.
getDescription() - Method in class com.suncode.pwfl.administration.user.UserGroup
 
getDescription() - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Opis pliku.
getDescription() - Method in class com.suncode.pwfl.archive.WfFile
 
getDescription() - Method in class com.suncode.pwfl.component.ComponentDefinition
 
getDescription() - Method in class com.suncode.pwfl.component.ParameterDefinition
 
getDescription() - Method in interface com.suncode.pwfl.core.function.FunctionOverride
Returns short function description.
getDescription() - Method in class com.suncode.pwfl.datasource.dao.DataSourceDeclaration
 
getDescription() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getDescription() - Method in class com.suncode.pwfl.workflow.activity.ActivityDefinition
 
getDescription() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getDescription() - Method in class com.suncode.pwfl.workflow.activity.ActivityTranslationTable
 
getDescription() - Method in class com.suncode.pwfl.workflow.component.ContextVariable
Returns context variable description.
getDescription() - Method in class com.suncode.pwfl.workflow.form.eventaction.Event
 
getDescription() - Method in interface com.suncode.pwfl.workflow.process.Process
 
getDescription() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getDescription() - Method in class com.suncode.pwfl.workflow.process.ProcessTranslationTable
 
getDescription() - Method in interface com.suncode.pwfl.workflow.variable.Variable
Returns variable description.
getDestination(ActionTarget) - Method in class com.suncode.pwfl.workflow.form.action.ActionDefinition
Returns action destination that matches declared action target.
getDestination() - Method in class com.suncode.pwfl.workflow.form.AutoUpdate
 
getDestinations(String, String) - Method in interface com.plusmpm.util.form.autoupdate.StandardAutoUpdateDef
 
getDestinations() - Method in class com.suncode.pwfl.workflow.form.action.ActionDefinition
Form areas affected by the action.
getDestinationsTypes() - Method in class com.suncode.pwfl.workflow.form.action.ActionDefinition
Form areas affected by the action.
getDevice(String, String...) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Pobiera urządzenie po nazwie
getDevice() - Method in class com.suncode.pwfl.archive.Directory
 
getDeviceById(Long, String...) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Pobiera urządzenie po id
getDeviceForDocumentClass(Long, String...) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Pobiera urządzenia dla klasy dokumentów
getDeviceFreeSpace() - Method in class com.suncode.pwfl.archive.Device
 
getDeviceName() - Method in class com.suncode.pwfl.archive.Device
 
getDevicePath() - Method in class com.suncode.pwfl.archive.Device
 
getDeviceSize() - Method in class com.suncode.pwfl.archive.Device
 
getDirection() - Method in class com.suncode.pwfl.administration.user.search.UserSorter
 
getDirection() - Method in class com.suncode.pwfl.search.Sorter
 
getDirectoredUnits() - Method in class com.suncode.pwfl.administration.structure.Position
 
getDirectories() - Method in class com.suncode.pwfl.archive.Device
 
getDirectoriesForDevice(Long, String...) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Zwraca katalogi należące do podanego urządzenia
getDirectoriesForDevice(Long, String...) - Method in interface com.suncode.pwfl.archive.DirectoryDao
Zwraca katalogi należące do podanego urządzenia
getDirectorPosition() - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
getDirectory(String, String...) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Pobiera katalog po nazwie
getDirectory(Long, String...) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Pobiera katalog po id
getDirectoryFreeSpace() - Method in class com.suncode.pwfl.archive.Directory
 
getDirectoryFreeSpaceFromDB(Directory) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Zwraca ilość wolnego miejsca w katalogu.
getDirectoryFreeSpaceOnDisc(Directory) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Zwraca ilość wolnego miejsca w katalogu.
getDirectoryName() - Method in class com.suncode.pwfl.archive.Directory
 
getDirectoryPath(Directory) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Pobiera pełną ścieżkę do katalogu
getDirectorySize() - Method in class com.suncode.pwfl.archive.Directory
 
getDirectoryThreshold() - Method in class com.suncode.pwfl.archive.Directory
 
getDirectoryUsedSpaceFromDB(Directory) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Zwraca ilość zajętego miejsca w katalogu.
getDirectoryUsedSpaceOnDisc(Directory) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Zwraca ilość zajętego miejsca w katalogu.
getDisplay() - Method in class com.plusmpm.util.form.datachooser.Mappings
 
getDocClassAssociationsForChildDocClass(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassAssociationService
Pobiera listę powiązań między klasami dokumentów dla podanej klasy dokumentów, gdzie podana klasa dokumentów jest dzieckiem relacji
getDocClassAssociationsForParentDocClass(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassAssociationService
Pobiera listę powiązań między klasami dokumentów dla podanej klasy dokumentów, gdzie podana klasa dokumentów jest rodzicem relacji
getDocClassCompressing() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getDocClassDescription() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getDocClassDirectoryId() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getDocClassDirectoryName() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getDocClassEncoding() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getDocClasses() - Method in class com.suncode.pwfl.archive.Directory
 
getDocClassExpiretionDate() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getDocClassExpiretionType() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getDocClassFTSServerId() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getDocClassId() - Method in class com.suncode.pwfl.archive.DocumentClassProtectionPk
 
getDocClassIndex() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getDocClassIndexPath() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getDocClassName() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getDocClassOrderId() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getDocClassViewName() - Method in class com.plusmpm.util.DocumentData
 
getDocument(Long, Long) - Method in interface com.suncode.pwfl.archive.DocumentFinder
Pobiera dokument po id
getDocument(Long, Long) - Method in interface com.suncode.pwfl.archive.DocumentService
Pobiera dokument po id
getDocument(Long) - Method in interface com.suncode.pwfl.archive.DocumentService
Pobiera dokument za pomocą fileId(z pm_files)
getDocumentationLink() - Method in class com.suncode.pwfl.component.ComponentDefinition
 
getDocumentClass(String, String...) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Pobiera obiekt klasy dokumentów
getDocumentClass() - Method in class com.suncode.pwfl.archive.DocumentProtection
 
getDocumentClass() - Method in class com.suncode.pwfl.archive.WfFile
 
getDocumentClassActionFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getDocumentClassActionService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getDocumentClassDirectory(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Pobiera katalog klasy dokumentów (dla dynamicznie tworzonych nazw katalogów nazwa generowana jest na podstawie aktualnej daty)
getDocumentClassesAssociationFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getDocumentClassesForProcess(String) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Pobiera klasy dokumentów przypisane do procesu
getDocumentClassesForUser(String) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Pobiera listę klas dokumentów do których podany użytkownik może dodawać dokumenty
getDocumentClassesForUser(String, boolean) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Pobiera listę klas dokumentów do których podany użytkownik ma uprawnienia do odczytu lub dodawania dokumentów (w zależności od parametru)
getDocumentClassesForUser(String, DocumentUploadSource) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Pobiera listę klas dokumentów do których użytkownik może dodawać dokumentu na konkretnym poziomie (archiwum lub proces)
getDocumentClassesForUserAndProcess(String, String, boolean) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Pobiera listę klas dokumentów do których podany użytkownik ma uprawnienia do odczytu lub dodawania dokumentów (w zależności od parametru) w konkretnym procesie
getDocumentClassesForUserAndProcess(String, String) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Pobiera listę klas dokumentów do których użytkownik może dodawać dokument w konkretnym procesie
getDocumentClassId() - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Id klasy dokumentów do której dodajemy plik.
getDocumentClassId() - Method in class com.suncode.pwfl.archive.WfDocument
 
getDocumentClassIndexFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getDocumentClassIndexTranslation(Long, TranslatedFieldType) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Zwraca tłumaczenie dla konkretnego pola indeksu klasy dokumentów o podanym id
getDocumentClassIndexTranslation(Long, TranslatedFieldType, Locale) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Zwraca tłumaczenie dla konkretnego pola indeksu klasy dokumentów o podanym id
getDocumentClassProtection(DocumentClassProtectionPk) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Pobiera dodatkowe ustawienia dla danego uprawnienia w bazie danych.
getDocumentClassProtection(String, boolean, Long) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Pobiera dodatkowe ustawienia dla danego uprawnienia w bazie danych.
getDocumentClassService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getDocumentClassTranslation(Long, TranslatedFieldType) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Zwraca tłumaczenie dla konkretnego pola klasy dokumentów o podanym id
getDocumentClassTranslation(Long, TranslatedFieldType, Locale) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Zwraca tłumaczenie dla konkretnego pola klasy dokumentów o podanym id
getDocumentClassTranslationsForLocale(Locale, String...) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Pobiera listę wszystkich tłumaczeń powiązanych z klasami dokumentów w podanym języku
getDocumentData(Long, Long) - Method in interface com.suncode.pwfl.archive.DocumentDataService
Deprecated.
Pobiera szczegółowe informacje o dokumencie
getDocumentDataByFileId(Long, Long) - Method in interface com.suncode.pwfl.archive.DocumentDataService
Deprecated.
Pobiera dane o dokumencie
getDocumentFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getDocumentProtection(Long) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Pobiera listę uprawnień warunkowych do klasy dokumentów
getDocumentProtectionForGroup(String, Long) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Pobiera listę uprawnień warunkowych do klasy dokumentów dla podanej grupy
getDocumentProtectionForResource(String, boolean, Long) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Pobiera listę uprawnień warunkowych do klasy dokumentów dla podanego zasobu (użytkownika lub grupy)
getDocumentProtectionForUser(String, boolean, Long) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Deprecated.
getDocumentProtectionForUser(String, Long) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Pobiera listę uprawnień warunkowych do klasy dokumentów dla danego użytkownika
getDocuments() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getDocumentService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getDocumentsFromActivity(String, String, String...) - Method in interface com.suncode.pwfl.archive.DocumentFinder
Pobiera dokumenty dla podanego zadania
getDocumentsFromActivity(String, String, String...) - Method in interface com.suncode.pwfl.archive.FileFinder
Pobiera dokumenty dla podanego zadania
getDocumentsFromActivity(String, String, FileSorter, String...) - Method in interface com.suncode.pwfl.archive.FileFinder
Pobiera dokumenty dla podanego zadania
getDocumentsFromActivityCount(String, String) - Method in interface com.suncode.pwfl.archive.FileFinder
Pobiera liczbę dokumentów dla podanego zadania
getDocumentsFromOpenedActivities(String, String...) - Method in interface com.suncode.pwfl.archive.DocumentFinder
Pobiera dokumenty z podanego procesu podłączone do wszystkich otwartych zadań
getDocumentsFromOpenedActivities(String, String...) - Method in interface com.suncode.pwfl.archive.FileFinder
Pobiera dokumenty z podanego procesu podłączone do wszystkich otwartych zadań
getDocumentsFromOpenedActivities(String, FileSorter, String...) - Method in interface com.suncode.pwfl.archive.FileFinder
Pobiera dokumenty z podanego procesu podłączone do wszystkich otwartych zadań
getDocumentsFromProcess(String, String...) - Method in interface com.suncode.pwfl.archive.DocumentFinder
Pobiera dokumenty z procesu.
getDocumentsFromProcess(String, String...) - Method in interface com.suncode.pwfl.archive.FileFinder
Pobiera dokumenty z procesu.
getDocumentsFromProcess(String, FileSorter, String...) - Method in interface com.suncode.pwfl.archive.FileFinder
Pobiera dokumenty z procesu.
getDocumentsFromProcessAndClass(String, String, String...) - Method in interface com.suncode.pwfl.archive.DocumentFinder
Pobiera dokumenty z procesu, należące do określonej klasy.
getDocumentsFromProcessAndClass(String, String, String...) - Method in interface com.suncode.pwfl.archive.FileFinder
Pobiera dokumenty z procesu z określonej klasy.
getDocumentsFromProcessCount(String) - Method in interface com.suncode.pwfl.archive.FileFinder
Pobiera liczbę dokumentów z procesu.
getDocumentTemplatesCountForProcess(String) - Method in interface com.suncode.pwfl.archive.DocumentTemplateService
 
getDocumentTemplateService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getDocumentTemplatesForProcess(String, int, int, String, SortDirection) - Method in interface com.suncode.pwfl.archive.DocumentTemplateService
 
getDomain(Long) - Method in interface com.suncode.pwfl.administration.user.DomainService
Pobiera domene po id
getDomainBaseSearch() - Method in class com.suncode.pwfl.administration.user.Domain
 
getDomainList() - Method in interface com.suncode.pwfl.administration.user.DomainService
Pobiera listę domen z systemu
getDomainName() - Method in class com.suncode.pwfl.administration.user.Domain
 
getDomainServerAdres() - Method in class com.suncode.pwfl.administration.user.Domain
 
getDomainServerPort() - Method in class com.suncode.pwfl.administration.user.Domain
 
getDomainUser() - Method in class com.suncode.pwfl.administration.user.Domain
 
getDomainUserPassword() - Method in class com.suncode.pwfl.administration.user.Domain
 
getDouble(String) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera liczbowy (zmiennoprzecinkowy) parametr konfiguracyjny systemu.
getDouble(String, Double) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera liczbowy (zmiennoprzecinkowy) parametr konfiguracyjny systemu.
getDouble(DefinedSystemParameter) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera liczbowy (zmiennoprzecinkowy) parametr konfiguracyjny systemu.
getDouble(String) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getDouble(String, Double) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getDouble(DefinedSystemParameter) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getDuplicatedComponents() - Method in class com.suncode.pwfl.component.RegistrationSummary
 
getElements() - Method in class com.suncode.pwfl.workflow.form.Form
Pobiera listę wszystkich pól na formularzu, oraz tabel w odpowiedniej kolejności.
getElementType() - Method in class com.suncode.pwfl.core.type.ArrayType
Returns type Type of elements in this array type.
getEmail() - Method in class com.suncode.pwfl.administration.user.UserInfo
 
getEmailMapping() - Method in class com.suncode.pwfl.administration.user.Domain
 
getEntity() - Method in class com.suncode.pwfl.web.support.ajax.EntityRestResult
 
getError() - Method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
Returns error message configured by user.
getErrorMessage() - Method in class com.suncode.pwfl.configuration.validators.ConfigurationElementTransferValidatorResult
 
getErrorMessage() - Method in class com.suncode.pwfl.customform.ControllerResult
 
getErrors() - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
 
getErrors(String) - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
 
getErrorsMap() - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
 
getErrorType() - Method in class com.suncode.pwfl.configuration.validators.ConfigurationElementTransferValidatorResult
 
getEvaluableType() - Method in class com.suncode.pwfl.core.type.TypedValue
Returns type, that this value will evaluate to when calling TypedValue.getEvaluatedValue() without parameters.
getEvaluatedValue() - Method in class com.suncode.pwfl.core.type.TypedValue
Returns evaluated value.
getEvaluatedValue(Class<V>) - Method in class com.suncode.pwfl.core.type.TypedValue
Returns value as target class.
getEventAction(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns event action with given id
getEventActions() - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns all registered event actions.
getEventType() - Method in class com.suncode.pwfl.workflow.form.AutoUpdate
 
getEventType() - Method in class com.suncode.pwfl.workflow.form.TableEvent
 
getExactIndexesCheck() - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Określa, czy przy próbie zapisu dokumentu jako nowa wersja uwzględniać indeksy niezdefiniowane w mapie indeksów (jako sprawdzenie "is null") a istniejące dla tej klasy dokumentów.
getExecutor() - Method in class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
Pobiera login użytkownika akceptującego zadanie
getExpirationDate() - Method in class com.suncode.pwfl.archive.DocumentClass
 
getExpirationDate() - Method in class com.suncode.pwfl.archive.WfDocument
Data wygaśnięcia
getExpirationTime() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
Pobiera czas od aktualnej chwili ( new Date() ) do którego wazny będzie dodany dokument
getFieldName() - Method in class com.suncode.pwfl.administration.user.UserData
 
getFieldNames() - Method in class com.suncode.pwfl.core.data.Record
 
getFields() - Method in class com.suncode.pwfl.core.data.Record
 
getFields() - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
getFieldValue() - Method in class com.suncode.pwfl.administration.user.UserData
 
getFile(Long, String...) - Method in interface com.suncode.pwfl.archive.FileService
Pobiera plik o podanym id
getFile() - Method in class com.suncode.pwfl.archive.WfDocument
Informacje o pliku
getFile() - Method in class com.suncode.pwfl.archive.WfFileVersion
 
getFile(Long) - Method in interface com.suncode.pwfl.customfile.CustomFileService
Zwraca obiekt reprezentujący plik.
getFile() - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
getFileActions(String, WfFile) - Method in interface com.suncode.pwfl.archive.FileService
Metoda pobiera możliwe do wykonania akcje, dla podanego pliku, przez podanego użytkownika
getFileDate() - Method in class com.suncode.pwfl.archive.WfFile
 
getFileFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getFileIndexes(Long, Long) - Method in interface com.suncode.pwfl.archive.FileService
Pobiera indeksy pliku
getFileInputStream(Long) - Method in interface com.suncode.pwfl.archive.FileService
Pobiera strumień danych pliku
getFileName() - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Wyświetlana nazwa pliku.
getFileName() - Method in class com.suncode.pwfl.archive.WfFile
 
getFileName() - Method in interface com.suncode.pwfl.customfile.ComponentFile
Zwraca nazwę pliku.
getFileName() - Method in interface com.suncode.pwfl.customfile.CustomFile
Zwraca nazwę pliku.
getFileName() - Method in class com.suncode.pwfl.web.support.io.DownloadResource
 
getFileSaver() - Method in interface com.suncode.pwfl.archive.FileService
Pobiera obiekt który pozwala zapisywać pliki w systemie
getFileService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getFileSize() - Method in interface com.suncode.pwfl.customfile.ComponentFile
Zwraca wielkość pliku w bajtach.
getFileSize() - Method in interface com.suncode.pwfl.customfile.CustomFile
Zwraca wielkość pliku w bajtach.
getFileVersion(Long) - Method in interface com.suncode.pwfl.archive.FileFinder
Pobiera obiekt wersji
getFileVersion(Long) - Method in interface com.suncode.pwfl.archive.FileService
Pobiera obiekt wersji
getFilters() - Method in class com.suncode.pwfl.search.GroupFilter
Pobiera listę filtrów.
getFilters() - Method in class com.suncode.pwfl.search.hibernate.GroupHibernateFilter
Pobiera listę filtrów.
getFilters() - Method in class com.suncode.pwfl.search.sql.GroupFilter
Pobiera listę filtrów.
getFilters() - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
getFilters() - Method in class com.suncode.pwfl.workflow.component.ComponentQueryData
Returns filters associated with data properties to filter data.
getFinishDate() - Method in class com.suncode.pwfl.administration.substitution.Substitution
Zwraca datę zakończenia zastępstwa.
getFinishDate() - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
getFirstName() - Method in class com.suncode.pwfl.administration.user.UserInfo
 
getFirstnameMapping() - Method in class com.suncode.pwfl.administration.user.Domain
 
getForm(String, String) - Method in interface com.suncode.pwfl.workflow.form.FormService
Pobiera formularz zadania
getFormat() - Method in class com.suncode.pwfl.workflow.form.field.FormatField
 
getFormCriteria(String, String) - Method in interface com.plusmpm.util.form.datachooser.StandardDataChooserDef
 
getFormField() - Method in class com.suncode.pwfl.workflow.form.FormElement
 
getFormGrid() - Method in class com.suncode.pwfl.workflow.form.FormElement
 
getFormService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getFormVarId() - Method in class com.suncode.pwfl.workflow.form.field.DCMapping
 
getFragmentId() - Method in interface com.suncode.pwfl.web.ui.ScriptInjection
Returns fragment id, into which this script was injected
getFullName() - Method in class com.suncode.pwfl.administration.user.User
 
getFullName() - Method in class com.suncode.pwfl.administration.user.UserInfo
 
getFullPath() - Method in class com.suncode.pwfl.archive.WfFile
 
getFullPathForDocClass(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Pobiera ścieżkę do katalogu klasy dokumentów (dla dynamicznie tworzonych nazw katalogów nazwa generowana jest na podstawie aktualnej daty)
getFunction() - Method in class com.suncode.pwfl.core.function.FunctionCall
Returns underlying function.
getFunction() - Method in interface com.suncode.pwfl.core.function.FunctionOverride
Returns function instance that holds this override.
getFunction(String) - Method in interface com.suncode.pwfl.core.function.FunctionRegistry
Returns registered function with given name.
getFunctionName() - Method in class com.suncode.pwfl.workflow.form.TableEvent
 
getFunctions() - Method in interface com.suncode.pwfl.core.function.FunctionRegistry
Returns all registered functions.
getGlobalTable(String, String) - Method in interface com.suncode.pwfl.xpdl.table.XpdlTableService
Zwraca tabele globalną
getGlobalTable(String, String, Locale) - Method in interface com.suncode.pwfl.xpdl.table.XpdlTableService
Zwraca tabele globalną
getGlobalTable(String, String, Locale, Package) - Method in interface com.suncode.pwfl.xpdl.table.XpdlTableService
Zwraca tabele globalną
getGridEvents() - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
getGroup(Long, String...) - Method in interface com.suncode.pwfl.administration.user.UserService
Pobiera groupę po id.
getGroup(String, String...) - Method in interface com.suncode.pwfl.administration.user.UserService
Pobiera grupę o podanej nazwie
getGroups() - Method in class com.suncode.pwfl.administration.user.DeactivationActivity
Zwraca grupy przypisane do zadania.
getGroups() - Method in class com.suncode.pwfl.administration.user.UserInfo
 
getHandlerType() - Method in class com.suncode.pwfl.archive.DocumentClassAction
 
getHibernateTransactionManager() - Static method in class com.suncode.pwfl.transaction.TransactionManagerFactory
 
getHidden() - Method in class com.suncode.pwfl.workflow.component.ContextVariable
Returns if context variable is hidden
getHigherOrganizationalUnit() - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
getHigherPosition() - Method in class com.suncode.pwfl.administration.structure.Position
 
getHigherPosition() - Method in class com.suncode.pwfl.administration.user.UserInfo.PositionInfo
 
getHistoryEntriesInfo(Long, Pagination) - Method in interface com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskInfoService
Pobiera wpisy historii dla zadania zaplanowanego
getI18nXpdl() - Method in class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
 
getIcon() - Method in class com.suncode.pwfl.component.ComponentDefinition
 
getIcon() - Method in class com.suncode.pwfl.component.DtButtonDefinition
 
getIconColor() - Method in class com.suncode.pwfl.archive.DocumentClass
 
getIconColor() - Method in class com.suncode.pwfl.archive.Link
 
getIconName() - Method in class com.suncode.pwfl.archive.DocumentClass
 
getIconName() - Method in class com.suncode.pwfl.archive.Link
 
getId() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getId() - Method in class com.plusmpm.database.DocumentTemplateTable
 
getId() - Method in class com.plusmpm.database.UserDelegationsTable
 
getId() - Method in class com.plusmpm.util.form.datachooser.CustomKeys
 
getId() - Method in class com.plusmpm.util.form.datachooser.Mappings
 
getId() - Method in class com.plusmpm.util.IndexData
 
getId() - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
getId() - Method in class com.suncode.pwfl.administration.structure.Position
 
getId() - Method in class com.suncode.pwfl.administration.structure.Role
 
getId() - Method in class com.suncode.pwfl.administration.substitution.Substitution
Zwraca id zastępstwa z bazy.
getId() - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
getId() - Method in class com.suncode.pwfl.administration.user.DeactivationParticipant
Zwraca id uczestnika procesu.
getId() - Method in class com.suncode.pwfl.administration.user.Domain
 
getId() - Method in class com.suncode.pwfl.administration.user.UserData
 
getId() - Method in class com.suncode.pwfl.archive.Device
 
getId() - Method in class com.suncode.pwfl.archive.Directory
 
getId() - Method in class com.suncode.pwfl.archive.DocumentProtection
 
getId() - Method in class com.suncode.pwfl.archive.IndexInfo
Id indeksu
getId() - Method in class com.suncode.pwfl.archive.WfDocument
Id dokumentu z bazy danych(tabela pm_idx000x)
getId() - Method in class com.suncode.pwfl.archive.WfFile
 
getId() - Method in class com.suncode.pwfl.archive.WfFileVersion
 
getId() - Method in class com.suncode.pwfl.component.ComponentDefinition
Component id.
getId() - Method in class com.suncode.pwfl.component.ComponentSource
 
getId() - Method in class com.suncode.pwfl.component.ParameterDefinition
 
getId() - Method in interface com.suncode.pwfl.customfile.CustomFile
Zwraca identyfikator pliku.
getId() - Method in class com.suncode.pwfl.datasource.dao.DataSourceDeclaration
 
getId() - Method in class com.suncode.pwfl.license.License
 
getId() - Method in class com.suncode.pwfl.workflow.activity.ActivatedTime
 
getId() - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
getId() - Method in class com.suncode.pwfl.workflow.activity.ActivityRedirection
 
getId() - Method in class com.suncode.pwfl.workflow.activity.DelegatedActivity
 
getId() - Method in class com.suncode.pwfl.workflow.assignment.WfParticipant
 
getId() - Method in class com.suncode.pwfl.workflow.component.ContextVariable
Returns context variable id prefixed with context:
getId() - Method in class com.suncode.pwfl.workflow.form.action.ActionTarget
Returns identificator of target element.
getId() - Method in class com.suncode.pwfl.workflow.process.ProcessData
 
getId() - Method in class com.suncode.pwfl.workflow.process.ProcessIndex
 
getId() - Method in interface com.suncode.pwfl.workflow.variable.Variable
Returns variable id.
getIdNamePairs() - Static method in enum com.suncode.pwfl.audit.util.AuditTypes
 
getIds() - Method in interface com.plusmpm.util.form.autoupdate.StandardAutoUpdateDef
 
getIds() - Method in interface com.plusmpm.util.form.datachooser.StandardDataChooserDef
 
getIgnoreOwnerShip() - Method in class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
 
getInactive() - Method in class com.suncode.pwfl.workflow.activity.DelegatedActivity
Deprecated.
getIndex(String) - Method in interface com.suncode.pwfl.workflow.process.Process
Wywołanie metody gdy indeksy nie są załadowane rzuci wyjątek
getIndex(String) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getIndexById(Long) - Method in class com.suncode.pwfl.archive.WfDocument
Pobiera indeks po id
getIndexByName(String) - Method in class com.suncode.pwfl.archive.WfDocument
Pobiera indeks po nazwie.
getIndexData(long, long) - Method in interface com.suncode.pwfl.archive.FileService
Pobiera rekord z tabeli pm_idx000 dla podanego pliku.
getIndexes() - Method in class com.suncode.pwfl.archive.DocumentClass
 
getIndexes() - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Indeksy dodawanago dokumentu.
getIndexes() - Method in class com.suncode.pwfl.archive.WfDocument
Lista indeksów dokumentu
getIndexes() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getIndexIdFromCondition(DocumentProtection) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Zwraca id indeksu zawartego w warunku danego uprawnienia
getIndexTable(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassDao
Zwraca nazwę tabeli przechowującej indeksy dla dokumentów w konkretnej klasie.
getIndexTypeName() - Method in class com.suncode.pwfl.archive.LinkIndex
 
getIndexValue(String) - Method in class com.suncode.pwfl.archive.WfDocument
 
getIndexValue(Long) - Method in class com.suncode.pwfl.archive.WfDocument
 
getIndexValue(String) - Method in interface com.suncode.pwfl.workflow.process.Process
Wywołanie metody gdy indeksy nie są załadowane rzuci wyjątek
getIndexValue(String) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getInfo(Long) - Method in interface com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskInfoService
Pobiera informacja o zadaniu zaplanowanym
getInputParameters() - Method in class com.suncode.pwfl.datasource.AbstractDataSourceInstance
 
getInputParameters() - Method in interface com.suncode.pwfl.datasource.DataSourceInstance
 
getInputStream() - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Strumień danych pliku.
getInputStream() - Method in class com.suncode.pwfl.web.support.io.DownloadResource
Zwraca InputStream tego zasobu.
getInstance() - Static method in class com.suncode.pwfl.audit.builder.AuditBuilder
Returns instance of builder.
getInstance() - Static method in class com.suncode.pwfl.audit.builder.ManualAuditBuilder
Returns instance of builder.
getInstance() - Static method in class com.suncode.pwfl.util.SpringContext
 
getInvalidComponents() - Method in class com.suncode.pwfl.component.RegistrationSummary
 
getInvocableMethod() - Method in class com.suncode.pwfl.workflow.component.InvocableComponent
 
getInvokedCallbackValidators() - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
Returns validator ids which invoked callbacks.
getIsActive() - Method in class com.plusmpm.database.UserDelegationsTable
 
getIsGroup() - Method in class com.suncode.pwfl.archive.DocumentClassProtectionPk
 
getIsGroup() - Method in class com.suncode.pwfl.archive.DocumentProtection
 
getJsAction() - Method in class com.suncode.pwfl.workflow.form.AcceptButton
 
getKey() - Method in enum com.suncode.pwfl.administration.configuration.DefinedSystemParameter
Zwraca klucz parametru
getKey() - Method in interface com.suncode.pwfl.web.ui.skin.Skin
 
getKeyLength() - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
getLanguage() - Method in class com.suncode.pwfl.workflow.activity.ActivityTranslationTable
 
getLanguage() - Method in class com.suncode.pwfl.workflow.process.ProcessTranslationTable
 
getLastName() - Method in class com.suncode.pwfl.administration.user.UserInfo
 
getLastnameMapping() - Method in class com.suncode.pwfl.administration.user.Domain
 
getLastStateTime() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getLastStateTime() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getLastStateTime() - Method in interface com.suncode.pwfl.workflow.process.Process
 
getLastStateTime() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getLDocClassId() - Method in class com.plusmpm.util.DocumentData
 
getLDocClassName() - Method in class com.plusmpm.util.DocumentData
 
getLDocumentId() - Method in class com.plusmpm.util.DocumentData
 
getLDocumentRights() - Method in class com.plusmpm.util.DocumentData
 
getLFileId() - Method in class com.plusmpm.util.DocumentData
 
getLFinishDate() - Method in class com.plusmpm.database.UserDelegationsTable
 
getLicenseData() - Method in class com.suncode.pwfl.license.License
 
getLimit() - Method in class com.suncode.pwfl.customform.DynamicListForm
 
getLimit() - Method in class com.suncode.pwfl.search.Pagination
 
getLimitTime() - Method in interface com.suncode.pwfl.workflow.process.Process
 
getLimitTime() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getLink(Long, String...) - Method in interface com.suncode.pwfl.archive.LinkService
Pobiera zestaw dokumentów o podanym id
getLink() - Method in class com.suncode.pwfl.workflow.view.ViewResultAction
 
getLinkConnectionsForDocClassIndex(Long, String...) - Method in interface com.suncode.pwfl.archive.LinkConnectionDao
 
getLinkConnectionsForDocClassIndex(Long, String...) - Method in interface com.suncode.pwfl.archive.LinkService
Pobiera wszystkie powiązania zestawu dokumentów dla wskazanego indeksu klasy dokumentów
getLinkConnectionsForLink(Long, String...) - Method in interface com.suncode.pwfl.archive.LinkService
Pobiera wszystkie powiązania zestawu dokumentów
getLinkConnectionsForLinkIndex(Long, String...) - Method in interface com.suncode.pwfl.archive.LinkService
Pobiera wszystkie powiązania zestawu dokumentów dla wskazanego indeksu zestawu dokumentów
getLinkIndex(Long, String...) - Method in interface com.suncode.pwfl.archive.LinkService
Pobiera indeks zestawu dokumentów o podanym id
getLinkIndexByName(Long, String) - Method in interface com.suncode.pwfl.archive.LinkService
Pobiera indeks podanego zestawu dokumentów o podanej nazwie, jeśli istnieje
getLinkIndexTranslation(Long, TranslatedFieldType) - Method in interface com.suncode.pwfl.archive.LinkService
Zwraca tłumaczenie dla konkretnego pola indeksu zestawu dokumentów o podanym id
getLinkIndexTranslation(Long, TranslatedFieldType, Locale) - Method in interface com.suncode.pwfl.archive.LinkService
Zwraca tłumaczenie dla konkretnego pola indeksu zestawu dokumentów o podanym id
getLinkIndexTranslationsForLocale(Locale, String...) - Method in interface com.suncode.pwfl.archive.LinkService
Pobiera listę wszystkich tłumaczeń powiązanych z indeksami zestawów dokumentów w podanym języku
getLinkIndicesForLink(Long) - Method in interface com.suncode.pwfl.archive.LinkService
Pobiera listę indeksów dla zestawu dokumentów o podanym id
getLinkProtections(Long) - Method in interface com.suncode.pwfl.archive.LinkService
Zwraca listę uprawnionych do zestawu dokumentów użytkowników/grup
getLinks(String) - Method in interface com.suncode.pwfl.archive.LinkService
Zwraca listę zestawów dokumentów, do których użytkownik jest uprawniony
getLinkService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getLinkTranslation(Long, TranslatedFieldType) - Method in interface com.suncode.pwfl.archive.LinkService
Zwraca tłumaczenie dla konkretnego pola zestawu dokumentów o podanym id
getLinkTranslation(Long, TranslatedFieldType, Locale) - Method in interface com.suncode.pwfl.archive.LinkService
Zwraca tłumaczenie dla konkretnego pola zestawu dokumentów o podanym id
getLocalizedMessage() - Method in exception com.suncode.pwfl.SystemException
Returns translated message for end user.
getLocalizedString(String) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getLocalizedString(String, String) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getLocalizedString(String, String[], String) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getLocalizedString(String, Locale) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getLocalizedString(String, String, Locale) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getLocalizedString(String, Object...) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getLocalizedString(String, String, Object...) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getLocalizedString(String, Locale, Object...) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getLocalizedString(String, String, Locale, Object...) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getLocalizedString(String, String[], String, Locale, Object...) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getLocalizedString(String) - Method in interface com.suncode.pwfl.translation.Translator
Creates LocalizedString with given key.
getLocalizedString(String, String) - Method in interface com.suncode.pwfl.translation.Translator
Creates LocalizedString with given key and default value.
getLocalizedString(String, String[], String) - Method in interface com.suncode.pwfl.translation.Translator
Creates LocalizedString with given key, fallback keys and default value.
getLocalizedString(String, Locale) - Method in interface com.suncode.pwfl.translation.Translator
Creates LocalizedString with given key and locale.
getLocalizedString(String, String, Locale) - Method in interface com.suncode.pwfl.translation.Translator
Creates LocalizedString with given key, locale and default value.
getLocalizedString(String, Object...) - Method in interface com.suncode.pwfl.translation.Translator
Creates LocalizedString with given key and message arguments.
getLocalizedString(String, String, Object...) - Method in interface com.suncode.pwfl.translation.Translator
Creates LocalizedString with given key, default value and message arguments.
getLocalizedString(String, Locale, Object...) - Method in interface com.suncode.pwfl.translation.Translator
Creates LocalizedString with given key, locale and message arguments.
getLocalizedString(String, String, Locale, Object...) - Method in interface com.suncode.pwfl.translation.Translator
Creates LocalizedString with given key, default value, locale and message arguments.
getLocalizedString(String, String[], String, Locale, Object...) - Method in interface com.suncode.pwfl.translation.Translator
getLoggedUserDomain() - Static method in class com.suncode.pwfl.web.util.SessionUtils
 
getLoggedUserName() - Static method in class com.suncode.pwfl.web.util.SessionUtils
 
getLoggedUserNameOrUnknown() - Static method in class com.suncode.pwfl.web.util.SessionUtils
 
getLoggedUserPassword() - Static method in class com.suncode.pwfl.web.util.SessionUtils
Deprecated.
getLogicalConnection() - Method in class com.suncode.pwfl.archive.DocumentClassProtection
 
getLogicOperator() - Method in class com.suncode.pwfl.search.GroupFilter
Pobiera operator logiczny jakim mają zostać połączone warunki danej grupy filtrów(filters)
getLogicOperator() - Method in class com.suncode.pwfl.search.hibernate.GroupHibernateFilter
Pobiera operator logiczny jakim mają zostać połączone warunki danej grupy filtrów(filters)
getLogicOperator() - Method in class com.suncode.pwfl.search.sql.GroupFilter
Pobiera operator logiczny jakim mają zostać połączone warunki danej grupy filtrów(filters)
getLong(String) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera liczbowy (całkowity) parametr konfiguracyjny systemu.
getLong(String, Long) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera liczbowy (całkowity) parametr konfiguracyjny systemu.
getLong(DefinedSystemParameter) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera liczbowy parametr konfiguracyjny systemu.
getLong(String) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getLong(String, Long) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getLong(DefinedSystemParameter) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getLStartDate() - Method in class com.plusmpm.database.UserDelegationsTable
 
getMappedValue(String) - Method in class com.suncode.pwfl.configuration.plugins.mapper.PluginConfigurationPropertiesMapping
 
getMapping(String) - Method in interface com.suncode.pwfl.configuration.plugins.PluginConfigurationTransferSupportService
 
getMapping(String) - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooser
 
getMapping(String) - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserDefinition
 
getMapping(String) - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.DataChooserDeclaration
 
getMappings(String, String) - Method in interface com.plusmpm.util.form.datachooser.StandardDataChooserDef
 
getMappings() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooser
 
getMappings() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
Returns datachooser declared mappings.
getMappings() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserDefinition
 
getMappings() - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.DataChooserDeclaration
 
getMappings() - Method in class com.suncode.pwfl.workflow.form.field.DataChooser
 
getMemberMapping() - Method in class com.suncode.pwfl.administration.user.Domain
 
getMemberOfMapping() - Method in class com.suncode.pwfl.administration.user.Domain
 
getMessage() - Method in exception com.suncode.pwfl.support.WrappedCheckedException
 
getMessage() - Method in exception com.suncode.pwfl.SystemException
Returns message of exception.
getMessage(String, Locale, Object...) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getMessage(String) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getMessage(String, Locale) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getMessage(String, Object...) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getMessage(String, List<Translator>) - Static method in class com.suncode.pwfl.translation.TranslationSupport
 
getMessage(String) - Method in interface com.suncode.pwfl.translation.Translator
Return translated message for given key using current user locale.
getMessage(String, Locale) - Method in interface com.suncode.pwfl.translation.Translator
Return translated message for given key and locale.
getMessage(String, Object...) - Method in interface com.suncode.pwfl.translation.Translator
Return translated message for given key and arguments using current user locale.
getMessage(String, Locale, Object...) - Method in interface com.suncode.pwfl.translation.Translator
Return translated message for given key, locale and arguments.
getMessage() - Method in class com.suncode.pwfl.workflow.form.validator.error.Confirmation
 
getMessage() - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationError
 
getMessage() - Method in exception com.suncode.pwfl.workflow.form.validator.error.ValidationException
 
getMessage() - Method in exception com.suncode.pwfl.xpdl.exception.PackageCacheExpiredException
 
getMessageKey() - Method in exception com.suncode.pwfl.certificates.exceptions.alias.AliasFormatException
 
getMessageKey() - Method in exception com.suncode.pwfl.certificates.exceptions.alias.AliasPresenceException
 
getMessageKey() - Method in exception com.suncode.pwfl.certificates.exceptions.alias.NoSuchAliasException
 
getMessageKey() - Method in exception com.suncode.pwfl.certificates.exceptions.CertificateBaseException
 
getMessageKey() - Method in exception com.suncode.pwfl.certificates.exceptions.CertificateScanException
 
getMessageKey() - Method in exception com.suncode.pwfl.certificates.exceptions.CertificateSourceException
 
getMessageKey() - Method in exception com.suncode.pwfl.certificates.exceptions.keystore.KeystoreAccessException
 
getMessageKey() - Method in exception com.suncode.pwfl.certificates.exceptions.keystore.KeystorePasswordException
 
getMessageOrDefault(String, String, List<Translator>) - Static method in class com.suncode.pwfl.translation.TranslationSupport
 
getMessages(Locale) - Method in class com.suncode.pwfl.translation.EmptyTranslator
 
getMessages(Locale) - Method in class com.suncode.pwfl.translation.PropertiesTranslator
 
getMessages(Locale) - Method in interface com.suncode.pwfl.translation.Translator
Returns key-value map with every available translations for given locale.
getMessageTranslated() - Method in exception com.suncode.pwfl.administration.user.exception.EmptyUserNameException
 
getMessageTranslated() - Method in exception com.suncode.pwfl.administration.user.exception.GroupNotAddedException
 
getMessageTranslated() - Method in exception com.suncode.pwfl.administration.user.exception.InvalidEmailException
 
getMessageTranslated() - Method in exception com.suncode.pwfl.administration.user.exception.InvalidUserException
 
getMessageTranslated() - Method in exception com.suncode.pwfl.administration.user.exception.InvalidUserNameException
 
getMessageTranslated() - Method in exception com.suncode.pwfl.administration.user.exception.UserAlreadyExistException
 
getMessageTranslated() - Method in exception com.suncode.pwfl.license.exceptions.LicenseException
 
getMessageTranslated() - Method in exception com.suncode.pwfl.license.exceptions.LicenseInvalidException
 
getMessageTypes() - Method in class com.suncode.pwfl.workflow.form.validator.Validator
 
getMessageTypes() - Method in class com.suncode.pwfl.workflow.form.validator.ValidatorDefinition
 
getMethod() - Method in class com.suncode.pwfl.component.support.InvocableMethod
Returns original method
getMyViewsForUser(String) - Method in interface com.suncode.pwfl.view.ViewService
Zwraca widoki danego użytkownika
getName() - Method in class com.plusmpm.util.form.autoupdate.Definition
 
getName() - Method in class com.plusmpm.util.form.datachooser.Definition
 
getName() - Method in enum com.plusmpm.util.form.tool.StandardTool.ActualParametersForm
 
getName() - Method in enum com.plusmpm.util.form.tool.StandardTool.Type
 
getName() - Method in enum com.plusmpm.util.form.tool.StandardToolParameter.Mode
 
getName() - Method in enum com.plusmpm.util.form.tool.StandardToolParameter.Type
 
getName() - Method in class com.plusmpm.util.IndexData
 
getName() - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
getName() - Method in class com.suncode.pwfl.administration.structure.Position
 
getName() - Method in class com.suncode.pwfl.administration.user.DeactivationActivity
Zwraca nazwę zadania.
getName() - Method in class com.suncode.pwfl.administration.user.DeactivationParticipant
Zwraca nazwę uczestnika procesu.
getName() - Method in class com.suncode.pwfl.administration.user.DeactivationProcess
Zwraca nazwę procesu.
getName() - Method in class com.suncode.pwfl.administration.user.UserGroup
 
getName() - Method in class com.suncode.pwfl.administration.user.UserInfo.GroupInfo
 
getName() - Method in class com.suncode.pwfl.administration.user.UserInfo.Resource
 
getName() - Method in enum com.suncode.pwfl.administration.user.UserSettingsService.UserSetting
 
getName() - Method in class com.suncode.pwfl.archive.IndexInfo
Nazwa indeksu
getName() - Method in interface com.suncode.pwfl.component.Category
 
getName() - Method in class com.suncode.pwfl.component.ComponentDefinition
 
getName() - Method in class com.suncode.pwfl.component.ComponentSource
 
getName() - Method in class com.suncode.pwfl.component.DtButtonDefinition
 
getName() - Method in class com.suncode.pwfl.component.ParameterDefinition
 
getName() - Method in interface com.suncode.pwfl.core.function.Function
Returns unique function name.
getName() - Method in class com.suncode.pwfl.core.function.FunctionCall
Returns name of underlying function.
getName() - Method in interface com.suncode.pwfl.core.function.FunctionOverride
Returns function name.
getName() - Method in class com.suncode.pwfl.datasource.dao.DataSourceDeclaration
 
getName() - Method in interface com.suncode.pwfl.security.Authenticator
Nazwa aplikacji uwierzytelniającej.
getName() - Method in interface com.suncode.pwfl.web.ui.skin.Skin
 
getName() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getName() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getName() - Method in class com.suncode.pwfl.workflow.activity.ActivityStateEntity
 
getName() - Method in class com.suncode.pwfl.workflow.activity.ActivityTranslationTable
 
getName() - Method in class com.suncode.pwfl.workflow.activity.ActivityType
 
getName() - Method in class com.suncode.pwfl.workflow.assignment.WfParticipant
 
getName() - Method in class com.suncode.pwfl.workflow.component.ContextVariable
Returns context variable name.
getName() - Method in class com.suncode.pwfl.workflow.component.declaration.FunctionDeclaration
 
getName() - Method in class com.suncode.pwfl.workflow.form.field.DCMapping
 
getName() - Method in interface com.suncode.pwfl.workflow.process.Process
 
getName() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getName() - Method in class com.suncode.pwfl.workflow.process.ProcessIndex
 
getName() - Method in class com.suncode.pwfl.workflow.process.ProcessStateEntity
 
getName() - Method in class com.suncode.pwfl.workflow.process.ProcessTranslationTable
 
getName() - Method in interface com.suncode.pwfl.workflow.variable.Variable
Returns variable name.
getName() - Method in class com.suncode.pwfl.workflow.view.ViewResultAction
 
getName() - Method in enum com.suncode.pwfl.xpdl.util.ValidationErrorLevel
 
getNewestFile() - Method in class com.suncode.pwfl.archive.WfFileVersion
 
getNextSequenceValue(String) - Method in interface com.suncode.pwfl.database.sequence.SequenceService
Zwiększa sekwencję i zwraca uzyskaną wartość
getNo() - Method in class com.suncode.pwfl.workflow.form.validator.error.Confirmation
 
getNoParams() - Method in class com.suncode.pwfl.workflow.form.validator.error.Confirmation
 
getNumber() - Method in class com.suncode.pwfl.administration.user.UserInfo
 
getNumberMapping() - Method in class com.suncode.pwfl.administration.user.Domain
 
getObjectId() - Method in class com.suncode.pwfl.administration.user.UserGroup
 
getObjectId() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getObjectId() - Method in class com.suncode.pwfl.workflow.activity.ActivityAssignment
 
getObjectId() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getObjectId() - Method in class com.suncode.pwfl.workflow.activity.ActivityStateEntity
 
getObjectId() - Method in interface com.suncode.pwfl.workflow.process.Process
 
getObjectId() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getObjectId() - Method in class com.suncode.pwfl.workflow.process.ProcessStateEntity
 
getObjectVersion() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getObjectVersion() - Method in interface com.suncode.pwfl.workflow.process.Process
 
getOCRContent() - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Parametr służy do przechowywania treści dokumentu zeskanowanego.
getOnlyProcessDocument(long, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Pobiera obiekt ActivityDocument przypisany tylko do procesu
getOnlySelectedElements() - Method in class com.suncode.pwfl.configuration.dto.ConfigurationDtoContainer
 
getOpenActivitiesAssignedToUser(String, List<String>, Integer, Integer, String, SortDirection) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Pobiera stronnicowane otwarte zadania dla danego użytkownika, należące do podanych typów procesów.
getOpenActivitiesForProcess(String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Pobiera wszystkie otwarte zadania dla danego procesu.
getOpenActivitiesWithExceededDeadlineAssignedToUser(String, List<String>, Integer, Integer, String, SortDirection) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Pobiera stronnicowane przeterminowane zadania danego użytkownika, należące do podanych typów procesów.
getOperation() - Method in class com.suncode.pwfl.datasource.dao.DataSourceDeclaration
 
getOperator() - Method in class com.suncode.pwfl.administration.user.search.SimpleHibernateUserFilter
 
getOperator() - Method in class com.suncode.pwfl.search.SimpleFilter
 
getOperator() - Method in class com.suncode.pwfl.search.sql.SimpleSQLFilter
 
getOptional() - Method in class com.suncode.pwfl.translation.LocalizedString
Returns translated message or key value if translation does not exists.
getOrder() - Method in class com.suncode.pwfl.administration.substitution.SubstitutionHookAdapter
 
getOrder() - Method in class com.suncode.pwfl.administration.user.DeactivationHookAdapter
 
getOrder() - Method in class com.suncode.pwfl.administration.user.UserCreationHookAdapter
 
getOrder() - Method in class com.suncode.pwfl.core.PlusworkflowStartupHookAdapter
 
getOrder() - Method in class com.suncode.pwfl.workflow.assignment.AssignmentHookAdapter
 
getOrder() - Method in class com.suncode.pwfl.workflow.support.ReadFileHookAdapter
 
getOrEmpty(LocalizedString) - Static method in class com.suncode.pwfl.translation.LocalizedString
Returns value of localized string or empty string "" if specified localized string is null.
getOrganizationalUnit() - Method in class com.suncode.pwfl.administration.structure.Position
Pobiera jednostkę do której należy stanowisko
getOrganizationalUnit(Long, String...) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Pobiera jednostkę organizacyjną o podanym id.
getOrganizationalUnit(String, String...) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Pobiera jednostkę organizacyjną o podanym symbolu.
getOrganizationalUnitFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getOrganizationalUnits(String, String, String, String, String, String) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Wyszukiwanie jednostek organizacyjnych
getOrganizationalUnits(String, String, String, String, String, String, Pagination) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Wyszukiwanie jednostek organizacyjnych
getOrganizationalUnitTranslation(Long, TranslatedFieldType) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Zwraca tłumaczenie dla konkretnego pola jendostki organizacyjnej o podanym id
getOrganizationalUnitTranslation(Long, TranslatedFieldType, Locale) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Zwraca tłumaczenie dla konkretnego pola jendostki organizacyjnej o podanym id
getOutputParameters() - Method in class com.suncode.pwfl.datasource.AbstractDataSourceInstance
 
getOutputParameters() - Method in interface com.suncode.pwfl.datasource.DataSourceInstance
 
getOverride(Type<?>...) - Method in interface com.suncode.pwfl.core.function.Function
Returns this function override that matches given parameter types.
getOverride(Type<?>, Type<?>...) - Method in interface com.suncode.pwfl.core.function.Function
 
getOverride(Object...) - Method in interface com.suncode.pwfl.core.function.Function
Returns this function override that matches given arguments.
getOverride(Type<?>, Object...) - Method in interface com.suncode.pwfl.core.function.Function
 
getOverride() - Method in class com.suncode.pwfl.core.function.FunctionCall
Returns override that will be invoked in FunctionCall.call() method.
getOverrides() - Method in interface com.suncode.pwfl.core.function.Function
Returns list of available overrides (at least 1).
getPackageId() - Method in class com.suncode.pwfl.administration.structure.Role
 
getPackageId() - Method in class com.suncode.pwfl.administration.structure.role.RoleFilter
 
getPackageId() - Method in class com.suncode.pwfl.administration.user.DeactivationProcess
Zwraca id pakietu, do którego należy proces.
getPackageId() - Method in class com.suncode.pwfl.workflow.activity.ActivityTranslationTable
 
getPackageId() - Method in class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
 
getPackageId() - Method in class com.suncode.pwfl.workflow.WorkflowContext
 
getPage(Integer) - Method in class com.suncode.pwfl.util.PaginatedList
Returns given page.
getPagination() - Method in class com.suncode.pwfl.workflow.component.ComponentQueryData
Returns paging information.
getParameter(String) - Method in interface com.suncode.pwfl.administration.configuration.SystemParameterService
Pobiera parametr systemowy na podstawie jego klucza
getParameter() - Method in class com.suncode.pwfl.component.Argument
Returns component parameter for this argument
getParameter(String) - Method in class com.suncode.pwfl.component.ComponentDefinition
 
getParameter(String) - Method in class com.suncode.pwfl.component.Parameters
Returns component parameter with given id.
getParameter(String) - Method in class com.suncode.pwfl.customform.ControllerParameters
 
getParameter(String) - Method in class com.suncode.pwfl.datasource.dao.DataSourceDeclaration
 
getParameter(String) - Method in class com.suncode.pwfl.workflow.component.declaration.ComponentDeclaration
 
getParameterAnnotation(int, Class<? extends Annotation>) - Method in class com.suncode.pwfl.component.support.InvocableMethod
Returns parameter annotation of given class by parameter index.
getParameterClass(int) - Method in class com.suncode.pwfl.component.support.InvocableMethod
Returns parameter class by parameter index.
getParameterCount() - Method in class com.suncode.pwfl.component.support.InvocableMethod
Returns parameter count
getParameterId() - Method in class com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskParameterInfo
 
getParameterId() - Method in exception com.suncode.pwfl.component.exception.UnknownParameterException
 
getParameterName(int) - Method in class com.suncode.pwfl.component.support.InvocableMethod
Returns parameter name.
getParameters() - Method in class com.suncode.pwfl.component.ComponentDefinition
 
getParameters() - Method in class com.suncode.pwfl.configuration.audit.ConfigurationTransferAudit
 
getParameters() - Method in interface com.suncode.pwfl.core.function.FunctionOverride
Returns list of function override parameters.
getParameters() - Method in class com.suncode.pwfl.customform.ControllerForm
 
getParameters() - Method in class com.suncode.pwfl.datasource.dao.DataSourceDeclaration
 
getParameters() - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
getParameters() - Method in class com.suncode.pwfl.workflow.component.declaration.FunctionDeclaration
 
getParameters() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
 
getParametersList() - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
getParameterTypes() - Method in interface com.suncode.pwfl.core.function.FunctionOverride
Returns function override parameter types.
getParameterTypes() - Method in class com.suncode.pwfl.workflow.component.declaration.FunctionDeclaration
 
getParameterTypesArray() - Method in class com.suncode.pwfl.workflow.component.declaration.FunctionDeclaration
 
getParent() - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
getParentFile() - Method in class com.suncode.pwfl.archive.WfFileVersion
 
getParentId() - Method in class com.plusmpm.database.UserDelegationsTable
 
getParticipants() - Method in class com.suncode.pwfl.administration.user.DeactivationProcess
Zwraca uczestników procesu.
getParticipantsFromProcess(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Pobiera listę ról z procesu
getPassword(String) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera tekstowy parametr konfiguracyjny systemu.
getPassword(String, String) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera tekstowy parametr konfiguracyjny systemu.
getPassword(DefinedSystemParameter) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera tekstowy parametr konfiguracyjny systemu.
getPassword(String) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getPassword(String, String) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getPassword(DefinedSystemParameter) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getPath() - Method in class com.suncode.pwfl.archive.WfFile
 
getPath() - Method in interface com.suncode.pwfl.web.ui.skin.Skin
 
getPerformer() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getPk() - Method in class com.suncode.pwfl.archive.DocumentClassProtection
 
getPmidxType() - Method in interface com.suncode.pwfl.workflow.variable.Variable
Returns pm_idx type from db
getPosition(Long, String...) - Method in interface com.suncode.pwfl.administration.structure.PositionFinder
Pobiera stanowisko o podanym id.
getPosition(Long, String...) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Pobiera stanowisko o podanym id.
getPosition(String, String...) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Pobiera stanowisko o podanym symbolu.
getPosition() - Method in class com.suncode.pwfl.workflow.form.FormElement
 
getPositionFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getPositions() - Method in class com.suncode.pwfl.administration.structure.Role
 
getPositions(String, String, String, String, String, String, Long, String) - Method in interface com.suncode.pwfl.administration.structure.StructureService
 
getPositions(String, String, String, String, String, String, Long, String, Pagination) - Method in interface com.suncode.pwfl.administration.structure.StructureService
 
getPositions() - Method in class com.suncode.pwfl.administration.user.UserInfo
 
getPositionTranslation(Long, TranslatedFieldType) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Zwraca tłumaczenie dla konkretnego pola stanowiska o podanym id
getPositionTranslation(Long, TranslatedFieldType, Locale) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Zwraca tłumaczenie dla konkretnego pola stanowiska o podanym id
getProcess() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getProcess() - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
getProcess() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getProcess(String, String...) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Pobiera informacje o procesie
getProcessContext(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Metoda służy do pobierania kontekst mapy procesu(zawiera wszystkie zmienne i ich wartości z procesu)
getProcessData(String, String, String) - Method in interface com.suncode.pwfl.workflow.process.ProcessDataService
 
getProcessDataTranslationsForLocale(Locale, String...) - Method in interface com.suncode.pwfl.workflow.process.ProcessDataService
 
getProcessDefDocumentClasses(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Pobiera klasy dokumentów przypisane do definicji procesu
getProcessDefId() - Method in class com.suncode.pwfl.administration.structure.Role
 
getProcessDefId() - Method in class com.suncode.pwfl.administration.structure.role.RoleFilter
 
getProcessDefId() - Method in class com.suncode.pwfl.administration.substitution.Substitution
Zwraca nazwę definicji procesu, dla którego obowiązuje zastępstwo.
getProcessDefId() - Method in class com.suncode.pwfl.administration.user.DeactivationProcess
Zwraca id definicji procesu.
getProcessDefId() - Method in class com.suncode.pwfl.workflow.activity.ActivityRedirection
 
getProcessDefId() - Method in class com.suncode.pwfl.workflow.activity.ActivityTranslationTable
 
getProcessDefId() - Method in class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
 
getProcessDefId() - Method in class com.suncode.pwfl.workflow.WorkflowContext
 
getProcessDefinition() - Method in class com.suncode.pwfl.workflow.form.Form
 
getProcessDefinition() - Method in interface com.suncode.pwfl.workflow.process.Process
 
getProcessDefinition() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getProcessDefinition(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Pobiera definicję procesu
getProcessDefName() - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
getProcesses() - Method in class com.suncode.pwfl.administration.user.Deactivation
Zwraca procesy z systemu, dla których należy przydzielić nowych użytkowników.
getProcessFieldName() - Method in class com.suncode.pwfl.workflow.process.ProcessData
 
getProcessFieldValue() - Method in class com.suncode.pwfl.workflow.process.ProcessData
 
getProcessFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getProcessId() - Method in class com.plusmpm.database.DocumentTemplateTable
 
getProcessId() - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Id procesu do którego chcemy dołączyć plik.
getProcessId() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getProcessId() - Method in class com.suncode.pwfl.workflow.activity.ActivityAssignment
 
getProcessId() - Method in class com.suncode.pwfl.workflow.activity.ActivityContextMap
 
getProcessId() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getProcessId() - Method in class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
Pobiera id procesu
getProcessId() - Method in interface com.suncode.pwfl.workflow.process.Process
 
getProcessId() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getProcessId() - Method in class com.suncode.pwfl.workflow.process.ProcessTranslationTable
 
getProcessId() - Method in class com.suncode.pwfl.workflow.process.util.CreateProcessResult
 
getProcessId() - Method in class com.suncode.pwfl.workflow.WorkflowContext
 
getProcessIdxTableName(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessDao
Pobiera nazwę tabeli, która przechowuje indeksy dla danego procesu
getProcessIndexes(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Pobiera definicję indeksów procesu
getProcessService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getProcessState() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getProcessTypeName() - Method in class com.suncode.pwfl.workflow.process.ProcessData
 
getProcessTypesForUser(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Pobiera informacje o dostępnych typach procesów z aktualnie załadowanych pakietów.
getProgress() - Method in class com.plusmpm.util.scheduledTasks.AbstractAdvancedTask
Zwraca postęp wykonywania zadania
getProgress() - Method in class com.suncode.pwfl.administration.scheduledtask.context.ProgressHolder
 
getPropertiesMapping() - Method in interface com.suncode.pwfl.configuration.plugins.PluginConfigurationProvider
 
getProperty() - Method in enum com.suncode.pwfl.administration.substitution.SubstitutionProperty
Zwraca pole w odpowiedniej formie na potrzeby zapytań hibernate.
getProperty() - Method in class com.suncode.pwfl.administration.user.search.SimpleHibernateUserFilter
 
getProperty() - Method in enum com.suncode.pwfl.administration.user.search.UserPropertyFilter
 
getProperty() - Method in class com.suncode.pwfl.administration.user.search.UserSorter
 
getProperty() - Method in enum com.suncode.pwfl.administration.user.search.UserSortProperty
 
getProperty() - Method in class com.suncode.pwfl.search.SimpleFilter
 
getProperty() - Method in class com.suncode.pwfl.search.Sorter
 
getProperty() - Method in exception com.suncode.pwfl.util.exception.EmptyPropertyException
 
getProtector() - Method in class com.suncode.pwfl.archive.DocumentProtection
 
getPublicKey() - Method in class com.suncode.pwfl.license.License
 
getPublicSystemParameters(String...) - Method in interface com.suncode.pwfl.administration.configuration.SystemParameterFinder
Pobiera publiczne parametry systemowe.
getQuery() - Method in class com.suncode.pwfl.customform.DynamicListForm
 
getQuery() - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
getQuery() - Method in class com.suncode.pwfl.workflow.component.ComponentQueryData
Returns global query to filter data.
getQueryData() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
Returns query data used to fetch result.
getQueryExecutor() - Static method in class com.suncode.pwfl.util.ComponentFactory
 
getRange(Integer) - Method in class com.suncode.pwfl.util.PaginatedList
Returns range of list.
getRaw() - Method in class com.suncode.pwfl.component.Argument
Returns this argument value.
getRaw(String) - Method in class com.suncode.pwfl.component.Parameters
Returns value of parameter compatible with parameter type.
getRawName() - Method in interface com.suncode.pwfl.workflow.process.Process
 
getRawName() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getRawValues() - Method in class com.suncode.pwfl.component.Parameters
 
getRecommendedFunctions() - Method in class com.suncode.pwfl.component.ParameterDefinition
 
getRecursiveSubstitutionsForSubstitute(String) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda pobiera wszystkie aktywne zastępstwa na podstawie użytkownika, który jest zastępcą.
getRedirections() - Method in interface com.suncode.pwfl.security.Authenticator
Linki na które użytkownik zostanie przekierowny w przypadku akcji z enuma RedirectEvent
getRedirections(String, String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityRedirectionService
Pobiera listę użytkowników do których ustawione jest przekierowanie
getRedirections(String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityRedirectionService
Pobiera listę przekierowań dla użytkownika
getRedirectionsSet(String, String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityRedirectionService
Pobiera listę użytkowników do których ustawione jest przekierowanie
getRedirectionsTo(String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityRedirectionService
Pobiera przekierowania przypisane do użytkownika
getRedirectionsToGroup(String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityRedirectionService
Pobiera przekierowanie do grupy
getRegisteredComponents() - Method in class com.suncode.pwfl.component.RegistrationSummary
 
getReplaceDate() - Method in class com.suncode.pwfl.archive.WfFileVersion
 
getReplacement() - Method in interface com.suncode.pwfl.core.function.FunctionOverride
Returns replacement function if this function is deprecated.
getReplaceSemicolonsChar() - Method in class com.suncode.pwfl.datasource.dao.DataSourceDeclaration
 
getReportService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getReportTranslation(Long, TranslatedFieldType) - Method in interface com.suncode.pwfl.report.ReportService
Zwraca tłumaczenie dla konkretnego pola raportu o podanym id
getReportTranslation(Long, TranslatedFieldType, Locale) - Method in interface com.suncode.pwfl.report.ReportService
Zwraca tłumaczenie dla konkretnego pola raportu o podanym id
getReportTranslationsForLocale(Locale) - Method in interface com.suncode.pwfl.report.ReportService
Pobiera listę tłumaczeń powiązanych z raportami w podanym języku.
getRepositoryTransaction() - Method in interface com.suncode.pwfl.transaction.SharkTransactionManager
Zwraca adapter aktualnej transakcji SharkTransaction, który umożliwia wykonywanie operacji wymagających transakcji RepositoryTransaction
getResource() - Method in interface com.suncode.pwfl.web.ui.ScriptInjection
Returns script content resource
getResourceId() - Method in class com.suncode.pwfl.archive.DocumentClassProtectionPk
 
getResourceId() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getResourceId() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getResourceRequesterId() - Method in interface com.suncode.pwfl.workflow.process.Process
 
getResult() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
Returns datachooser result.
getReturnType() - Method in class com.suncode.pwfl.core.function.FunctionCall
Returns type of result of FunctionCall.call() method.
getReturnType() - Method in interface com.suncode.pwfl.core.function.FunctionOverride
Returns function override result type.
getRevision() - Static method in class com.suncode.pwfl.SystemVersion
 
getRole(String, String, String) - Method in interface com.suncode.pwfl.administration.structure.RoleDao
 
getRole(String, String, String) - Method in interface com.suncode.pwfl.administration.structure.RoleService
Pobiera role o podanych parametrach
getRole(Long) - Method in interface com.suncode.pwfl.administration.structure.RoleService
Pobiera role o podanym id
getRole() - Method in class com.suncode.pwfl.administration.substitution.Substitution
Zwraca rolę dostępna w podanym processDefId.
getRoleActivityMap(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Pobiera mapę w której kluczem jest id roli a wartość to lista obiektów zawierajacych informajce o zadaniach w obrębie roli.
getRoleFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getRoleId() - Method in class com.suncode.pwfl.administration.structure.Role
 
getRoleIds() - Method in class com.suncode.pwfl.administration.structure.role.RoleFilter
 
getRoleName() - Method in class com.suncode.pwfl.administration.structure.Role
 
getRoleName() - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
getRoles() - Method in class com.suncode.pwfl.administration.structure.Position
 
getRoleService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getRolesForPosition(Long, String, SortDirection) - Method in interface com.suncode.pwfl.administration.structure.RoleService
Zwraca listę ról dla stanowiska
getRootDir() - Method in class com.suncode.pwfl.archive.Directory
 
getRowIndex() - Method in class com.suncode.pwfl.workflow.component.ComponentQueryData
Returns index of row for datachooser from table.
getRowIndex() - Method in class com.suncode.pwfl.workflow.form.validator.error.VariableSetVariableValidationError
 
getRowNumber() - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.DataChooserDeclaration
 
getRunInBackground() - Method in class com.suncode.pwfl.administration.user.Deactivation
 
getRunningActivitiesAssignedToUser(String, List<String>, Integer, Integer, String, SortDirection) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Pobiera stronnicowane uruchomione zadania dla danego użytkownika, należące do podanych typów procesów.
getSActivityId() - Method in class com.plusmpm.util.DocumentData
 
getScalars() - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
getScheduledTask(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns scheduled task with given id or null if scheduled task is not registered.
getScheduledTask(Class<?>) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns scheduled task with given class or null if scheduled task is not registered.
getScheduledTaskClass(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns source class of scheduled task with given id.
getScheduledTasks() - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns all registered scheduled tasks.
getSDelegatedUser() - Method in class com.plusmpm.database.UserDelegationsTable
 
getSDocumentDate() - Method in class com.plusmpm.util.DocumentData
 
getSelectedGroups() - Method in class com.suncode.pwfl.configuration.dto.ConfigurationDtoRoot
 
getSelectedGroups() - Method in interface com.suncode.pwfl.configuration.dto.ConfigurationDtoSystemRoot
 
getSelectedUsers() - Method in class com.suncode.pwfl.configuration.dto.ConfigurationDtoRoot
 
getSelectedUsers() - Method in interface com.suncode.pwfl.configuration.dto.ConfigurationDtoSystemRoot
 
getSelectionEvents() - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
getSequenceService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getServletContext() - Static method in class com.suncode.pwfl.util.GlobalParams
Deprecated.
Zwraca servletContext systemu
getSession() - Method in interface com.suncode.pwfl.administration.email.EmailClient
Deprecated.
Zwraca sesje klienta
getSession() - Method in interface com.suncode.pwfl.administration.email.EmailService
Zwraca sesje utworzoną z domyślnej konfiguracji
getSession(EmailConfiguration) - Method in interface com.suncode.pwfl.administration.email.EmailService
Zwraca sesje utworzoną z podanej konfiguracji
getSession() - Method in class com.suncode.pwfl.support.CustomService
Ułatwia pobranie sesji
getSession() - Method in class com.suncode.pwfl.support.HibernateBaseDao
Ułatwia pobranie sesji
getSession() - Method in interface com.suncode.pwfl.util.QueryExecutor
Pobiera sesje z aktualnej transakcji.
getSessionAttribute(String) - Static method in class com.suncode.pwfl.web.util.SessionUtils
 
getSessionFactory() - Method in class com.suncode.pwfl.support.CustomService
 
getSessionFactory() - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
getSetting(String, UserSettingsService.UserSetting) - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Pobiera wartość podanego ustawienia użytkownika.
getSetting(String, String) - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Pobiera wartość podanego ustawienia użytkownika.
getSettings(String) - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Pobiera wszystkie ustawienia użytkownika
getSExpiretionDate() - Method in class com.plusmpm.util.DocumentData
 
getSharkActivityService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getSharkState(ActivityState) - Static method in enum com.suncode.pwfl.workflow.activity.ActivityState
 
getSharkTransaction() - Method in interface com.suncode.pwfl.transaction.SharkTransactionManager
Zwraca aktualną aktywną transakcję sharka SharkTransaction dla tego wątku.
getSharkTransactionManager() - Static method in class com.suncode.pwfl.transaction.TransactionManagerFactory
 
getSize() - Method in class com.suncode.pwfl.archive.WfFile
 
getSize() - Method in class com.suncode.pwfl.web.support.io.DownloadResource
 
getSkinForUser(String) - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Odczytuje skórkę użytkownika.
getSorter() - Method in class com.suncode.pwfl.search.Pagination
 
getSorters() - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
getSource() - Method in class com.suncode.pwfl.component.ComponentDefinition
 
getSourceName(DocumentEventTypes) - Method in class com.suncode.pwfl.archive.DocumentClassAction
 
getSourceUser() - Method in class com.suncode.pwfl.workflow.activity.ActivityRedirection
 
getSParticipantId() - Method in class com.plusmpm.database.UserDelegationsTable
 
getSProcesId() - Method in class com.plusmpm.database.UserDelegationsTable
 
getSProcessId() - Method in class com.plusmpm.util.DocumentData
 
getSQLFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getStart() - Method in class com.suncode.pwfl.customform.DynamicListForm
 
getStart() - Method in class com.suncode.pwfl.search.Pagination
 
getStartDate() - Method in class com.suncode.pwfl.administration.substitution.Substitution
Zwraca datę rozpoczęcia zastępstwa.
getStartDate() - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
getStartedTime() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getStartedTime() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getStartedTime() - Method in interface com.suncode.pwfl.workflow.process.Process
 
getStartedTime() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getState() - Method in class com.suncode.pwfl.archive.WfFileVersion
 
getState() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
getState() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
getState(String) - Static method in enum com.suncode.pwfl.workflow.activity.ActivityState
 
getState() - Method in interface com.suncode.pwfl.workflow.process.Process
 
getState() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
getState(String) - Static method in enum com.suncode.pwfl.workflow.process.ProcessState
 
getStateNumber() - Method in enum com.suncode.pwfl.workflow.activity.ActivityState
 
getStateNumber() - Method in enum com.suncode.pwfl.workflow.process.ProcessState
 
getStateText() - Method in enum com.suncode.pwfl.workflow.activity.ActivityState
 
getStateText() - Method in enum com.suncode.pwfl.workflow.process.ProcessState
 
getStoreEvents() - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
getString(String) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera tekstowy parametr konfiguracyjny systemu.
getString(String, String) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera tekstowy parametr konfiguracyjny systemu.
getString(DefinedSystemParameter) - Static method in class com.suncode.pwfl.administration.configuration.SystemProperties
Pobiera tekstowy parametr konfiguracyjny systemu.
getString(String) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getString(String, String) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getString(DefinedSystemParameter) - Method in interface com.suncode.pwfl.administration.configuration.SystemPropertiesBean
 
getStructureService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getSubDirectories(Long, String...) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Pobiera wszystkie podkatalogi katalogu o podanym id
getSubOrganizationalUnits(Long) - Method in interface com.suncode.pwfl.administration.structure.OrganizationalUnitFinder
Pobiera wszystkie jednostki podrzędne do jednostki o podanym symbolu.
getSubOrganizationalUnitsForUser(String) - Method in interface com.suncode.pwfl.administration.structure.OrganizationalUnitFinder
Pobiera wszystkie jednostki do których przypisany jest użytkownik, wraz z jednostkami podrzędnymi.
getSubOus() - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
Zbiór jednostek podrzędnych pierwszego poziomu.
getSubPositions() - Method in class com.suncode.pwfl.administration.structure.Position
 
getSubstitute() - Method in class com.suncode.pwfl.administration.substitution.Substitution
Zwraca zastępcę.
getSubstituted() - Method in class com.suncode.pwfl.administration.substitution.Substitution
Zwraca użytkownika zastępowanego.
getSubstitutedFullName() - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
getSubstituteFullName() - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
getSubstitutes(String, String) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionHook
Metoda zwraca listę użytkowników, którzy mogą być zastępcami dla substitutedUser.
getSubstitutes(String, String) - Method in class com.suncode.pwfl.administration.substitution.SubstitutionHookAdapter
 
getSubstituteUsers(String) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda pobiera zastępców dla podanego użytkownika uwzględniając aktywne zastępstwa.
getSubstituteUsersForProcess(String, String) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda pobiera zastępców dla podanego użytkownika i z konkretnej instancji procesu uwzględniając aktywne zastępstwa.
getSubstituteUsersForProcess(String, String, Role) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda pobiera zastępców dla podanego użytkownika, z konkretnej instancji procesu i o podanej roli uwzględniając aktywne zastępstwa.
getSubstituteUsersForProcessType(String, String) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda pobiera zastępców dla podanego użytkownika i z konkretnego typu procesu uwzględniając aktywne zastępstwa.
getSubstituteUsersForProcessType(String, String, Role) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda pobiera zastępców dla podanego użytkownika, z konkretnego typu procesu i o podanej roli uwzględniając aktywne zastępstwa.
getSubstitution(Long) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda pobiera zastępstwo.
getSubstitutionFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getSubstitutions() - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda pobiera wszystkie aktywne zastępstwa w systemie.
getSubstitutions(String) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda pobiera wszystkie aktywne zastępstwa dotyczące użytkownika.
getSubstitutionService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getSubstitutionsForSubstitute(String) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda pobiera wszystkie aktywne zastępstwa na podstawie użytkownika, który jest zastępcą.
getSubstitutionsForSubstituted(String) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda pobiera wszystkie aktywne zastępstwa na podstawie użytkownika, który jest osobą zastępowaną.
getSUser() - Method in class com.plusmpm.database.UserDelegationsTable
 
getSymbol() - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
getSymbol() - Method in class com.suncode.pwfl.administration.structure.Position
 
getSymbol() - Method in class com.suncode.pwfl.administration.user.UserInfo.Resource
 
getSystemCertificate(String) - Method in interface com.suncode.pwfl.certificates.CertificateService
Zwraca systemowy certyfikat pod wybranym aliasem z systemowego KeyStore.
getSystemCertificates() - Method in interface com.suncode.pwfl.certificates.CertificateService
Zwraca systemowe certyfikaty z systemowego KeyStore.
getSystemFileName() - Method in class com.suncode.pwfl.archive.WfFile
 
getSystemParameterFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getSystemParameterService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getTableId() - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
getTanslatedShortName() - Method in enum com.suncode.pwfl.workflow.assignment.TransferType
 
getTargetGroups() - Method in class com.suncode.pwfl.workflow.activity.ActivityRedirection
 
getTargetUsers() - Method in class com.suncode.pwfl.workflow.activity.ActivityRedirection
 
getTaskContext(Long) - Method in interface com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskInfoService
Zwraca kontekst zadania zaplanowanego
getTaskName() - Method in class com.plusmpm.util.form.autoupdate.Definition
 
getTaskName() - Method in class com.suncode.pwfl.workflow.form.AutoUpdate
 
getTaskTypeName() - Method in class com.suncode.pwfl.workflow.process.ProcessData
 
getTemplateName() - Method in class com.plusmpm.database.DocumentTemplateTable
 
getTemplatePath() - Method in class com.plusmpm.database.DocumentTemplateTable
 
getThis() - Method in class com.suncode.pwfl.administration.scheduledtask.ScheduledTaskDefinitionBuilder
 
getThis() - Method in class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
getThis() - Method in class com.suncode.pwfl.datasource.DataSourceDefinitionBuilder
 
getThis() - Method in class com.suncode.pwfl.workflow.application.ApplicationDefinitionBuilder
 
getThis() - Method in class com.suncode.pwfl.workflow.form.action.ActionDefinitionBuilder
 
getThis() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserDefinitionBuilder
 
getThis() - Method in class com.suncode.pwfl.workflow.form.eventaction.EventActionDefinitionBuilder
 
getThis() - Method in class com.suncode.pwfl.workflow.form.validator.ValidatorDefinitionBuilder
 
getThis() - Method in class com.suncode.pwfl.workflow.form.variablesetter.VariableSetterDefinitionBuilder
 
getThis() - Method in class com.suncode.pwfl.workflow.invocable.CommonDefinitionBuilder
 
getTitle() - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
getTitle() - Method in class com.suncode.pwfl.workflow.form.validator.error.Confirmation
 
getTooltip() - Method in class com.suncode.pwfl.component.DtButtonDefinition
 
getTotal() - Method in class com.suncode.pwfl.customform.ListResult
 
getTotal() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserResult
 
getTransactionManager() - Method in class com.suncode.pwfl.transaction.support.SharkTransactionTemplate
getTransactionManager() - Static method in class com.suncode.pwfl.transaction.support.SharkTransactionUtils
Zwraca instancje SharkTransactionManager do zarządzania transakcjami SharkTransaction
getTransferActivityService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getTransferType() - Method in class com.suncode.pwfl.workflow.activity.DelegatedActivity
 
getTranslatedAuditType(String) - Static method in enum com.suncode.pwfl.audit.util.AuditTypes
 
getTranslatedMessage(Locale) - Method in exception com.suncode.pwfl.xpdl.exception.XpdlPackageValidationException
 
getTranslations() - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
getTranslations() - Method in class com.suncode.pwfl.administration.structure.Position
 
getTranslations(String, List<Locale>) - Method in interface com.suncode.pwfl.xpdl.XpdlTranslationService
 
getTranslationsForLocale(Locale, String...) - Method in interface com.suncode.pwfl.archive.LinkService
Pobiera listę wszystkich tłumaczeń powiązanych z zestawami dokumentów
getTranslatorName() - Method in interface com.suncode.pwfl.translation.TranslatorRegistration
Returns translator name
getTrueDirectoryFreeSpace() - Method in class com.suncode.pwfl.archive.Directory
 
getType() - Method in class com.plusmpm.util.form.autoupdate.Definition
 
getType() - Method in class com.suncode.pwfl.administration.user.search.SimpleHibernateUserFilter
 
getType() - Method in class com.suncode.pwfl.archive.IndexInfo
Typ indeksu
getType(String) - Static method in enum com.suncode.pwfl.archive.IndexType
 
getType() - Method in class com.suncode.pwfl.component.ParameterDefinition
 
getType() - Method in class com.suncode.pwfl.component.support.EmptyInstance
Returns type of null instance.
getType() - Method in enum com.suncode.pwfl.core.type.BasicTypes
Returns type instance.
getType() - Method in class com.suncode.pwfl.core.type.TypedValue
Returns this value type.
getType() - Method in class com.suncode.pwfl.search.SimpleFilter
 
getType() - Method in class com.suncode.pwfl.search.sql.SimpleSQLFilter
 
getType() - Method in class com.suncode.pwfl.web.ui.Base64Icon
 
getType() - Method in enum com.suncode.pwfl.web.ui.DivanteIcon
 
getType() - Method in interface com.suncode.pwfl.web.ui.Icon
Return icon type one of Icon.Type (CSS, BASE64).
getType() - Method in enum com.suncode.pwfl.web.ui.SilkIconPack
Deprecated.
 
getType() - Method in class com.suncode.pwfl.workflow.component.ContextVariable
Returns context variable type.
getType() - Method in class com.suncode.pwfl.workflow.component.declaration.ConditionDeclaration
 
getType() - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
getType() - Method in class com.suncode.pwfl.workflow.form.action.ActionDestination
 
getType() - Method in class com.suncode.pwfl.workflow.form.action.ActionTarget
Returns type of target element.
getType() - Method in class com.suncode.pwfl.workflow.form.FormElement
 
getType() - Method in interface com.suncode.pwfl.workflow.form.FormField
 
getType() - Method in class com.suncode.pwfl.workflow.process.ProcessIndex
 
getType() - Method in interface com.suncode.pwfl.workflow.variable.Variable
Returns variable type.
getUnit() - Method in class com.suncode.pwfl.administration.user.UserInfo.PositionInfo
 
getUploader() - Method in class com.suncode.pwfl.archive.WfFile
 
getUser() - Method in interface com.suncode.pwfl.administration.email.EmailClient
Deprecated.
Zwraca użytkownika klienta
getUser() - Method in class com.suncode.pwfl.administration.structure.Position
 
getUser() - Method in class com.suncode.pwfl.administration.user.UserContext
Returns user associated with this context.
getUser() - Method in class com.suncode.pwfl.administration.user.UserData
 
getUser() - Method in class com.suncode.pwfl.administration.user.UserInfo.PositionInfo
 
getUser(String, String...) - Method in interface com.suncode.pwfl.administration.user.UserService
Pobiera użytkownika po loginie.
getUser(Long, String...) - Method in interface com.suncode.pwfl.administration.user.UserService
Pobiera użytkownika po id.
getUser(String, boolean, String...) - Method in interface com.suncode.pwfl.administration.user.UserService
Pobiera użytkownika po loginie.
getUser(Long, boolean, String...) - Method in interface com.suncode.pwfl.administration.user.UserService
Pobiera użytkownika po id.
getUser() - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
getUserAvatar(String, boolean) - Method in interface com.suncode.pwfl.administration.user.UserAvatarService
Pobiera avatar użytkownika po id.
getUserAvatar(String) - Method in interface com.suncode.pwfl.administration.user.UserAvatarService
Zwraca avatar użytkownika
getUserBackgroundColor(String) - Method in interface com.suncode.pwfl.administration.user.UserAvatarService
Zwraca kolor tła użytkownika
getUserFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getUserFullName() - Method in class com.suncode.pwfl.workflow.process.Comment
 
getUserGroupFinder() - Static method in class com.suncode.pwfl.util.FinderFactory
 
getUserId() - Method in class com.suncode.pwfl.archive.DocumentProtection
 
getUserId() - Method in class com.suncode.pwfl.workflow.activity.DelegatedActivity
 
getUserIdByUsername(String) - Method in class com.suncode.pwfl.administration.user.UserIdCache
 
getUserJson() - Method in class com.suncode.pwfl.administration.user.UserContext
Returns serialized user in JSON notation.
getUserLocale(String) - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Odczytuje ustawienia językowe użytkownika.
getUserMiniAvatar(String) - Method in interface com.suncode.pwfl.administration.user.UserAvatarService
Zwraca mini avatar użytkownika
getUserName() - Method in class com.suncode.pwfl.administration.user.UserInfo
 
getUserName() - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Nazwa użytkownika, który dodaje plik.
getUserName() - Method in class com.suncode.pwfl.workflow.activity.ActivityAssignment
 
getUsernameById(Long) - Method in class com.suncode.pwfl.administration.user.UserIdCache
 
getUsernameMapping() - Method in class com.suncode.pwfl.administration.user.Domain
 
getUsernameTemplate() - Method in class com.suncode.pwfl.administration.user.Domain
 
getUserPageSize(String) - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Odczytuje ilość wyświetlanych pozycji na stronie w tabeli.
getUserRedirectionsToActivity(String, String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityRedirectionService
Pobiera przekierowania uzytkownika dla danego zadania w procesie
getUsers() - Method in class com.suncode.pwfl.administration.user.DeactivationActivity
Zwraca użytkowników przypisanych do zadania.
getUsers() - Method in class com.suncode.pwfl.administration.user.UserGroup
 
getUserSearchView(String) - Method in interface com.suncode.pwfl.view.ViewService
Pobiera widok o podanym id
getUserSearchViewByName(String) - Method in interface com.suncode.pwfl.view.ViewService
Pobiera widok o podanej nazwie
getUserService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getUserSettingsService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getUserTransaction() - Method in interface com.suncode.pwfl.transaction.SharkTransactionManager
Zwraca adapter aktualnej transakcji SharkTransaction, który umożliwia wykonywanie operacji wymagających transakcji UserTransaction
getValidationErrors() - Method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
Returns validation errors object thath holds all errors from all validators.
getValidator(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns validator with given id or null if validator is not registered.
getValidators() - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns all registered validators.
getValidatorSourceClass(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns source class of validator with given id.
getValue() - Method in class com.plusmpm.util.DocumentData
 
getValue() - Method in class com.plusmpm.util.form.autoupdate.DataSource
 
getValue() - Method in class com.plusmpm.util.form.autoupdate.Destination
 
getValue() - Method in class com.plusmpm.util.form.datachooser.CustomKeys
 
getValue() - Method in class com.plusmpm.util.IndexData
 
getValue() - Method in class com.suncode.pwfl.administration.configuration.SystemParameter
 
getValue(int) - Method in class com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskContext
 
getValue(String) - Method in class com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskContext
 
getValue() - Method in class com.suncode.pwfl.administration.user.search.SimpleHibernateUserFilter
 
getValue() - Method in class com.suncode.pwfl.archive.IndexInfo
Wartość indeksu
getValue() - Method in enum com.suncode.pwfl.archive.util.FileSorter
 
getValue() - Method in class com.suncode.pwfl.search.SimpleFilter
 
getValue() - Method in class com.suncode.pwfl.search.sql.RawSQLFilter
 
getValue() - Method in class com.suncode.pwfl.search.sql.SimpleSQLFilter
 
getValue() - Method in interface com.suncode.pwfl.workflow.component.declaration.ParameterDeclaration
 
getValue() - Method in class com.suncode.pwfl.workflow.component.declaration.ParameterValue
 
getValue() - Method in class com.suncode.pwfl.workflow.process.IndexInfo
 
getValue() - Method in interface com.suncode.pwfl.workflow.variable.Variable
Returns variable value.
getValueAsBasicType() - Method in interface com.suncode.pwfl.workflow.variable.Variable
Returns value parsed to basic type from xpdl definition.
getValueAsPmidxType() - Method in interface com.suncode.pwfl.workflow.variable.Variable
Returns value parsed to type for pm_idx table
getValues() - Method in class com.suncode.pwfl.workflow.form.field.ListBox
 
getValues() - Method in class com.suncode.pwfl.workflow.form.field.OptionField
 
getValuesToSynchronize() - Method in class com.suncode.pwfl.workflow.activity.ActivityContextMap
 
getVariable(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityContextMap
 
getVariableDescription() - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
getVariableDescription() - Method in interface com.suncode.pwfl.workflow.form.FormField
Pobiera opis zmiennej
getVariableId() - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
getVariableId() - Method in interface com.suncode.pwfl.workflow.form.FormField
 
getVariableId() - Method in class com.suncode.pwfl.workflow.form.validator.error.VariableValidationError
 
getVariableName() - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
getVariables() - Method in class com.suncode.pwfl.workflow.activity.ActivityContextMap
 
getVariables() - Method in class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
 
getVariableSetter(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns variable setter with given id or null if variable setter is not registered.
getVariableSetters() - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Returns all registered variable setters.
getVarId() - Method in class com.plusmpm.util.form.datachooser.FormCriteria
 
getVarId() - Method in class com.plusmpm.util.form.datachooser.Mappings
 
getVersion() - Method in class com.suncode.pwfl.archive.WfDocument
Informacje o wersji pliku
getVersion() - Method in class com.suncode.pwfl.archive.WfFile
 
getVersion() - Method in class com.suncode.pwfl.archive.WfFileVersion
 
getVersion() - Static method in class com.suncode.pwfl.SystemVersion
 
getVersion() - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
getVersionForFile(Long) - Method in interface com.suncode.pwfl.archive.FileFinder
Pobiera obiekt wersji dla pliku
getVersionForFile(Long) - Method in interface com.suncode.pwfl.archive.FileService
Pobiera obiekt wersji dla pliku
getVersionIdentifier() - Static method in class com.suncode.pwfl.SystemVersion
 
getView(Long) - Method in interface com.suncode.pwfl.view.ViewService
Zwraca widok dla podanego id
getViews(ViewFetchType) - Method in interface com.suncode.pwfl.view.ViewService
Pobiera widoki ze wskazanym typem ViewFetchType
getViewService() - Static method in class com.suncode.pwfl.util.ServiceFactory
 
getViewsForUser(String) - Method in interface com.suncode.pwfl.view.ViewService
Pobiera widoki, do których użytkownik ma uprawnienia
getViewTranslation(Long, TranslatedFieldType) - Method in interface com.suncode.pwfl.view.ViewService
Zwraca tłumaczenie dla konkretnego pola widoku o podanym id
getViewTranslation(Long, TranslatedFieldType, Locale) - Method in interface com.suncode.pwfl.view.ViewService
Zwraca tłumaczenie dla konkretnego pola widoku o podanym id
getViewTranslationsForLocale(Locale) - Method in interface com.suncode.pwfl.view.ViewService
Pobiera tłumaczenia powiązane z widokami w podanym języku.
getWaitingToStartActivitiesAssignedToUser(String, List<String>, Integer, Integer, String, SortDirection) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Pobiera stronnicowane oczekujące na uruchomienie zadania dla danego użytkownika, należące do podanych typów procesów.
getWrappedException() - Method in exception com.suncode.pwfl.support.WrappedCheckedException
Zwraca oryginalny wyjątek (checked Exception)
GlobalParams - Class in com.suncode.pwfl.util
Deprecated.
GlobalParams() - Constructor for class com.suncode.pwfl.util.GlobalParams
Deprecated.
 
GroupAlreadyExistException - Exception in com.suncode.pwfl.administration.user.exception
Wyjątek występujący, gdy próbujemy zapisać grupę o nazwie, która już istnieje.
GroupAlreadyExistException() - Constructor for exception com.suncode.pwfl.administration.user.exception.GroupAlreadyExistException
 
GroupAlreadyExistException(String, Throwable) - Constructor for exception com.suncode.pwfl.administration.user.exception.GroupAlreadyExistException
 
GroupAlreadyExistException(String) - Constructor for exception com.suncode.pwfl.administration.user.exception.GroupAlreadyExistException
 
GroupAlreadyExistException(Throwable) - Constructor for exception com.suncode.pwfl.administration.user.exception.GroupAlreadyExistException
 
Grouper - Class in com.suncode.pwfl.xpdl.table
 
Grouper() - Constructor for class com.suncode.pwfl.xpdl.table.Grouper
 
GroupFilter - Class in com.suncode.pwfl.search
Klasa umożliwiająca tworzenie złożonych filtrów przy wyszukiwaniu dokumentów.
GroupFilter() - Constructor for class com.suncode.pwfl.search.GroupFilter
 
GroupFilter<T extends SQLFilter> - Class in com.suncode.pwfl.search.sql
Klasa umożliwiająca tworzenie złożonych filtrów wyszukiwania.
GroupFilter() - Constructor for class com.suncode.pwfl.search.sql.GroupFilter
 
GroupFilter(List<T>) - Constructor for class com.suncode.pwfl.search.sql.GroupFilter
 
GroupFilter(List<T>, LogicOperator) - Constructor for class com.suncode.pwfl.search.sql.GroupFilter
 
GroupFilter(LogicOperator) - Constructor for class com.suncode.pwfl.search.sql.GroupFilter
 
GroupHibernateFilter - Class in com.suncode.pwfl.search.hibernate
Klasa umożliwiająca tworzenie złożonych filtrów wyszukiwania.
GroupHibernateFilter(LogicOperator) - Constructor for class com.suncode.pwfl.search.hibernate.GroupHibernateFilter
 
groupIcon - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
GroupIndexFilter - Class in com.suncode.pwfl.archive.search
Klasa umożliwiająca tworzenie złożonych filtrów przy wyszukiwaniu dokumentów.
GroupIndexFilter() - Constructor for class com.suncode.pwfl.archive.search.GroupIndexFilter
 
GroupIndexFilter(List<IndexFilter>) - Constructor for class com.suncode.pwfl.archive.search.GroupIndexFilter
 
GroupIndexFilter(List<IndexFilter>, LogicOperator) - Constructor for class com.suncode.pwfl.archive.search.GroupIndexFilter
 
GroupIndexFilter(LogicOperator) - Constructor for class com.suncode.pwfl.archive.search.GroupIndexFilter
 
GroupIndexFilter - Class in com.suncode.pwfl.workflow.process.search
Klasa umożliwiająca tworzenie złożonych filtrów przy wyszukiwaniu dokumentów.
GroupIndexFilter(LogicOperator) - Constructor for class com.suncode.pwfl.workflow.process.search.GroupIndexFilter
 
GroupIndexFilter() - Constructor for class com.suncode.pwfl.workflow.process.search.GroupIndexFilter
 
GroupIndexFilter(List<IndexFilter>) - Constructor for class com.suncode.pwfl.workflow.process.search.GroupIndexFilter
 
GroupIndexFilter(List<IndexFilter>, LogicOperator) - Constructor for class com.suncode.pwfl.workflow.process.search.GroupIndexFilter
 
GroupInfo(UserGroup) - Constructor for class com.suncode.pwfl.administration.user.UserInfo.GroupInfo
 
GroupNotAddedException - Exception in com.suncode.pwfl.administration.user.exception
KROTKI OPIS...
GroupNotAddedException(String) - Constructor for exception com.suncode.pwfl.administration.user.exception.GroupNotAddedException
 
GroupNotFoundException - Exception in com.suncode.pwfl.administration.user.exception
Wyjątek występujący, gdy próbujemy wykonać jakąś operacje na grupie, która nie istnieje.
GroupNotFoundException() - Constructor for exception com.suncode.pwfl.administration.user.exception.GroupNotFoundException
 
GroupNotFoundException(String, Throwable) - Constructor for exception com.suncode.pwfl.administration.user.exception.GroupNotFoundException
 
GroupNotFoundException(String) - Constructor for exception com.suncode.pwfl.administration.user.exception.GroupNotFoundException
 
GroupNotFoundException(Throwable) - Constructor for exception com.suncode.pwfl.administration.user.exception.GroupNotFoundException
 
GroupSQLFilter - Class in com.suncode.pwfl.search.sql
Klasa umożliwiająca tworzenie złożonych filtrów przy wyszukiwaniu SQL.
GroupSQLFilter() - Constructor for class com.suncode.pwfl.search.sql.GroupSQLFilter
 
GroupSQLFilter(LogicOperator) - Constructor for class com.suncode.pwfl.search.sql.GroupSQLFilter
 

H

hasAvatar(String) - Method in interface com.suncode.pwfl.administration.user.UserAvatarService
Sprawdza, czy użytkownik posiada avatar
hasConfirmations() - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
Verify if validation has confirmations.
hasConnectionInUse(OAuth2Client) - Method in interface com.suncode.pwfl.administration.email.oauth.connection.OAuth2ConnectionService
 
hasDefaultValue() - Method in class com.suncode.pwfl.component.ParameterDefinition
 
hasDocuments(ActivityEntity) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Sprawdza czy do zadania jest podłączony co najmniej jeden dokument
hasFeature(String) - Method in class com.suncode.pwfl.experimental.Experimental
 
hasFeature(ExperimentalFeature) - Method in class com.suncode.pwfl.experimental.Experimental
 
hasFeature(String) - Method in interface com.suncode.pwfl.license.LicenseService
Sprawdza czy system posiada licencję dla funkcjonalności featureKey
hasField(String) - Method in class com.suncode.pwfl.core.data.Record
 
hasFullAdminRights(String) - Method in interface com.suncode.pwfl.security.rights.RightService
Sprawdza czy użytkownik posiada pełne uprawnienia administratora
hashCode() - Method in class com.suncode.pwfl.administration.scheduledtask.ScheduledTaskDefinition
 
hashCode() - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
hashCode() - Method in class com.suncode.pwfl.administration.structure.Position
 
hashCode() - Method in class com.suncode.pwfl.administration.structure.Role
 
hashCode() - Method in class com.suncode.pwfl.administration.substitution.Substitution
 
hashCode() - Method in class com.suncode.pwfl.administration.user.User
 
hashCode() - Method in class com.suncode.pwfl.administration.user.UserGroup
 
hashCode() - Method in class com.suncode.pwfl.archive.DocumentProtection
 
hashCode(Object) - Method in class com.suncode.pwfl.archive.IndexTypeEnum
 
hashCode() - Method in class com.suncode.pwfl.component.ComponentDefinition
 
hashCode() - Method in class com.suncode.pwfl.component.DtButtonDefinition
 
hashCode() - Method in class com.suncode.pwfl.component.ParameterDefinition
 
hashCode() - Method in class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDevice
 
hashCode() - Method in class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDirectory
 
hashCode() - Method in class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoDocumentClass
 
hashCode() - Method in class com.suncode.pwfl.configuration.dto.archive.ConfigurationDtoLink
 
hashCode() - Method in class com.suncode.pwfl.configuration.dto.common.right.ConfigurationDtoRight
 
hashCode() - Method in class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoOrgUnit
 
hashCode() - Method in class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoPosition
 
hashCode() - Method in class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoRole
 
hashCode() - Method in class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoDomain
 
hashCode() - Method in class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoGroup
 
hashCode() - Method in class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoUser
 
hashCode() - Method in class com.suncode.pwfl.configuration.dto.workflow.process.ConfigurationDtoProcess
 
hashCode() - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
hashCode() - Method in class com.suncode.pwfl.translation.LocalizedString
 
hashCode() - Method in class com.suncode.pwfl.translation.PropertiesTranslator
 
hashCode() - Method in class com.suncode.pwfl.workflow.assignment.WfParticipant
 
hashCode() - Method in class com.suncode.pwfl.workflow.form.action.ActionDefinition
 
hashCode() - Method in class com.suncode.pwfl.workflow.form.action.ActionDestination
 
hashCode() - Method in class com.suncode.pwfl.workflow.form.action.ActionTarget
 
hashCode() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserDefinition
 
hashPassword(String) - Method in interface com.suncode.pwfl.administration.user.UserService
 
hasInvokedCallback(String) - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
Checks if validator invoked callback
hasParameter(String) - Method in class com.suncode.pwfl.customform.ControllerParameters
 
hasParameterAnnotation(int, Class<? extends Annotation>) - Method in class com.suncode.pwfl.component.support.InvocableMethod
Returns true if parameter has given annotation.
hasPhantomValue() - Method in interface com.suncode.pwfl.workflow.variable.Variable
Determines if variable has value changed but that value has not been saved in database yet.
hasRightsToDeleteProcess(String, String) - Method in interface com.suncode.pwfl.security.rights.ProcessRightService
Sprawdza czy użytkownik posiada uprawnienia do usunięcia procesu o podanym id
hasRightsToReadFile(String, Long) - Method in interface com.suncode.pwfl.security.rights.DocumentRightService
Sprawdza prawa użytkownika do odczytu pliku o podanym id
hasSession() - Method in interface com.suncode.pwfl.administration.email.EmailClient
Deprecated.
Sprawdza, czy klient posiada stworzoną sesje
hasUserGroup(User) - Static method in class com.suncode.pwfl.administration.user.UserValidator
Sprawdzenie czy użytkownik należy do jakiejś grupy
HibernateBaseDao<T,PK extends Serializable> - Class in com.suncode.pwfl.support
Bazowa klasa DAO udostępniająca podstawowe operacje odczytu z bazy danych
HibernateBaseDao() - Constructor for class com.suncode.pwfl.support.HibernateBaseDao
 
HibernateEditableDao<T,PK extends Serializable> - Class in com.suncode.pwfl.support
Bazowa klasa DAO udostępniająca podstawowe operacje modyfikacji bazy danych
HibernateEditableDao() - Constructor for class com.suncode.pwfl.support.HibernateEditableDao
 
HibernateFilter - Interface in com.suncode.pwfl.search.hibernate
Interfejs używany do stworzenie drzewa filtrów hibernate.
hidden() - Method in class com.suncode.pwfl.component.ContextVariableBuilder
Sets context variable hidden param ContextVariable.getHidden()
hidden - Variable in class com.suncode.pwfl.configuration.dto.ConfigurationDtoConfigObjectMetadata
 
hidden() - Method in class com.suncode.pwfl.workflow.form.datachooser.MappingDefinitionBuilder
Hook - Annotation Type in com.suncode.pwfl.hook.annotation
KROTKI OPIS...
HookException - Exception in com.suncode.pwfl.hook.exception
Wyjątek rzucany przez hooki.
HookException() - Constructor for exception com.suncode.pwfl.hook.exception.HookException
 
HookException(String) - Constructor for exception com.suncode.pwfl.hook.exception.HookException
 
HookException(String, Throwable) - Constructor for exception com.suncode.pwfl.hook.exception.HookException
 
HookException(Throwable) - Constructor for exception com.suncode.pwfl.hook.exception.HookException
 

I

icon - Variable in class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
icon(Icon) - Method in class com.suncode.pwfl.component.ComponentDefinitionBuilder
Sets component icon ComponentDefinition.getIcon()
icon(SilkIconPack) - Method in class com.suncode.pwfl.component.DtButtonDefinitionBuilder
 
Icon - Interface in com.suncode.pwfl.web.ui
Icon.
Icon.Type - Enum in com.suncode.pwfl.web.ui
 
IconUtils - Class in com.suncode.pwfl.util.style
 
IconUtils() - Constructor for class com.suncode.pwfl.util.style.IconUtils
 
id - Variable in class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
id(String) - Method in class com.suncode.pwfl.component.ComponentDefinitionBuilder
Sets component id ComponentDefinition.getId()
id(String) - Method in class com.suncode.pwfl.component.ContextVariableBuilder
Sets context variable id ContextVariable.getId()
id(String) - Method in class com.suncode.pwfl.component.DtButtonDefinitionBuilder
 
id(String) - Method in class com.suncode.pwfl.component.ParameterDefinitionBuilder
Sets parameter id ParameterDefinition.getId()
id() - Method in enum com.suncode.pwfl.web.ui.UIFragment
Returns identifier of this fragment
id(String) - Method in class com.suncode.pwfl.workflow.form.datachooser.MappingDefinitionBuilder
identity() - Static method in interface com.suncode.pwfl.core.type.TypeBase.Convert
 
IDX_ID_COLUMN - Static variable in class com.suncode.pwfl.workflow.process.search.SimpleIndexFilter
 
IllegalExpirationTypeException - Exception in com.suncode.pwfl.archive.exception
Wyjątek występujący, gdy ustawiliśmy niepoprawny typ daty wygaśnięcia w klasie dokumentów
IllegalExpirationTypeException() - Constructor for exception com.suncode.pwfl.archive.exception.IllegalExpirationTypeException
 
IllegalExpirationTypeException(String, Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.IllegalExpirationTypeException
 
IllegalExpirationTypeException(String) - Constructor for exception com.suncode.pwfl.archive.exception.IllegalExpirationTypeException
 
IllegalExpirationTypeException(Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.IllegalExpirationTypeException
 
ImmutableSystemParameters - Class in com.suncode.pwfl.administration.configuration
 
ImmutableSystemParameters() - Constructor for class com.suncode.pwfl.administration.configuration.ImmutableSystemParameters
 
importCertificate(String, Certificate, boolean) - Method in interface com.suncode.pwfl.certificates.CertificateService
Importuje certyfikat do systemowego KeyStore.
importCertificateFromStream(String, InputStream, boolean) - Method in interface com.suncode.pwfl.certificates.CertificateService
Importuje certyfikat ze strumienia w formacie .pem do systemowego KeyStore.
importCertificates(Map<String, Certificate>, boolean) - Method in interface com.suncode.pwfl.certificates.CertificateService
Importuje certyfikaty do systemowego KeyStore.
importCertificatesFromKeyStore(InputStream, char[], boolean) - Method in interface com.suncode.pwfl.certificates.CertificateService
Importuje certyfikaty ze strumienia znajdujace się w KeyStore do systemowego KeyStore.
importConfig(PluginConfigurationDtoRoot, ConfigurationTransferAudit) - Method in interface com.suncode.pwfl.configuration.plugins.PluginConfigurationProvider
 
importConfiguration(ConfigurationDtoRoot, String, String) - Method in interface com.suncode.pwfl.configuration.ConfigurationImportService
 
importMeAfterPluginsIds(PluginConfigurationDtoRoot) - Method in interface com.suncode.pwfl.configuration.plugins.PluginConfigurationProvider
 
InContext<T extends Context> - Interface in com.suncode.pwfl.core.context
Action executed in specific context.
indexAsync(String, String) - Method in interface com.suncode.pwfl.workflow.activity.indexer.ActivityIndexingService
Adds activity to the indexing queue (async)
indexAsync(String, String, boolean) - Method in interface com.suncode.pwfl.workflow.activity.indexer.ActivityIndexingService
Adds activity to the indexing queue (async)
indexAsync(String, String) - Method in class com.suncode.pwfl.workflow.activity.indexer.ActivityIndexingWrapper
Calls index function in ActivityIndexingService
indexAsync(String, String, boolean) - Method in class com.suncode.pwfl.workflow.activity.indexer.ActivityIndexingWrapper
Calls index function in ActivityIndexingService
indexAsync(String) - Method in interface com.suncode.pwfl.workflow.process.indexer.ProcessIndexingService
Adds process to the indexing queue (async)
indexAsync(String, boolean) - Method in interface com.suncode.pwfl.workflow.process.indexer.ProcessIndexingService
Adds process to the indexing queue (async)
indexAsync(String) - Method in class com.suncode.pwfl.workflow.process.indexer.ProcessIndexingWrapper
Calls index function in ProcessIndexingService
indexAsync(String, boolean) - Method in class com.suncode.pwfl.workflow.process.indexer.ProcessIndexingWrapper
Calls index function in ProcessIndexingService
IndexData - Class in com.plusmpm.util
 
IndexData(long, String) - Constructor for class com.plusmpm.util.IndexData
 
IndexData() - Constructor for class com.plusmpm.util.IndexData
 
IndexFilter - Interface in com.suncode.pwfl.archive.search
 
IndexFilter - Interface in com.suncode.pwfl.workflow.process.search
 
IndexInfo - Class in com.suncode.pwfl.archive
Klasa zawierająca informacje o pojedyńczym indeksie dokumentu
IndexInfo(Long, String, Object, IndexType) - Constructor for class com.suncode.pwfl.archive.IndexInfo
Tworzy definicję indeksu
IndexInfo - Class in com.suncode.pwfl.workflow.process
 
IndexInfo(String, String, IndexType, Object) - Constructor for class com.suncode.pwfl.workflow.process.IndexInfo
 
IndexPattern - Class in com.suncode.pwfl.archive
 
IndexPattern() - Constructor for class com.suncode.pwfl.archive.IndexPattern
 
IndexPatternDao - Interface in com.suncode.pwfl.archive
 
IndexType - Enum in com.suncode.pwfl.archive
 
IndexType - Enum in com.suncode.pwfl.workflow.process
 
IndexTypeEnum - Class in com.suncode.pwfl.archive
 
IndexTypeEnum() - Constructor for class com.suncode.pwfl.archive.IndexTypeEnum
 
IndexTypeNotSupportedException - Exception in com.suncode.pwfl.workflow.process.exception
 
IndexTypeNotSupportedException() - Constructor for exception com.suncode.pwfl.workflow.process.exception.IndexTypeNotSupportedException
 
IndexTypeNotSupportedException(String, Throwable) - Constructor for exception com.suncode.pwfl.workflow.process.exception.IndexTypeNotSupportedException
 
IndexTypeNotSupportedException(String) - Constructor for exception com.suncode.pwfl.workflow.process.exception.IndexTypeNotSupportedException
 
IndexTypeNotSupportedException(Throwable) - Constructor for exception com.suncode.pwfl.workflow.process.exception.IndexTypeNotSupportedException
 
IndexTypeNotSupportedException(IndexType) - Constructor for exception com.suncode.pwfl.workflow.process.exception.IndexTypeNotSupportedException
 
info() - Method in class com.suncode.pwfl.administration.scheduledtask.ScheduledTask
 
init(FilterConfig) - Method in class com.suncode.pwfl.filter.ForceRequestEncodingFilter
 
init(ServletContext) - Static method in class com.suncode.pwfl.SystemContext
 
initFragment(String) - Method in interface com.suncode.pwfl.web.ui.WebScripts
UI fragment initialization.
inject(UIFragment, Resource) - Method in interface com.suncode.pwfl.web.ui.WebScripts
Injects given resource into given UIFragment.
inject(String, Resource) - Method in interface com.suncode.pwfl.web.ui.WebScripts
Injects given resource into given fragment identified by id.
INSTANCE - Static variable in class com.suncode.pwfl.core.type.BooleanType
 
INSTANCE - Static variable in class com.suncode.pwfl.core.type.DateTimeType
 
INSTANCE - Static variable in class com.suncode.pwfl.core.type.DateType
 
INSTANCE - Static variable in class com.suncode.pwfl.core.type.FileType
 
INSTANCE - Static variable in class com.suncode.pwfl.core.type.FloatType
 
INSTANCE - Static variable in class com.suncode.pwfl.core.type.FunctionType
 
INSTANCE - Static variable in class com.suncode.pwfl.core.type.IntegerType
 
INSTANCE - Static variable in class com.suncode.pwfl.core.type.StringType
 
INSTANCE - Static variable in class com.suncode.pwfl.core.type.VariableType
 
INSTANCE - Static variable in class com.suncode.pwfl.translation.EmptyTranslator
 
InstanceBinder - Class in com.suncode.pwfl.component.support
ParameterBinder that bind known components to method parameters by class.
InstanceBinder(Object...) - Constructor for class com.suncode.pwfl.component.support.InstanceBinder
 
InstanceFactory - Interface in com.suncode.pwfl.component.support
Factory responsible for creating components instances.
INTEGER - Static variable in class com.suncode.pwfl.core.type.Types
Integer type.
INTEGER_ARRAY - Static variable in class com.suncode.pwfl.core.type.Types
Array of Types.INTEGER
IntegerField - Class in com.suncode.pwfl.workflow.form.field
 
IntegerField() - Constructor for class com.suncode.pwfl.workflow.form.field.IntegerField
 
IntegerType - Class in com.suncode.pwfl.core.type
Integer type.
invalidate(String) - Method in class com.suncode.pwfl.web.ui.WebScripts.UrlCacheParameter
Clears cache for given fragment.
invalidateDatasource(String) - Method in interface com.suncode.pwfl.datasource.DataSourceService
Ivalidates all declarations of datasource with specified type
InvalidComponentException - Exception in com.suncode.pwfl.component.exception
 
InvalidComponentException(String) - Constructor for exception com.suncode.pwfl.component.exception.InvalidComponentException
 
InvalidComponentException(String, Throwable) - Constructor for exception com.suncode.pwfl.component.exception.InvalidComponentException
 
InvalidEmailException - Exception in com.suncode.pwfl.administration.user.exception
KROTKI OPIS...
InvalidEmailException(String) - Constructor for exception com.suncode.pwfl.administration.user.exception.InvalidEmailException
 
InvalidFunctionException - Exception in com.suncode.pwfl.core.function
Expection indicates, that given function is invalid and cannot be created because it is invalid (e.g. invalid name).
InvalidFunctionException(Function, String) - Constructor for exception com.suncode.pwfl.core.function.InvalidFunctionException
 
InvalidIndexValueException - Exception in com.suncode.pwfl.archive.exception
 
InvalidIndexValueException(String, Object, DocumentClassIndex) - Constructor for exception com.suncode.pwfl.archive.exception.InvalidIndexValueException
 
InvalidUserException - Exception in com.suncode.pwfl.administration.user.exception
KROTKI OPIS...
InvalidUserException(Throwable) - Constructor for exception com.suncode.pwfl.administration.user.exception.InvalidUserException
 
InvalidUserException(String, Throwable) - Constructor for exception com.suncode.pwfl.administration.user.exception.InvalidUserException
 
InvalidUserException(String) - Constructor for exception com.suncode.pwfl.administration.user.exception.InvalidUserException
 
InvalidUserNameException - Exception in com.suncode.pwfl.administration.user.exception
KROTKI OPIS...
InvalidUserNameException(String) - Constructor for exception com.suncode.pwfl.administration.user.exception.InvalidUserNameException
 
InvocableComponent - Class in com.suncode.pwfl.workflow.component
Component with invocable method.
InvocableComponent(ComponentDefinition, Method, Object) - Constructor for class com.suncode.pwfl.workflow.component.InvocableComponent
 
InvocableDataSource - Class in com.suncode.pwfl.datasource
 
InvocableDataSource(DataSourceDefinition, Method, Object, Optional<DataSourceValidator>) - Constructor for class com.suncode.pwfl.datasource.InvocableDataSource
 
InvocableMethod - Class in com.suncode.pwfl.component.support
Wrapper around Method that allows to easily invoke method using dynamic ParameterBinder.
InvocableMethod(Method) - Constructor for class com.suncode.pwfl.component.support.InvocableMethod
 
invoke(Parameters, ActivityContextMap, ContextVariables) - Method in class com.suncode.pwfl.administration.scheduledtask.ScheduledTask
 
invoke(Object, ParameterBinder...) - Method in class com.suncode.pwfl.component.support.InvocableMethod
Invokes this method on given instance (may be null for static methods).
invoke(Parameters, ActivityContextMap, ContextVariables) - Method in class com.suncode.pwfl.datasource.InvocableDataSource
 
invoke(Parameters, ActivityContextMap, ContextVariables) - Method in class com.suncode.pwfl.workflow.application.Application
Invokes this application with given parameters.
invoke(Parameters, ActivityContextMap, ContextVariables) - Method in class com.suncode.pwfl.workflow.component.InvocableComponent
Invokes this component with given parameters.
invoke(Parameters, Object...) - Method in class com.suncode.pwfl.workflow.component.InvocableComponent
 
invoke(Parameters, ActivityContextMap, ContextVariables) - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooser
 
invoke(Parameters, ActivityContextMap, ContextVariables) - Method in class com.suncode.pwfl.workflow.form.validator.Validator
Invokes this validator with given parameters.
invoke(Parameters, ActivityContextMap, ContextVariables) - Method in class com.suncode.pwfl.workflow.form.variablesetter.VariableSetter
Invokes this setter with given parameters.
invokeCallback() - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
Invokes JavaScript callback.
invokeCallback(Object) - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
 
InvokeComponentException - Exception in com.suncode.pwfl.component
Exception thrown when component could not be invoked.
InvokeComponentException(InvocableComponent, Throwable) - Constructor for exception com.suncode.pwfl.component.InvokeComponentException
 
InvokeComponentException(InvocableComponent, String, Throwable) - Constructor for exception com.suncode.pwfl.component.InvokeComponentException
 
invokeWithResult(Parameters, Object...) - Method in class com.suncode.pwfl.administration.scheduledtask.ScheduledTask
 
invokeWithResult(Parameters, Object...) - Method in class com.suncode.pwfl.datasource.InvocableDataSource
 
invokeWithResult(Parameters, Object...) - Method in class com.suncode.pwfl.workflow.component.InvocableComponent
 
ipAddress(String) - Method in class com.suncode.pwfl.audit.builder.ManualAuditBuilder
Sets ip address for audit.
isAcceptButtonAllowed() - Method in class com.suncode.pwfl.workflow.form.action.ButtonDestination
 
isActive() - Static method in class com.suncode.pwfl.administration.scheduledtask.context.ScheduledTaskContext
Returns true if this context is active.
isActive() - Method in class com.suncode.pwfl.administration.user.User
 
isActive() - Static method in class com.suncode.pwfl.administration.user.UserContext
Returns true if this context is active.
isActive(String) - Method in interface com.suncode.pwfl.administration.user.UserService
Sprawdza czy użytkownik jest aktywny
isActive() - Method in class com.suncode.pwfl.core.context.ContextHolder
Returns true if there is at least 1 context on stack.
isActive() - Static method in class com.suncode.pwfl.core.function.FunctionContext
Returns true if this context is active.
isActive() - Static method in class com.suncode.pwfl.datasource.DataSourceContext
Returns true if this context is active.
isActive() - Static method in class com.suncode.pwfl.workflow.AcceptanceContext
Returns true if this context is active.
isActive() - Static method in class com.suncode.pwfl.workflow.application.ApplicationContext
Returns true if this context is active.
isActive() - Static method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
Returns true if this context is active.
isActive() - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.AutoMappingConfig
 
isActive() - Static method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
Returns true if this context is active.
isAddedHere() - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
isAliasValid(String) - Method in interface com.suncode.pwfl.certificates.CertificateService
Sprawdza, czy dany alias jest prawidłowego formatu.
isArray() - Method in class com.suncode.pwfl.component.Argument
Returns true if argument value is an array.
isArray() - Method in class com.suncode.pwfl.component.ParameterDefinition
 
isArray(Type<?>) - Static method in class com.suncode.pwfl.core.type.Types
Returns true if given type is an array
isArray() - Method in interface com.suncode.pwfl.workflow.component.declaration.ParameterDeclaration
 
isArray() - Method in interface com.suncode.pwfl.workflow.variable.Variable
Determines if variable is from table.
isAssignable(Class<?>, Class<?>) - Method in class com.suncode.pwfl.core.type.TypeBase
 
isAssigned() - Method in class com.suncode.pwfl.administration.user.DeactivationActivity
Określa, czy istnieją otwarte instancje zadań przypisane do dezaktywowanego użytkownika.
isAssignedToUser(String, String, String) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
Sprawdza, czy zadanie jest przypisane do wskazanego użytkownika.
isAttachToClosedActivities() - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
 
isAutoStart() - Method in class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
Zwraca informację, czy stworzony proces zostanie automatycznie uruchomiony
isBasic(Type<?>) - Static method in enum com.suncode.pwfl.core.type.BasicTypes
Checks if given type is one of BasicTypes.
isCancelable() - Method in class com.suncode.pwfl.administration.scheduledtask.ScheduledTask
 
isCancelable() - Method in class com.suncode.pwfl.administration.scheduledtask.ScheduledTaskDefinition
 
isCancelable() - Method in class com.suncode.pwfl.administration.scheduledtask.ScheduledTaskDefinitionBuilder
 
isCanceled() - Method in class com.suncode.pwfl.administration.scheduledtask.context.CancelationHandler
Returns true if user want to cancel the task from GUI.
isCheckForm() - Method in class com.suncode.pwfl.workflow.form.AcceptButton
 
isClearMapped() - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.AutoMappingConfig
 
isCompressed() - Method in class com.suncode.pwfl.archive.WfFile
 
isConnectionInUse(OAuth2Connection) - Method in interface com.suncode.pwfl.administration.email.oauth.connection.OAuth2ConnectionService
 
isContext() - Method in interface com.suncode.pwfl.core.function.FunctionOverride
Specify if function's returned value depends not only from function input arguments but also from invocation context.
isContextVariable(String) - Method in class com.suncode.pwfl.workflow.component.ContextVariables
 
isCorrect(String, String) - Method in class com.suncode.pwfl.util.ShaKey
Sprawdza czy podany zakodowany klucz został wygenerowany na podstawie podanego źródła.
isCustomAliasValid(String) - Method in interface com.suncode.pwfl.certificates.CertificateService
Sprawdza, czy dany alias jest prawidłowego formatu dla niestandardowego certyfikatu.
isDefaultAction() - Method in class com.suncode.pwfl.workflow.AcceptanceContext
Returns true if default acceptance path is evaluated.
isDefaultAction() - Method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
Returns true if default acceptance path is evaluated.
isDeletable() - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
isDeprecated() - Method in class com.suncode.pwfl.component.ComponentDefinition
 
isDeprecated() - Method in interface com.suncode.pwfl.core.function.FunctionOverride
Returns if the function is deprecated.
isEditable() - Method in class com.suncode.pwfl.workflow.form.field.ListBox
 
isEmailValid(String) - Static method in class com.suncode.pwfl.administration.user.UserValidator
Sprawdzenie czy adres email użytkownika pasuje do określonego wzorca
isEmptyTaskUserNameOrAdmin(String) - Static method in class com.suncode.pwfl.administration.user.Deactivation
 
isEncrypted() - Method in class com.suncode.pwfl.archive.WfFile
 
isExpired() - Method in class com.plusmpm.util.DocumentData
 
isExpired() - Method in class com.suncode.pwfl.archive.WfDocument
Określa czy dokument wygasł
isFilterable() - Method in class com.suncode.pwfl.workflow.form.field.ListBox
 
isFilterValue() - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.AutoMappingConfig
 
isForceInstanceWhenReading() - Method in class com.suncode.pwfl.core.type.TypeBase
Deprecated.
isFromVariableSet() - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.DataChooserDeclaration
 
isFulfilled() - Method in class com.suncode.pwfl.component.Condition
Returns true if this condition is fulfilled right now.
isHasOpenActivity() - Method in class com.suncode.pwfl.workflow.process.util.CreateProcessResult
 
isHidden() - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
isHidden() - Method in class com.suncode.pwfl.workflow.form.datachooser.Mapping
If true, then column with this mapping is not visible in datachooser result.
isHidden() - Method in class com.suncode.pwfl.workflow.form.field.DCMapping
 
isHidden() - Method in interface com.suncode.pwfl.workflow.form.FormField
 
isIndexLoaded() - Method in interface com.suncode.pwfl.workflow.process.Process
 
isIndexLoaded() - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
isInstance(Class<?>) - Method in class com.suncode.pwfl.core.type.ArrayType
 
isInstance(Object) - Method in interface com.suncode.pwfl.core.type.Type
Checks if given value is instance of this type.
isInstance(Class<?>) - Method in interface com.suncode.pwfl.core.type.Type
Checks if given class instances will be considered an instance of this type Type.isInstance(Object).
isInstance(Object) - Method in class com.suncode.pwfl.core.type.TypeBase
 
isInstance(Class<?>) - Method in class com.suncode.pwfl.core.type.TypeBase
 
isInstanceOf(Type<?>) - Method in class com.suncode.pwfl.core.type.TypedValue
Checks if this value is instance of specified type.
isKeyCorrect(String, String, String, String) - Method in class com.suncode.pwfl.util.Encrypter
 
isLdapOverSsl() - Method in class com.suncode.pwfl.administration.user.Domain
 
isMutable() - Method in class com.suncode.pwfl.archive.IndexTypeEnum
 
isNodeEmpty(JsonNode) - Method in class com.suncode.pwfl.core.type.StringType
 
isNodeEmpty(JsonNode) - Method in class com.suncode.pwfl.core.type.support.JsonTypeBase
 
isNull() - Method in class com.suncode.pwfl.administration.configuration.SystemParameter
 
isOK() - Method in class com.suncode.pwfl.configuration.validators.ConfigurationElementTransferValidatorResult
 
isOnlyUnique() - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.AutoMappingConfig
 
isOpen() - Method in interface com.suncode.pwfl.workflow.activity.Activity
 
isOpen() - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
isOpen(ActivityState) - Static method in enum com.suncode.pwfl.workflow.activity.ActivityState
 
isOpen(ProcessState) - Static method in enum com.suncode.pwfl.workflow.process.ProcessState
 
isOptional() - Method in class com.suncode.pwfl.component.ParameterDefinition
 
isPackageLevel() - Method in class com.suncode.pwfl.administration.structure.Role
 
isParseableToType(String, Class<?>) - Static method in class com.suncode.pwfl.util.CastUtils
 
isPortFree(int) - Static method in class com.suncode.pwfl.util.NetworkUtils
 
isProcessLevel() - Method in class com.suncode.pwfl.administration.structure.Role
 
isReadOnly() - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
isReadOnly() - Method in interface com.suncode.pwfl.workflow.form.FormField
 
isReadOnly() - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
isRegistered(String) - Method in interface com.suncode.pwfl.core.function.FunctionRegistry
Returns true if function with given name is available.
isRequired() - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
isRequired() - Method in interface com.suncode.pwfl.workflow.form.FormField
 
isRestartRequired() - Method in interface com.suncode.pwfl.certificates.CertificateService
Sprawdza, czy ostatnio były dokonywane zmiany w certyfikatach wymagające restartu systemu.
isRootDirectory(Directory) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Sprawdza czy katalog jest katalogiem nadrzędnym
isSaveAsNewVersion() - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Określa, czy zapisać plik jako nowa wersja(dodanie nowej wersji jest możliwe tylko, gdy dodawany dokument ma takie same indeksy jak istniejący już dokument w archiwum).
isSelf() - Method in class com.suncode.pwfl.workflow.form.datachooser.Mapping
 
isSharkTransactionActive() - Method in interface com.suncode.pwfl.transaction.SharkTransactionManager
Sprawdza, czy dla tego wątku istnieje aktywna transakcja silnika shark
isSubstitutionDeletable(Substitution) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Sprawdza czy zastępstwo może zostać usunięte.
isSubstitutionOverlapping(Substitution) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda sprawdza, czy zdefiniowane zastępstwo nachodzi na istniejące już zastępstwo.
isSuccess() - Method in class com.suncode.pwfl.customform.ControllerResult
 
isSuspendChildrenPropagation() - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.AutoMappingConfig
 
isSystemAlias(String) - Method in interface com.suncode.pwfl.certificates.CertificateService
Sprawdza, czy dany alias jest systemowy.
isSystemRight(String) - Static method in class com.suncode.pwfl.configuration.dto.common.right.ConfigurationDtoRight
 
isTabular() - Method in class com.suncode.pwfl.workflow.process.ProcessIndex
 
isUserFirstNameValid(String) - Static method in class com.suncode.pwfl.administration.user.UserValidator
Sprawdzenie czy imię użytkownika spełnia odpowiednie kryteria
isUserLastNameValid(String) - Static method in class com.suncode.pwfl.administration.user.UserValidator
Sprawdzenie czy nazwisko użytkownika spełnia odpowiednie kryteria
isUserNameEmpty(String) - Static method in class com.suncode.pwfl.administration.user.UserValidator
Sprawdzenie czy nazwa użytkownika jest pusta
isUserNameValid(String) - Static method in class com.suncode.pwfl.administration.user.UserValidator
Sprawdzenie czy nazwa użytkownika składa się z dozwolonych znaków
isUseScalars() - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
isValueEmpty(T) - Method in class com.suncode.pwfl.core.type.support.JsonTypeBase
 
isVerify() - Method in class com.suncode.pwfl.workflow.form.field.DCMapping
 
isVersionSufficient(String, String) - Static method in class com.suncode.pwfl.util.VersionVerifier
 

J

javaType() - Method in interface com.suncode.pwfl.core.type.Type
Returns Java Class that represents value of this type.
javaType() - Method in class com.suncode.pwfl.core.type.TypeBase
 
JOIN_ACTIONS - Static variable in class com.suncode.pwfl.archive.DocumentClass
 
JOIN_ACTIVITIES - Static variable in class com.suncode.pwfl.workflow.process.ProcessEntity
Pozwala dołączyć zadania procesu
JOIN_ACTIVITY - Static variable in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
JOIN_ASSIGNMENTS - Static variable in interface com.suncode.pwfl.workflow.activity.Activity
Pozwala dołączyć dane o przypisaniach do zadania
JOIN_CONNECTION - Static variable in class com.suncode.pwfl.administration.email.configuration.EmailConfiguration
 
JOIN_CONNECTION_DOCUMENT_CLASS - Static variable in class com.suncode.pwfl.archive.Link
 
JOIN_CONNECTION_DOCUMENT_CLASS_INDEX - Static variable in class com.suncode.pwfl.archive.Link
 
JOIN_CONNECTION_LINK_INDEX - Static variable in class com.suncode.pwfl.archive.Link
 
JOIN_CONNECTIONS - Static variable in class com.suncode.pwfl.administration.email.oauth.client.OAuth2Client
 
JOIN_CONNECTIONS - Static variable in class com.suncode.pwfl.archive.Link
 
JOIN_DEVICE - Static variable in class com.suncode.pwfl.archive.Directory
 
JOIN_DEVICE - Static variable in class com.suncode.pwfl.archive.DocumentClass
 
JOIN_DIRECTOR_POSITION - Static variable in class com.suncode.pwfl.administration.structure.OrganizationalUnit
Pozwala dołączyć stanowisko kierownicze
JOIN_DIRECTORED_UNITS - Static variable in class com.suncode.pwfl.administration.structure.Position
Pozwala dołączyć role przypisane do stanowiska
JOIN_DIRECTORIES - Static variable in class com.suncode.pwfl.archive.Device
 
JOIN_DIRECTORY - Static variable in class com.suncode.pwfl.archive.DocumentClass
 
JOIN_DOC_CLASS - Static variable in class com.suncode.pwfl.archive.DocumentClassIndex
 
JOIN_DOC_CLASS - Static variable in class com.suncode.pwfl.archive.WfDocument
 
JOIN_DOC_CLASS - Static variable in class com.suncode.pwfl.archive.WfFile
 
JOIN_DOC_CLASSES - Static variable in class com.suncode.pwfl.archive.Directory
 
JOIN_DOCUMENT_CLASS - Static variable in class com.suncode.pwfl.archive.DocumentClassAction
 
JOIN_DOCUMENT_CLASS_INDICES - Static variable in class com.suncode.pwfl.archive.LinkConnection
 
JOIN_DOCUMENT_CLASSES - Static variable in class com.suncode.pwfl.archive.LinkConnection
 
JOIN_FILE - Static variable in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
JOIN_FILES - Static variable in class com.suncode.pwfl.archive.DocumentClass
 
JOIN_GROUPS - Static variable in class com.suncode.pwfl.administration.user.User
Pozwala dołączyć role użytkownika
JOIN_HIGHER_ORGANIZATIONAL_UNIT - Static variable in class com.suncode.pwfl.administration.structure.OrganizationalUnit
Pozwala dołączyć jednostkę nadrzędną
JOIN_HIGHER_POSITION - Static variable in class com.suncode.pwfl.administration.structure.Position
Pozwala dołączyć stanowisko nadrzędne
JOIN_INDEXES - Static variable in class com.suncode.pwfl.archive.DocumentClass
 
JOIN_LINK - Static variable in class com.suncode.pwfl.archive.LinkIndex
 
JOIN_LINK_INDICES - Static variable in class com.suncode.pwfl.archive.LinkConnection
 
JOIN_LINKS - Static variable in class com.suncode.pwfl.archive.LinkConnection
 
JOIN_OU - Static variable in class com.suncode.pwfl.administration.structure.Position
Pozwala dołączyć jednostkę organizacyjną
JOIN_OU - Static variable in class com.suncode.pwfl.administration.user.User
Pozwala dołączyć jednostki użytkownika
JOIN_POSITIONS - Static variable in class com.suncode.pwfl.administration.structure.Role
Pozwala dołączyć stanowiska, które posiadają role
JOIN_POSITIONS - Static variable in class com.suncode.pwfl.administration.user.User
Pozwala dołączyć stanowiska użytkownika
JOIN_PROCESS - Static variable in interface com.suncode.pwfl.workflow.activity.Activity
 
JOIN_PROCESS - Static variable in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
JOIN_PROCESS_DEFINITION - Static variable in interface com.suncode.pwfl.workflow.process.Process
Pozwala dołączyć definicję procesu
JOIN_PROCESS_DEFINITION - Static variable in class com.suncode.pwfl.workflow.process.ProcessEntity
Pozwala dołączyć definicję procesu
JOIN_ROLE - Static variable in class com.suncode.pwfl.administration.substitution.Substitution
Pozwala dołączyć role użytkownika
JOIN_ROLES - Static variable in class com.suncode.pwfl.administration.structure.Position
Pozwala dołączyć role przypisane do stanowiska
JOIN_ROOT_DIR - Static variable in class com.suncode.pwfl.archive.Directory
 
JOIN_SUB_OUS - Static variable in class com.suncode.pwfl.administration.structure.OrganizationalUnit
Pozwala dołączyć jednostki podrzędne
JOIN_SUBSTITUTE - Static variable in class com.suncode.pwfl.administration.substitution.Substitution
Pozwala dołączyć zastępcę
JOIN_SUBSTITUTED - Static variable in class com.suncode.pwfl.administration.substitution.Substitution
Pozwala dołączyć użytkownika zastępowanego
JOIN_TRANSLATED_ENTITY - Static variable in class com.suncode.pwfl.translation.configElements.DocumentClassIndexTranslation
 
JOIN_TRANSLATED_ENTITY - Static variable in class com.suncode.pwfl.translation.configElements.DocumentClassTranslation
 
JOIN_TRANSLATED_ENTITY - Static variable in class com.suncode.pwfl.translation.configElements.LinkIndexTranslation
 
JOIN_TRANSLATED_ENTITY - Static variable in class com.suncode.pwfl.translation.configElements.LinkTranslation
 
JOIN_TRANSLATED_ENTITY - Static variable in class com.suncode.pwfl.translation.configElements.OrganizationalUnitTranslation
 
JOIN_TRANSLATED_ENTITY - Static variable in class com.suncode.pwfl.translation.configElements.PositionTranslation
 
JOIN_TRANSLATED_ENTITY - Static variable in class com.suncode.pwfl.workflow.process.ProcessDataTranslation
 
JOIN_TRANSLATIONS - Static variable in class com.suncode.pwfl.administration.structure.OrganizationalUnit
Pozwala dołączyć tłumaczenia
JOIN_TRANSLATIONS - Static variable in class com.suncode.pwfl.administration.structure.Position
Pozwala dołączyć tłumaczenia
JOIN_TRANSLATIONS - Static variable in class com.suncode.pwfl.archive.DocumentClass
 
JOIN_TRANSLATIONS - Static variable in class com.suncode.pwfl.archive.DocumentClassIndex
 
JOIN_TRANSLATIONS - Static variable in class com.suncode.pwfl.archive.Link
 
JOIN_TRANSLATIONS - Static variable in class com.suncode.pwfl.archive.LinkIndex
 
JOIN_USER - Static variable in class com.suncode.pwfl.administration.structure.Position
Pozwala dołączyć użytkownika przypisanego do stanowiska
JOIN_USER - Static variable in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
JOIN_USERS - Static variable in class com.suncode.pwfl.administration.user.UserGroup
Pozwala dołączyć użytkowników grupy
JOIN_VERSION - Static variable in class com.suncode.pwfl.archive.WfFile
 
JOIN_VERSION - Static variable in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
JsonSerializable<T> - Interface in com.suncode.pwfl.core.type.support
JSON serialization support for type instances.
JsonTypeBase<T> - Class in com.suncode.pwfl.core.type.support
TypeBase extension that simplifies implementation of JsonSerializable interface.
JsonTypeBase(Class<T>, T) - Constructor for class com.suncode.pwfl.core.type.support.JsonTypeBase
 

K

KeystoreAccessException - Exception in com.suncode.pwfl.certificates.exceptions.keystore
 
KeystoreAccessException(String) - Constructor for exception com.suncode.pwfl.certificates.exceptions.keystore.KeystoreAccessException
 
KeystoreAccessException(String, Throwable) - Constructor for exception com.suncode.pwfl.certificates.exceptions.keystore.KeystoreAccessException
 
KeystorePasswordException - Exception in com.suncode.pwfl.certificates.exceptions.keystore
 
KeystorePasswordException(String, Throwable) - Constructor for exception com.suncode.pwfl.certificates.exceptions.keystore.KeystorePasswordException
 

L

label() - Static method in class com.suncode.pwfl.workflow.form.action.ActionDestination
Returns instance of this object and point to the label.
LASTNAME - Static variable in class com.suncode.pwfl.administration.user.DomainMappingDefault
 
levelContainsDocClass() - Method in class com.suncode.pwfl.configuration.dto.common.right.ConfigurationDtoRight
 
levelContainsDocClass(String, long) - Static method in class com.suncode.pwfl.configuration.dto.common.right.ConfigurationDtoRight
 
levelContainsLink() - Method in class com.suncode.pwfl.configuration.dto.common.right.ConfigurationDtoRight
 
levelContainsLink(String, long) - Static method in class com.suncode.pwfl.configuration.dto.common.right.ConfigurationDtoRight
 
levelContainsProcess(String, String) - Static method in class com.suncode.pwfl.configuration.dto.common.right.ConfigurationDtoRight
 
levelContainsSomeDocClass(String) - Static method in class com.suncode.pwfl.configuration.dto.common.right.ConfigurationDtoRight
 
levelContainsSomeLink(String) - Static method in class com.suncode.pwfl.configuration.dto.common.right.ConfigurationDtoRight
 
levelContainsSomeProcess(String) - Static method in class com.suncode.pwfl.configuration.dto.common.right.ConfigurationDtoRight
 
License - Class in com.suncode.pwfl.license
Klasa mapująca tabelę w bazie danych pm_license
License() - Constructor for class com.suncode.pwfl.license.License
 
LicenseDao - Interface in com.suncode.pwfl.license
KROTKI OPIS...
LicenseException - Exception in com.suncode.pwfl.license.exceptions
KROTKI OPIS...
LicenseException(String) - Constructor for exception com.suncode.pwfl.license.exceptions.LicenseException
 
LicenseInvalidException - Exception in com.suncode.pwfl.license.exceptions
KROTKI OPIS...
LicenseInvalidException(String) - Constructor for exception com.suncode.pwfl.license.exceptions.LicenseInvalidException
 
LicenseInvalidException() - Constructor for exception com.suncode.pwfl.license.exceptions.LicenseInvalidException
 
LicenseService - Interface in com.suncode.pwfl.license
Serwis udostępniający metody związane z licencjami systemu.
Link - Class in com.suncode.pwfl.archive
Przechowuje informacje o zestawach dokumentów
Link() - Constructor for class com.suncode.pwfl.archive.Link
 
Link() - Constructor for class com.suncode.pwfl.web.ui.WebScripts.Link
 
LinkAlreadyExistsException - Exception in com.suncode.pwfl.archive.exception
 
LinkAlreadyExistsException(String) - Constructor for exception com.suncode.pwfl.archive.exception.LinkAlreadyExistsException
 
LinkConnection - Class in com.suncode.pwfl.archive
Przechowuje informajce o powiązaniach indeksów i klas dokumentów z zestawami dokumentów
LinkConnection() - Constructor for class com.suncode.pwfl.archive.LinkConnection
 
LinkConnectionDao - Interface in com.suncode.pwfl.archive
 
LinkDao - Interface in com.suncode.pwfl.archive
 
LinkDto - Class in com.suncode.pwfl.archive
 
LinkDto() - Constructor for class com.suncode.pwfl.archive.LinkDto
 
LinkExistsForIndexException - Exception in com.suncode.pwfl.archive.exception
 
LinkExistsForIndexException() - Constructor for exception com.suncode.pwfl.archive.exception.LinkExistsForIndexException
 
LinkIndex - Class in com.suncode.pwfl.archive
Przechowuje informacje o indeksach zestawów dokumentów
LinkIndex() - Constructor for class com.suncode.pwfl.archive.LinkIndex
 
LinkIndexDao - Interface in com.suncode.pwfl.archive
 
LinkIndexTranslation - Class in com.suncode.pwfl.translation.configElements
 
LinkIndexTranslation() - Constructor for class com.suncode.pwfl.translation.configElements.LinkIndexTranslation
 
LinkNotFoundException - Exception in com.suncode.pwfl.archive.exception
 
LinkNotFoundException(String) - Constructor for exception com.suncode.pwfl.archive.exception.LinkNotFoundException
 
LinkProtection - Class in com.suncode.pwfl.archive
 
LinkProtection() - Constructor for class com.suncode.pwfl.archive.LinkProtection
 
LinkService - Interface in com.suncode.pwfl.archive
Klasa odpowiedzialna za zarządzanie zestawami dokumentów
LinkTranslation - Class in com.suncode.pwfl.translation.configElements
 
LinkTranslation() - Constructor for class com.suncode.pwfl.translation.configElements.LinkTranslation
 
list - Variable in class com.suncode.pwfl.configuration.dto.ConfigurationDtoContainer
 
list(SQLQuery) - Method in interface com.suncode.pwfl.util.QueryExecutor
Wykonuje zapytanie SQL
ListBox - Class in com.suncode.pwfl.workflow.form.field
 
ListBox() - Constructor for class com.suncode.pwfl.workflow.form.field.ListBox
 
ListResult<T> - Class in com.suncode.pwfl.customform
KROTKI OPIS...
ListResult() - Constructor for class com.suncode.pwfl.customform.ListResult
 
ListResult(List<T>) - Constructor for class com.suncode.pwfl.customform.ListResult
 
ListResult(List<T>, long) - Constructor for class com.suncode.pwfl.customform.ListResult
 
load(String) - Method in class com.suncode.pwfl.administration.user.UserInfoCache
 
loadFeatureLicense(Resource) - Method in interface com.suncode.pwfl.license.LicenseService
Ładuje licencję dla funkcjonalności systemu.
localizedMessage(String, Object...) - Method in exception com.suncode.pwfl.SystemException
Sets variables to generate localized message when calling {SystemException.getLocalizedMessage()
LocalizedString - Class in com.suncode.pwfl.translation
Dynamically translated String.
LocalizedString(String, Translator, Object...) - Constructor for class com.suncode.pwfl.translation.LocalizedString
 
LocalizedString(String, String, Translator, Locale, Object...) - Constructor for class com.suncode.pwfl.translation.LocalizedString
 
LocalizedString(String, String[], String, Translator, Locale, Object...) - Constructor for class com.suncode.pwfl.translation.LocalizedString
 
log(AuditWrapper) - Method in interface com.suncode.pwfl.audit.AuditExecutor
 
log() - Method in class com.suncode.pwfl.audit.AuditWrapper
 
log(Logger, String, Object...) - Method in enum com.suncode.pwfl.util.logging.LoggerLevel
 
log - Static variable in class com.suncode.pwfl.util.SpringContext
 
LOGGER_NAME - Static variable in class com.plusmpm.util.scheduledTasks.AbstractAdvancedTask
 
LoggerLevel - Enum in com.suncode.pwfl.util.logging
Poziom logowania
LoggerOutputStream - Class in com.suncode.pwfl.util.logging
OutputStream, który wykorzystuje podany obiekt Logger'a do logowania danych.
LoggerOutputStream(Logger) - Constructor for class com.suncode.pwfl.util.logging.LoggerOutputStream
 
LoggerOutputStream(Logger, LoggerLevel) - Constructor for class com.suncode.pwfl.util.logging.LoggerOutputStream
 
Logical - Class in com.suncode.pwfl.workflow.form.field
 
Logical() - Constructor for class com.suncode.pwfl.workflow.form.field.Logical
 
LogicOperator - Enum in com.suncode.pwfl.search
 

M

ManualAuditBuilder - Class in com.suncode.pwfl.audit.builder
Builder for Audit objects.
ManualAuditBuilder() - Constructor for class com.suncode.pwfl.audit.builder.ManualAuditBuilder
 
mapping() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserDefinitionBuilder
Starts building mapping definition of datachooser with ParameterBuilder
mapping(Mapping) - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserDefinitionBuilder
 
Mapping - Class in com.suncode.pwfl.workflow.form.datachooser
 
Mapping(String, LocalizedString, LocalizedString, boolean, boolean) - Constructor for class com.suncode.pwfl.workflow.form.datachooser.Mapping
 
MappingDeclaration - Class in com.suncode.pwfl.workflow.form.datachooser.declaration
 
MappingDeclaration(String, String, String, boolean, boolean) - Constructor for class com.suncode.pwfl.workflow.form.datachooser.declaration.MappingDeclaration
 
MappingDefinitionBuilder - Class in com.suncode.pwfl.workflow.form.datachooser
Builder to create component parameter definition ParameterDefinition
MappingDefinitionBuilder(DataChooserDefinitionBuilder) - Constructor for class com.suncode.pwfl.workflow.form.datachooser.MappingDefinitionBuilder
 
Mappings - Class in com.plusmpm.util.form.datachooser
KROTKI OPIS...
Mappings() - Constructor for class com.plusmpm.util.form.datachooser.Mappings
 
Maps - Class in com.suncode.pwfl.util
 
Maps() - Constructor for class com.suncode.pwfl.util.Maps
 
matches(Type<?>) - Method in class com.suncode.pwfl.component.Argument
Returns true if this argument matches given type.
matchesTarget(ActionTarget) - Method in class com.suncode.pwfl.workflow.form.action.ActionDestination
 
MEMBER - Static variable in class com.suncode.pwfl.administration.user.DomainMappingDefault
 
MEMBER_OF - Static variable in class com.suncode.pwfl.administration.user.DomainMappingDefault
 
merge(T) - Method in interface com.suncode.pwfl.support.EditableDao
Wywołuje metodę Session.merge(Object)
merge(T) - Method in class com.suncode.pwfl.support.HibernateEditableDao
 
messageTypes(ValidatorMessage...) - Method in class com.suncode.pwfl.workflow.form.validator.ValidatorDefinitionBuilder
Method adds an ability to configure validator messages defined by user
MissingDocIdsVariableException - Exception in com.suncode.pwfl.archive.exception
Wyjątek występujący, gdy próbujemy dodać lub usunąć plik do procesu w którym nie ma zmiennej DocIds.
MissingDocIdsVariableException() - Constructor for exception com.suncode.pwfl.archive.exception.MissingDocIdsVariableException
 
MissingDocIdsVariableException(String, Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.MissingDocIdsVariableException
 
MissingDocIdsVariableException(String) - Constructor for exception com.suncode.pwfl.archive.exception.MissingDocIdsVariableException
 
MissingDocIdsVariableException(Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.MissingDocIdsVariableException
 
moveUpDocumentClass(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Zmienia kolejność klasy dokumentów o podanym id
moveUpDocumentClassIndex(Long) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Zmienia kolejność indeksu klasy dokumentów o podanym id
moveUpDocumentLinkIndex(Long) - Method in interface com.suncode.pwfl.archive.LinkService
Zmienia kolejność indeksu zestawu dokumentów o podanym id

N

NAME - Static variable in class com.suncode.pwfl.administration.scheduledtask.context.ScheduledTaskContext
 
name() - Method in class com.suncode.pwfl.administration.scheduledtask.context.ScheduledTaskContext
 
name() - Method in class com.suncode.pwfl.administration.user.UserContext
 
name - Variable in class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
name(String) - Method in class com.suncode.pwfl.component.ComponentDefinitionBuilder
Sets component name ComponentDefinition.getName()
name(String) - Method in class com.suncode.pwfl.component.ContextVariableBuilder
Sets context variable name ContextVariable.getName()
name(String) - Method in class com.suncode.pwfl.component.DtButtonDefinitionBuilder
 
name(String) - Method in class com.suncode.pwfl.component.ParameterDefinitionBuilder
Sets parameter name ParameterDefinition.getName()
name() - Method in interface com.suncode.pwfl.core.context.Context
Returns this context name (for identification purposes)
NAME - Static variable in class com.suncode.pwfl.core.function.FunctionContext
 
name() - Method in class com.suncode.pwfl.core.function.FunctionContext
 
name() - Method in class com.suncode.pwfl.core.type.ArrayType
 
name() - Method in class com.suncode.pwfl.core.type.BooleanType
 
name() - Method in class com.suncode.pwfl.core.type.DateTimeType
 
name() - Method in class com.suncode.pwfl.core.type.DateType
 
name() - Method in class com.suncode.pwfl.core.type.FileType
 
name() - Method in class com.suncode.pwfl.core.type.FloatType
 
name() - Method in class com.suncode.pwfl.core.type.FunctionType
 
name() - Method in class com.suncode.pwfl.core.type.IntegerType
 
name() - Method in class com.suncode.pwfl.core.type.StringType
 
name() - Method in class com.suncode.pwfl.core.type.TableStoreType
 
name() - Method in interface com.suncode.pwfl.core.type.Type
Returns unqiue type name.
name() - Method in class com.suncode.pwfl.core.type.VariableType
 
name() - Method in class com.suncode.pwfl.datasource.DataSourceContext
 
NAME - Static variable in interface com.suncode.pwfl.transaction.SharkTransactionManager
 
NAME - Static variable in class com.suncode.pwfl.workflow.AcceptanceContext
 
name() - Method in class com.suncode.pwfl.workflow.AcceptanceContext
 
NAME - Static variable in class com.suncode.pwfl.workflow.application.ApplicationContext
 
name() - Method in class com.suncode.pwfl.workflow.application.ApplicationContext
 
NAME - Static variable in class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
 
name() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
 
name(String) - Method in class com.suncode.pwfl.workflow.form.datachooser.MappingDefinitionBuilder
NAME - Static variable in class com.suncode.pwfl.workflow.form.validator.ValidationContext
 
name() - Method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
 
NAME - Static variable in class com.suncode.pwfl.workflow.WorkflowContext
 
name() - Method in class com.suncode.pwfl.workflow.WorkflowContext
 
NAME_COLUMN_NAME - Static variable in class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
NAME_COLUMN_NAME - Static variable in class com.suncode.pwfl.administration.structure.Position
 
NAME_COLUMN_NAME - Static variable in class com.suncode.pwfl.archive.DocumentClass
 
NAME_COLUMN_NAME - Static variable in class com.suncode.pwfl.archive.DocumentClassIndex
 
NAME_COLUMN_NAME - Static variable in class com.suncode.pwfl.archive.Link
 
NAME_COLUMN_NAME - Static variable in class com.suncode.pwfl.archive.LinkIndex
 
NAME_COLUMN_NAME - Static variable in class com.suncode.pwfl.report.ReportsTableWrapper
 
NativeSQLOrder - Class in com.suncode.pwfl.search.sql
 
NativeSQLOrder(String, boolean) - Constructor for class com.suncode.pwfl.search.sql.NativeSQLOrder
 
NetworkUtils - Class in com.suncode.pwfl.util
 
NetworkUtils() - Constructor for class com.suncode.pwfl.util.NetworkUtils
 
noAuditLabel - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
noMoreThanOne() - Static method in class com.suncode.pwfl.util.Streams
 
NoPermissionToProcessException - Exception in com.suncode.pwfl.view.exception
 
NoPermissionToProcessException(String) - Constructor for exception com.suncode.pwfl.view.exception.NoPermissionToProcessException
 
NoSuchAliasException - Exception in com.suncode.pwfl.certificates.exceptions.alias
 
NoSuchAliasException(String) - Constructor for exception com.suncode.pwfl.certificates.exceptions.alias.NoSuchAliasException
 
not(Predicate<T>) - Static method in class com.suncode.pwfl.util.Predicates
 
NotEnoughSpaceOnDeviceException - Exception in com.suncode.pwfl.archive.exception
Wyjątek występujący, gdy próbujemy zapisać dane na urządzeniu, lecz brakuje wystarczającej przestrzeni dyskowej.
NotEnoughSpaceOnDeviceException() - Constructor for exception com.suncode.pwfl.archive.exception.NotEnoughSpaceOnDeviceException
 
NotEnoughSpaceOnDeviceException(String, Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.NotEnoughSpaceOnDeviceException
 
NotEnoughSpaceOnDeviceException(String) - Constructor for exception com.suncode.pwfl.archive.exception.NotEnoughSpaceOnDeviceException
 
NotEnoughSpaceOnDeviceException(Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.NotEnoughSpaceOnDeviceException
 
NoTranslationException - Exception in com.suncode.pwfl.translation
No translation found for given key found.
NoTranslationException(String) - Constructor for exception com.suncode.pwfl.translation.NoTranslationException
 
NoTranslationException(String, Locale) - Constructor for exception com.suncode.pwfl.translation.NoTranslationException
 
NoValidatorDefinitionException - Exception in com.suncode.pwfl.workflow.form.validator
Exception means that class with @Validator annotation does not contain a method with validator definition.
NoValidatorDefinitionException(String) - Constructor for exception com.suncode.pwfl.workflow.form.validator.NoValidatorDefinitionException
 
NoValidatorDefinitionException(String, Throwable) - Constructor for exception com.suncode.pwfl.workflow.form.validator.NoValidatorDefinitionException
 
nullSafeGet(ResultSet, String[], SessionImplementor, Object) - Method in class com.suncode.pwfl.archive.IndexTypeEnum
 
nullSafeSet(PreparedStatement, Object, int, SessionImplementor) - Method in class com.suncode.pwfl.archive.IndexTypeEnum
 
nullValue(Type<T>) - Static method in class com.suncode.pwfl.core.type.TypedValue
Creates null value with given type.
NUMBER - Static variable in class com.suncode.pwfl.administration.user.DomainMappingDefault
 

O

OAuth2AuthenticationMethod - Enum in com.suncode.pwfl.administration.email.oauth.client
 
OAuth2Client - Class in com.suncode.pwfl.administration.email.oauth.client
 
OAuth2Client() - Constructor for class com.suncode.pwfl.administration.email.oauth.client.OAuth2Client
 
OAuth2Client.OAuth2ClientBuilder - Class in com.suncode.pwfl.administration.email.oauth.client
 
OAuth2ClientBuilder() - Constructor for class com.suncode.pwfl.administration.email.oauth.client.OAuth2Client.OAuth2ClientBuilder
 
OAuth2ClientDao - Interface in com.suncode.pwfl.administration.email.oauth.client
 
OAuth2ClientService - Interface in com.suncode.pwfl.administration.email.oauth.client
 
OAuth2Connection - Class in com.suncode.pwfl.administration.email.oauth.connection
 
OAuth2Connection() - Constructor for class com.suncode.pwfl.administration.email.oauth.connection.OAuth2Connection
 
OAuth2ConnectionDao - Interface in com.suncode.pwfl.administration.email.oauth.connection
 
OAuth2ConnectionService - Interface in com.suncode.pwfl.administration.email.oauth.connection
 
OAuth2Response - Class in com.suncode.pwfl.administration.email.oauth
 
OAuth2Response() - Constructor for class com.suncode.pwfl.administration.email.oauth.OAuth2Response
 
OAuth2Service - Interface in com.suncode.pwfl.administration.email.oauth
 
of(User, boolean) - Static method in class com.suncode.pwfl.administration.user.UserInfo
 
of(Position, boolean) - Static method in class com.suncode.pwfl.administration.user.UserInfo.PositionInfo
 
of(OrganizationalUnit) - Static method in class com.suncode.pwfl.administration.user.UserInfo.UnitInfo
 
of(Map.Entry<String, Object>...) - Static method in class com.suncode.pwfl.core.data.Record
 
of(String, Object) - Static method in class com.suncode.pwfl.core.data.Record
 
of(String, Object, String, Object) - Static method in class com.suncode.pwfl.core.data.Record
 
of(String, Object, String, Object, String, Object) - Static method in class com.suncode.pwfl.core.data.Record
 
of(String, Object, String, Object, String, Object, String, Object) - Static method in class com.suncode.pwfl.core.data.Record
 
of(String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class com.suncode.pwfl.core.data.Record
 
of(String, Object, String, Object, String, Object, String, Object, String, Object, String, Object) - Static method in class com.suncode.pwfl.core.data.Record
 
of(Class<?>) - Static method in enum com.suncode.pwfl.core.type.BasicTypes
Returns basic type that is Type.isInstance(Class) of given class.
of(String) - Static method in class com.suncode.pwfl.translation.LocalizedString
Creates LocalizedString with static value.
ok() - Static method in class com.suncode.pwfl.configuration.validators.ConfigurationElementTransferValidatorResult
 
OneTime - Annotation Type in com.suncode.pwfl.hook.annotation
Adnotacja służąca do oznaczenia hooka, który ma wykonać się tylko jeden raz.
onPostUpdate(PostUpdateEvent) - Method in class com.suncode.pwfl.administration.user.UserInfoCache
 
onWindowOpen(Locale, List<ExtraTransfer>) - Method in interface com.suncode.pwfl.administration.user.DeactivationHook
Invoked while deactivation window for user is opening.
onWindowOpen(Locale, List<ExtraTransfer>) - Method in class com.suncode.pwfl.administration.user.DeactivationHookAdapter
 
openActivity(String, String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Uruchamia zadanie jako podany użytkownik.
openActivity(String, String, String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Deprecated.
User password is not required anymore. Use ActivityService.openActivity(String, String, String) instead.
openActivity(String, String, String, String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Deprecated.
Domain and user password is not required anymore. Use ActivityService.openActivity(String, String, String) instead.
OpenedFileContext - Class in com.suncode.pwfl.workflow.support
 
OpenedFileContext() - Constructor for class com.suncode.pwfl.workflow.support.OpenedFileContext
 
openInputStream() - Method in interface com.suncode.pwfl.customfile.ComponentFile
Otwiera nowy strumień wejściowy z zawartością pliku.
openInputStream() - Method in interface com.suncode.pwfl.customfile.CustomFile
Otwiera nowy strumień wejściowy z zawartością pliku.
openOutputStream() - Method in interface com.suncode.pwfl.customfile.CustomFile
Otwiera nowy strumień wyjściowy zapisujący nową zawartość do pliku.
operations(DataSourceOperation...) - Method in class com.suncode.pwfl.datasource.DataSourceDefinitionBuilder
 
optional() - Method in class com.suncode.pwfl.component.ParameterDefinitionBuilder
Sets parameter to optional
OptionField - Class in com.suncode.pwfl.workflow.form.field
 
OptionField() - Constructor for class com.suncode.pwfl.workflow.form.field.OptionField
 
OrganizationalUnit - Class in com.suncode.pwfl.administration.structure
Klasa przechowująca dane o jednostce organizacyjnej.
OrganizationalUnit() - Constructor for class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
OrganizationalUnit(String, String) - Constructor for class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
OrganizationalUnitAlreadyExistException - Exception in com.suncode.pwfl.administration.structure.exception
Wyjątek występujący, gdy próbujemy dodać OU które już istnieje.
OrganizationalUnitAlreadyExistException() - Constructor for exception com.suncode.pwfl.administration.structure.exception.OrganizationalUnitAlreadyExistException
 
OrganizationalUnitAlreadyExistException(String, Throwable) - Constructor for exception com.suncode.pwfl.administration.structure.exception.OrganizationalUnitAlreadyExistException
 
OrganizationalUnitAlreadyExistException(String) - Constructor for exception com.suncode.pwfl.administration.structure.exception.OrganizationalUnitAlreadyExistException
 
OrganizationalUnitAlreadyExistException(Throwable) - Constructor for exception com.suncode.pwfl.administration.structure.exception.OrganizationalUnitAlreadyExistException
 
OrganizationalUnitDao - Interface in com.suncode.pwfl.administration.structure
Umożliwia wykonywanie operacji na bazie danych dotyczących jednostek organizacyjnych.
OrganizationalUnitFinder - Interface in com.suncode.pwfl.administration.structure
Umożliwia wyszukiwanie jednostek organizacyjnych
OrganizationalUnitNotFoundException - Exception in com.suncode.pwfl.administration.structure.exception
Wyjątek występujący, gdy próbujemy wykonać jakąś operacje na OU które nie istnieje.
OrganizationalUnitNotFoundException() - Constructor for exception com.suncode.pwfl.administration.structure.exception.OrganizationalUnitNotFoundException
 
OrganizationalUnitNotFoundException(String, Throwable) - Constructor for exception com.suncode.pwfl.administration.structure.exception.OrganizationalUnitNotFoundException
 
OrganizationalUnitNotFoundException(String) - Constructor for exception com.suncode.pwfl.administration.structure.exception.OrganizationalUnitNotFoundException
 
OrganizationalUnitNotFoundException(Throwable) - Constructor for exception com.suncode.pwfl.administration.structure.exception.OrganizationalUnitNotFoundException
 
OrganizationalUnitTranslation - Class in com.suncode.pwfl.translation.configElements
 
OrganizationalUnitTranslation() - Constructor for class com.suncode.pwfl.translation.configElements.OrganizationalUnitTranslation
 
OutputStreamConsumer - Interface in com.suncode.pwfl.administration.scheduledtask.file
 

P

PackageCacheExpiredException - Exception in com.suncode.pwfl.xpdl.exception
 
PackageCacheExpiredException(UUID, String) - Constructor for exception com.suncode.pwfl.xpdl.exception.PackageCacheExpiredException
 
PackageCacheService - Interface in com.suncode.pwfl.xpdl
 
PackageCacheServiceImpl - Class in com.suncode.pwfl.xpdl
 
PackageCacheServiceImpl() - Constructor for class com.suncode.pwfl.xpdl.PackageCacheServiceImpl
 
PackageTranslator - Interface in com.suncode.pwfl.translation
Extension of Translator that enables registration of translator for given packages.
PaginatedList<T> - Class in com.suncode.pwfl.util
Wrapper for lists to manage their paging.
PaginatedList() - Constructor for class com.suncode.pwfl.util.PaginatedList
 
Pagination - Class in com.suncode.pwfl.search
Klasa definiująca paginację.
PaginationException - Exception in com.suncode.pwfl.search
 
PaginationException() - Constructor for exception com.suncode.pwfl.search.PaginationException
 
PaginationException(String, Throwable) - Constructor for exception com.suncode.pwfl.search.PaginationException
 
PaginationException(String) - Constructor for exception com.suncode.pwfl.search.PaginationException
 
PaginationException(Throwable) - Constructor for exception com.suncode.pwfl.search.PaginationException
 
PairedParam - Annotation Type in com.suncode.pwfl.component.annotation
Component parameter annotation which pairs two array parameters.
Param - Annotation Type in com.suncode.pwfl.component.annotation
Component parameter annotation.
Parameter() - Constructor for class com.suncode.pwfl.administration.scheduledtask.ScheduledTaskFindResultDto.Parameter
 
parameter() - Method in class com.suncode.pwfl.component.ComponentDefinitionBuilder
Starts building parameter definition of component with ParameterBuilder
parameter(ParameterDefinition<?>) - Method in class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
ParameterBinder - Interface in com.suncode.pwfl.component.support
Parameter binder used in InvocableMethod.
ParameterDeclaration - Interface in com.suncode.pwfl.workflow.component.declaration
Declaration of parameter - raw data from XPDL.
ParameterDeclarationReader - Interface in com.suncode.pwfl.workflow.component.declaration
 
ParameterDefinition<T> - Class in com.suncode.pwfl.component
Klasa opisująca parametr komponentów.
ParameterDefinition(String, Type<T>) - Constructor for class com.suncode.pwfl.component.ParameterDefinition
 
ParameterDefinition(String, Type<T>, LocalizedString, LocalizedString, boolean, T) - Constructor for class com.suncode.pwfl.component.ParameterDefinition
 
ParameterDefinition(String, Type<T>, LocalizedString, LocalizedString, boolean, T, List<String>) - Constructor for class com.suncode.pwfl.component.ParameterDefinition
 
ParameterDefinitionBuilder<T extends ComponentDefinitionBuilder<T>> - Class in com.suncode.pwfl.component
Builder to create component parameter definition ParameterDefinition
ParameterDefinitionBuilder(ComponentDefinitionBuilder<T>) - Constructor for class com.suncode.pwfl.component.ParameterDefinitionBuilder
 
parameters - Variable in class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
Parameters - Class in com.suncode.pwfl.component
Class provides values of all defined component parameters.
Parameters(List<Argument>) - Constructor for class com.suncode.pwfl.component.Parameters
 
ParametersBinder - Class in com.suncode.pwfl.component.support
ParameterBinder implementation that binds parameters from provided Parameters class to every method parameter annotated with @Param annotation.
ParametersBinder(Parameters) - Constructor for class com.suncode.pwfl.component.support.ParametersBinder
 
ParametersBinder(Parameters, boolean) - Constructor for class com.suncode.pwfl.component.support.ParametersBinder
 
ParameterType - Enum in com.suncode.pwfl.administration.configuration
 
ParameterValue - Class in com.suncode.pwfl.workflow.component.declaration
Value of parameter declaration - raw data from XPDL.
ParameterValue(Type<?>, Object) - Constructor for class com.suncode.pwfl.workflow.component.declaration.ParameterValue
 
ParameterValue(Type<?>, Object, Boolean) - Constructor for class com.suncode.pwfl.workflow.component.declaration.ParameterValue
 
params(Map<String, Object>) - Method in class com.suncode.pwfl.audit.builder.AuditBuilder
Sets audit params.
params(Map<String, Object>) - Method in class com.suncode.pwfl.audit.builder.ManualAuditBuilder
Sets audit params.
params(String) - Method in class com.suncode.pwfl.audit.builder.ManualAuditBuilder
Sets audiy String params.
parse(String) - Method in enum com.suncode.pwfl.archive.IndexType
 
PluginConfigurationDtoContainer - Class in com.suncode.pwfl.configuration.dto.plugins
 
PluginConfigurationDtoContainer() - Constructor for class com.suncode.pwfl.configuration.dto.plugins.PluginConfigurationDtoContainer
 
PluginConfigurationDtoRoot - Class in com.suncode.pwfl.configuration.dto.plugins
 
PluginConfigurationDtoRoot(String, String) - Constructor for class com.suncode.pwfl.configuration.dto.plugins.PluginConfigurationDtoRoot
 
PluginConfigurationPropertiesMap - Class in com.suncode.pwfl.configuration.plugins.mapper
 
PluginConfigurationPropertiesMap() - Constructor for class com.suncode.pwfl.configuration.plugins.mapper.PluginConfigurationPropertiesMap
 
PluginConfigurationPropertiesMapping - Class in com.suncode.pwfl.configuration.plugins.mapper
 
PluginConfigurationPropertiesMapping(String, List<PluginConfigurationPropertiesMap>) - Constructor for class com.suncode.pwfl.configuration.plugins.mapper.PluginConfigurationPropertiesMapping
 
PluginConfigurationProvider - Interface in com.suncode.pwfl.configuration.plugins
 
PluginConfigurationTransferSupportService - Interface in com.suncode.pwfl.configuration.plugins
 
PlusworkflowStartupHook - Interface in com.suncode.pwfl.core
System startup hook.
PlusworkflowStartupHookAdapter - Class in com.suncode.pwfl.core
PlusworkflowStartupHookAdapter() - Constructor for class com.suncode.pwfl.core.PlusworkflowStartupHookAdapter
 
Position - Class in com.suncode.pwfl.administration.structure
Klasa przechowująca dane o stanowisku.
Position(String, String) - Constructor for class com.suncode.pwfl.administration.structure.Position
 
PositionAlreadyExistException - Exception in com.suncode.pwfl.administration.structure.exception
Wyjątek występujący, gdy próbujemy dodać stanowisko które już istnieje.
PositionAlreadyExistException() - Constructor for exception com.suncode.pwfl.administration.structure.exception.PositionAlreadyExistException
 
PositionAlreadyExistException(String, Throwable) - Constructor for exception com.suncode.pwfl.administration.structure.exception.PositionAlreadyExistException
 
PositionAlreadyExistException(String) - Constructor for exception com.suncode.pwfl.administration.structure.exception.PositionAlreadyExistException
 
PositionAlreadyExistException(Throwable) - Constructor for exception com.suncode.pwfl.administration.structure.exception.PositionAlreadyExistException
 
PositionDao - Interface in com.suncode.pwfl.administration.structure
Umożliwia wykonywanie operacji na bazie danych dotyczących stanowisk.
PositionFinder - Interface in com.suncode.pwfl.administration.structure
Umożliwia wyszukiwanie stanowisk
PositionInfo(Position) - Constructor for class com.suncode.pwfl.administration.user.UserInfo.PositionInfo
 
PositionInfo(Position, boolean) - Constructor for class com.suncode.pwfl.administration.user.UserInfo.PositionInfo
 
PositionNotFoundException - Exception in com.suncode.pwfl.administration.structure.exception
Wyjątek występujący, gdy próbujemy wykonać jakąś operacje na stanowisku które nie istnieje.
PositionNotFoundException() - Constructor for exception com.suncode.pwfl.administration.structure.exception.PositionNotFoundException
 
PositionNotFoundException(String, Throwable) - Constructor for exception com.suncode.pwfl.administration.structure.exception.PositionNotFoundException
 
PositionNotFoundException(String) - Constructor for exception com.suncode.pwfl.administration.structure.exception.PositionNotFoundException
 
PositionNotFoundException(Throwable) - Constructor for exception com.suncode.pwfl.administration.structure.exception.PositionNotFoundException
 
PositionTranslation - Class in com.suncode.pwfl.translation.configElements
 
PositionTranslation() - Constructor for class com.suncode.pwfl.translation.configElements.PositionTranslation
 
Predicates - Class in com.suncode.pwfl.util
 
Predicates() - Constructor for class com.suncode.pwfl.util.Predicates
 
PREFIX - Static variable in class com.suncode.pwfl.workflow.component.ContextVariable
 
Process - Interface in com.suncode.pwfl.workflow.process
Przechowuje informacje o procesie
PROCESS_ID_COLUMN - Static variable in class com.suncode.pwfl.workflow.process.search.SimpleIndexFilter
 
ProcessBuilder - Interface in com.suncode.pwfl.workflow.process
Bazowa klasa służąca do tworzenia procesów
ProcessBuilderDefinition - Class in com.suncode.pwfl.workflow.process.util
Obiekt służący do zdefiniowania procesu, który chcemy utworzyć
ProcessBuilderDefinition() - Constructor for class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
 
ProcessBuilderDefinition(String, String, String) - Constructor for class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
 
ProcessBuilderDefinition(String, String, String, String) - Constructor for class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
 
ProcessBuilderDefinition(String, String, String, String, Map<String, Object>) - Constructor for class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
 
ProcessDao - Interface in com.suncode.pwfl.workflow.process
Umożliwia wykonywanie operacji na bazie danych dotyczących procesów.
ProcessData - Class in com.suncode.pwfl.workflow.process
 
ProcessData(String, String, String, String) - Constructor for class com.suncode.pwfl.workflow.process.ProcessData
 
ProcessData() - Constructor for class com.suncode.pwfl.workflow.process.ProcessData
 
ProcessDataDao - Interface in com.suncode.pwfl.workflow.process
Umożliwia wykonywanie operacji na tabeli pm_processdata.
ProcessDataService - Interface in com.suncode.pwfl.workflow.process
Umożliwia zarządzanie tabelą pm_processdata.
ProcessDataTranslation - Class in com.suncode.pwfl.workflow.process
 
ProcessDataTranslation() - Constructor for class com.suncode.pwfl.workflow.process.ProcessDataTranslation
 
ProcessDataTranslationDao - Interface in com.suncode.pwfl.workflow.process
Umożliwia wykonywanie operacji na bazie danych dotyczących tłumaczeń ustawień procesu.
ProcessDefinition - Class in com.suncode.pwfl.workflow.process
Klasa przechowująca informacje o definicji procesu
ProcessDefinition() - Constructor for class com.suncode.pwfl.workflow.process.ProcessDefinition
 
ProcessDefinitionDao - Interface in com.suncode.pwfl.workflow.process
Umożliwia wykonywanie operacji na bazie danych dotyczących procesów.
ProcessDefinitionNotFoundException - Exception in com.suncode.pwfl.workflow.process.exception
 
ProcessDefinitionNotFoundException(String) - Constructor for exception com.suncode.pwfl.workflow.process.exception.ProcessDefinitionNotFoundException
 
ProcessDocumentClass - Class in com.suncode.pwfl.workflow.process
 
ProcessDocumentClass() - Constructor for class com.suncode.pwfl.workflow.process.ProcessDocumentClass
 
ProcessDocumentClassDao - Interface in com.suncode.pwfl.workflow.process
Umożliwia wykonywanie operacji na bazie danych dotyczących procesów.
ProcessEntity - Class in com.suncode.pwfl.workflow.process
Klasa przechowująca dane o procesie.
ProcessEntity(String) - Constructor for class com.suncode.pwfl.workflow.process.ProcessEntity
 
ProcessEntity() - Constructor for class com.suncode.pwfl.workflow.process.ProcessEntity
 
ProcessField - Class in com.suncode.pwfl.administration.processField
 
ProcessField() - Constructor for class com.suncode.pwfl.administration.processField.ProcessField
 
ProcessFieldDao - Interface in com.suncode.pwfl.administration.processField
 
ProcessFieldService - Interface in com.suncode.pwfl.administration.processField
 
ProcessFinder - Interface in com.suncode.pwfl.workflow.process
 
ProcessIndex - Class in com.suncode.pwfl.workflow.process
 
ProcessIndex(String, String, IndexType) - Constructor for class com.suncode.pwfl.workflow.process.ProcessIndex
 
ProcessIndexingService - Interface in com.suncode.pwfl.workflow.process.indexer
Enables indexing of processes
ProcessIndexingWrapper - Class in com.suncode.pwfl.workflow.process.indexer
Helper class to wrap functions in ProcessIndexingService
ProcessIndexingWrapper() - Constructor for class com.suncode.pwfl.workflow.process.indexer.ProcessIndexingWrapper
 
ProcessNotFoundException - Exception in com.suncode.pwfl.workflow.process.exception
 
ProcessNotFoundException(String) - Constructor for exception com.suncode.pwfl.workflow.process.exception.ProcessNotFoundException
 
ProcessRightService - Interface in com.suncode.pwfl.security.rights
 
ProcessService - Interface in com.suncode.pwfl.workflow.process
Umożliwia zarządzanie procesami.
ProcessState - Enum in com.suncode.pwfl.workflow.process
 
ProcessStateEntity - Class in com.suncode.pwfl.workflow.process
Klasa przechowująca informacje o statusie zadania
ProcessStateEntity() - Constructor for class com.suncode.pwfl.workflow.process.ProcessStateEntity
 
ProcessTranslationDao - Interface in com.suncode.pwfl.workflow.process
Perform operations on a database about process translations
ProcessTranslationService - Interface in com.suncode.pwfl.workflow.process
Perform operations about process translations
ProcessTranslationTable - Class in com.suncode.pwfl.workflow.process
 
ProcessTranslationTable() - Constructor for class com.suncode.pwfl.workflow.process.ProcessTranslationTable
 
ProcessTranslationTable(String, String, String, String) - Constructor for class com.suncode.pwfl.workflow.process.ProcessTranslationTable
 
ProcessType - Class in com.suncode.pwfl.workflow.process
Obiekt przechowujący podstawowe informacje dotyczące rodzaju procesu
ProcessType(String, String) - Constructor for class com.suncode.pwfl.workflow.process.ProcessType
 
ProgressHolder - Class in com.suncode.pwfl.administration.scheduledtask.context
Holds scheduled task progress
ProgressHolder() - Constructor for class com.suncode.pwfl.administration.scheduledtask.context.ProgressHolder
 
PropertiesTranslator - Class in com.suncode.pwfl.translation
Default Translator implementation based on *.properties files with key-based translations.
PropertiesTranslator() - Constructor for class com.suncode.pwfl.translation.PropertiesTranslator
 
property(String, String, String, Type<?>) - Method in class com.suncode.pwfl.workflow.form.eventaction.Event.EventBuilder
 
Property() - Constructor for class com.suncode.pwfl.workflow.form.eventaction.Event.EventBuilder.Property
 
property(String) - Method in class com.suncode.pwfl.workflow.form.eventaction.EventActionDefinitionBuilder.EventBuilder.EventPropertyBuilder
 
property(String) - Method in class com.suncode.pwfl.workflow.form.eventaction.EventActionDefinitionBuilder.EventBuilder
 
PROPERTY_VALUE_SEPARATOR - Static variable in class com.suncode.pwfl.configuration.plugins.mapper.PluginConfigurationPropertiesMap
 
propertyList() - Method in interface com.suncode.pwfl.support.BaseDao
Pobiera listę nazw pól klasy
propertyList() - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
put(String, Object) - Method in class com.suncode.pwfl.core.data.Record
 
put(String, Object) - Method in class com.suncode.pwfl.core.data.Record.RecordBuilder
 
PweComponent - Annotation Type in com.suncode.pwfl.integration.pwe.stereotype
KROTKI OPIS...

Q

QueryExecutor - Interface in com.suncode.pwfl.util
Klasa wspomagająca wykonywanie podstawowych zapytań SQL z wykorzystaniem Hibernate

R

RadioButton - Class in com.suncode.pwfl.workflow.form.field
 
RadioButton() - Constructor for class com.suncode.pwfl.workflow.form.field.RadioButton
 
RawSQLFilter - Class in com.suncode.pwfl.search.sql
 
RawSQLFilter(String) - Constructor for class com.suncode.pwfl.search.sql.RawSQLFilter
 
read(Object) - Method in interface com.suncode.pwfl.core.type.Type
Reads given value as this type base java type Type.javaType().
read(Object) - Method in class com.suncode.pwfl.core.type.TypeBase
 
readAs(I, Class<O>) - Method in interface com.suncode.pwfl.core.type.Type
Reads given value as specified type instance.
readAs(I, Class<O>) - Method in class com.suncode.pwfl.core.type.TypeBase
 
readCertificateFromStream(InputStream) - Method in interface com.suncode.pwfl.certificates.CertificateService
Odczytuje certyfikat w formacie .pem ze wskazanego strumienia.
readCertificatesFromKeyStore(InputStream, char[]) - Method in interface com.suncode.pwfl.certificates.CertificateService
Odczytuje certyfikaty ze wskazanego strumienia KeyStore.
ReadFileEvent - Interface in com.suncode.pwfl.workflow.support
Deprecated.
pliki należy modyfikować za pomocą hook'a ReadFileHook
ReadFileEventException - Exception in com.suncode.pwfl.workflow.support.exception
Wyjątek występujący podczas wykonywania dodatkowych akcji przed podglądem dokumentu.
ReadFileEventException() - Constructor for exception com.suncode.pwfl.workflow.support.exception.ReadFileEventException
 
ReadFileEventException(String, Throwable) - Constructor for exception com.suncode.pwfl.workflow.support.exception.ReadFileEventException
 
ReadFileEventException(String) - Constructor for exception com.suncode.pwfl.workflow.support.exception.ReadFileEventException
 
ReadFileEventException(Throwable) - Constructor for exception com.suncode.pwfl.workflow.support.exception.ReadFileEventException
 
ReadFileHook - Interface in com.suncode.pwfl.workflow.support
Interfejs udostępniający hook'i umożliwiające modyfikację InputStream'a podczas wyświetlania dokumentu w systemie.
ReadFileHookAdapter - Class in com.suncode.pwfl.workflow.support
 
ReadFileHookAdapter() - Constructor for class com.suncode.pwfl.workflow.support.ReadFileHookAdapter
 
readSpecificAttribute(ExtendedAttribute) - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
readSpecificAttribute(ExtendedAttribute) - Method in class com.suncode.pwfl.workflow.form.field.RoleUsers
 
readSpecificAttribute(ExtendedAttribute) - Method in interface com.suncode.pwfl.workflow.form.FormField
 
readSpecificAttributes(ExtendedAttributes) - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
readSpecificAttributes(ExtendedAttributes) - Method in class com.suncode.pwfl.workflow.form.field.DataChooser
 
readSpecificAttributes(ExtendedAttributes) - Method in class com.suncode.pwfl.workflow.form.field.FormatField
 
readSpecificAttributes(ExtendedAttributes) - Method in class com.suncode.pwfl.workflow.form.field.ListBox
 
readSpecificAttributes(ExtendedAttributes) - Method in class com.suncode.pwfl.workflow.form.field.OptionField
 
readSpecificAttributes(ExtendedAttributes) - Method in class com.suncode.pwfl.workflow.form.field.TextArea
 
readSpecificAttributes(ExtendedAttributes) - Method in class com.suncode.pwfl.workflow.form.field.TextField
 
readSpecificAttributes(ExtendedAttributes) - Method in interface com.suncode.pwfl.workflow.form.FormField
Wczytuje specyficzne atrybuty dla pola
recommendedFunctions(String...) - Method in class com.suncode.pwfl.component.ParameterDefinitionBuilder
Sets parameter recommended functions ParameterDefinition.getRecommendedFunctions()
Record - Class in com.suncode.pwfl.core.data
 
Record() - Constructor for class com.suncode.pwfl.core.data.Record
 
Record(Map<String, ?>) - Constructor for class com.suncode.pwfl.core.data.Record
 
Record.RecordBuilder - Class in com.suncode.pwfl.core.data
 
RecordBuilder() - Constructor for class com.suncode.pwfl.core.data.Record.RecordBuilder
 
RedirectEvent - Enum in com.suncode.pwfl.security
 
refreshConnection(OAuth2Connection) - Method in interface com.suncode.pwfl.administration.email.oauth.OAuth2Service
Odświeża połączenie OAuth2
register(String, Translator, TranslatorScope) - Method in interface com.suncode.pwfl.translation.TranslatorRegistry
Registers given translator under provided name in given scope.
registerComponent(WorkflowComponent, Class<?>) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Registers given component.
registerComponents(ComponentDiscovery, InstanceFactory, ComponentSource) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Registers all components found by given strategy.
registerFunction(Function) - Method in interface com.suncode.pwfl.core.function.FunctionRegistry
Registers given function.
registerFunctions(ComponentDiscovery, InstanceFactory) - Method in interface com.suncode.pwfl.core.function.FunctionRegistry
Registers all functions discovered using given strategy.
registerUrlPattern(String...) - Static method in class com.suncode.pwfl.filter.ForceRequestEncodingFilter
 
RegistrationSummary - Class in com.suncode.pwfl.component
Summary of component registration.
RegistrationSummary() - Constructor for class com.suncode.pwfl.component.RegistrationSummary
 
remove() - Method in class com.suncode.pwfl.core.context.ContextHolder
Removes and returns current context.
remove() - Method in interface com.suncode.pwfl.license.FeatureLicense
Usuwa licencję dla funkcjonalności z systemu.
remove() - Method in interface com.suncode.pwfl.web.ui.ScriptInjection
Removes this script injection from ui fragment.
removeCertificate(String) - Method in interface com.suncode.pwfl.certificates.CertificateService
Usuwa certyfikat z podanym aliasem z systemowego KeyStore.
removeCurrentValidator() - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
 
removeDeclaration(DataSourceDeclaration) - Method in interface com.suncode.pwfl.datasource.DataSourceService
Remove existing declaration from database.
removeIndexFromDocumentClass(Long, String) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Usuwa indeks z klasy dokumentów
removeUnnecessaryElements(ConfigurationDtoRoot) - Method in interface com.suncode.pwfl.configuration.ConfigurationImportService
 
removeUserFromGroup(String, String) - Method in interface com.suncode.pwfl.administration.user.UserService
Usuwa użytkownika z podanej grupy
removeUserFromGroups(String, List<String>) - Method in interface com.suncode.pwfl.administration.user.UserService
Usuwa użytkownika z podanych grup
RemovingDeviceWithDirException - Exception in com.suncode.pwfl.archive.exception
Wyjątek występujący, gdy próbujemy usunąć urządzenie, które zawiera katalogi.
RemovingDeviceWithDirException() - Constructor for exception com.suncode.pwfl.archive.exception.RemovingDeviceWithDirException
 
RemovingDeviceWithDirException(String, Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.RemovingDeviceWithDirException
 
RemovingDeviceWithDirException(String) - Constructor for exception com.suncode.pwfl.archive.exception.RemovingDeviceWithDirException
 
RemovingDeviceWithDirException(Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.RemovingDeviceWithDirException
 
RemovingDirWithDocClassException - Exception in com.suncode.pwfl.archive.exception
Wyjątek występujący, gdy próbujemy usunąć katalog w którym istnieją klasy dokumentów.
RemovingDirWithDocClassException() - Constructor for exception com.suncode.pwfl.archive.exception.RemovingDirWithDocClassException
 
RemovingDirWithDocClassException(String, Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.RemovingDirWithDocClassException
 
RemovingDirWithDocClassException(String) - Constructor for exception com.suncode.pwfl.archive.exception.RemovingDirWithDocClassException
 
RemovingDirWithDocClassException(Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.RemovingDirWithDocClassException
 
RemovingRootDirectoryException - Exception in com.suncode.pwfl.archive.exception
Wyjątek występujący, gdy próbujemy usunąć katalog, który jest katalogiem nadrzędnym.
RemovingRootDirectoryException() - Constructor for exception com.suncode.pwfl.archive.exception.RemovingRootDirectoryException
 
RemovingRootDirectoryException(String, Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.RemovingRootDirectoryException
 
RemovingRootDirectoryException(String) - Constructor for exception com.suncode.pwfl.archive.exception.RemovingRootDirectoryException
 
RemovingRootDirectoryException(Throwable) - Constructor for exception com.suncode.pwfl.archive.exception.RemovingRootDirectoryException
 
renameCertificate(String, String) - Method in interface com.suncode.pwfl.certificates.CertificateService
Zmienia nazwę aliasu dla certyfikatu.
replace(Object, Object, Object) - Method in class com.suncode.pwfl.archive.IndexTypeEnum
 
ReportService - Interface in com.suncode.pwfl.report
 
ReportsTableWrapper - Class in com.suncode.pwfl.report
 
ReportsTableWrapper() - Constructor for class com.suncode.pwfl.report.ReportsTableWrapper
 
ReportTranslationWrapper - Class in com.suncode.pwfl.report
 
ReportTranslationWrapper() - Constructor for class com.suncode.pwfl.report.ReportTranslationWrapper
 
resetAvatar(String) - Method in interface com.suncode.pwfl.administration.user.UserAvatarService
Resetuje avatar użytkownika
resetSequence(String) - Method in interface com.suncode.pwfl.database.sequence.SequenceService
Zeruje sekwencję
resolveDirectoryPath(Directory, WfFile) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Pobiera pełną ścieżkę do katalogu którego nazwa tworzona jest dynamicznie na podstawie daty utworzenia pliku
resolveIcon(String) - Static method in class com.suncode.pwfl.util.style.IconUtils
 
resolveMessage(String, Locale, Object...) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
resolveMessage(String, Locale, Object...) - Method in class com.suncode.pwfl.translation.EmptyTranslator
 
resolveMessage(String, Locale, Object...) - Method in class com.suncode.pwfl.translation.PropertiesTranslator
 
resolveTargetIcon(String) - Static method in class com.suncode.pwfl.util.style.IconUtils
 
Resource(String, String) - Constructor for class com.suncode.pwfl.administration.user.UserInfo.Resource
 
ResponseMessageLevel - Enum in com.suncode.pwfl.web.support.ajax
 
RestResponse<T> - Class in com.suncode.pwfl.web.support.ajax
 
RestResponse(String, ResponseMessageLevel) - Constructor for class com.suncode.pwfl.web.support.ajax.RestResponse
 
RestResult - Class in com.suncode.pwfl.web.support.ajax
 
RestResult(boolean) - Constructor for class com.suncode.pwfl.web.support.ajax.RestResult
 
RestrictionBuilder - Class in com.suncode.pwfl.search.hibernate
 
RestrictionBuilder() - Constructor for class com.suncode.pwfl.search.hibernate.RestrictionBuilder
 
restUrlRegex - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
resumeActivity(String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Przywraca zadanie.
rethrow(Exceptions.Action, Function<Throwable, E>) - Static method in class com.suncode.pwfl.util.Exceptions
 
returnedClass() - Method in class com.suncode.pwfl.archive.IndexTypeEnum
 
rewriteProcessDocuments(String, String, List<String>, SharkTransaction) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Przepisuje dokumenty z podanego zadania do wszystkich następnych zadań
rewriteProcessDocuments(String, List<String>, String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Przepisuje dokumenty z podanych zadań do innego zadania w tym samym lub innym procesie.
RightService - Interface in com.suncode.pwfl.security.rights
 
Role - Class in com.suncode.pwfl.administration.structure
Klasa przechowująca informacje o rolach.
Role(String, String, String) - Constructor for class com.suncode.pwfl.administration.structure.Role
 
RoleDao - Interface in com.suncode.pwfl.administration.structure
Umożliwia wykonywanie operacji na bazie danych dotyczących ról.
RoleFilter - Class in com.suncode.pwfl.administration.structure.role
Klasa służąca do filtrowania po rolach
RoleFilter() - Constructor for class com.suncode.pwfl.administration.structure.role.RoleFilter
 
RoleFilter(String, String) - Constructor for class com.suncode.pwfl.administration.structure.role.RoleFilter
 
RoleFinder - Interface in com.suncode.pwfl.administration.structure
Umożliwia wyszukiwanie ról
RoleService - Interface in com.suncode.pwfl.administration.structure
Odpowiada za zarządzanie rolami systemu, oraz powiązaniami między stanowiskami a rolami.
RoleUsers - Class in com.suncode.pwfl.workflow.form.field
 
RoleUsers(ActivityService) - Constructor for class com.suncode.pwfl.workflow.form.field.RoleUsers
 
rootId - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
row() - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserResult
Creates empty row in datachooser at last position.
Row() - Constructor for class com.suncode.pwfl.workflow.form.datachooser.DataChooserResult.Row
 
ROW_INDEX_IN_TABLE - Static variable in interface com.plusmpm.util.form.datachooser.DataChooser
 
run(Session) - Method in interface com.suncode.pwfl.transaction.support.TransactionWrapper.HibernateRunnable
 
run(Connection) - Method in interface com.suncode.pwfl.transaction.support.TransactionWrapper.JdbcRunnable
 
run(SharkTransaction) - Method in interface com.suncode.pwfl.transaction.support.TransactionWrapper.SharkRunnable
 
run() - Method in interface com.suncode.pwfl.util.Exceptions.Action
 
run() - Method in interface com.suncode.pwfl.util.Throwing.ThrowingRunnable
 

S

S_QUERY_CRITERIA_KEY - Static variable in interface com.plusmpm.util.form.datachooser.DataChooser
Stała, która jest kluczem wartości "query" przesyłanej w przypadku comboboxa.
S_QUERY_CRITERIA_KEY - Static variable in class com.suncode.pwfl.workflow.form.field.UserListAttributes
 
safe(Exceptions.Action) - Static method in class com.suncode.pwfl.util.Exceptions
 
safe(Callable<T>, Callable<T>) - Static method in class com.suncode.pwfl.util.Exceptions
 
SamlDecoder - Class in com.suncode.pwfl.security.saml
Pomocnicza klasa do obsługi protokołu SAML.
SamlDecoder() - Constructor for class com.suncode.pwfl.security.saml.SamlDecoder
 
save(Map<String, Object>) - Method in class com.suncode.pwfl.datasource.AbstractDataSourceInstance
Deprecated.
save(Map<String, Object>) - Method in interface com.suncode.pwfl.datasource.DataSourceInstance
Deprecated.
save(T) - Method in class com.suncode.pwfl.support.CustomService
 
save(T) - Method in interface com.suncode.pwfl.support.EditableDao
Zapisuje obiekt w bazie danych
save(T) - Method in interface com.suncode.pwfl.support.EditableService
Zapisuje obiekt w bazie danych.
save(T) - Method in class com.suncode.pwfl.support.HibernateEditableDao
 
save(T) - Method in class com.suncode.pwfl.util.EditableServiceImpl
 
save(Object) - Method in interface com.suncode.pwfl.util.QueryExecutor
Zapisuje encje Hibernate
saveProcessData(String, String, String, String) - Method in interface com.suncode.pwfl.workflow.process.ProcessDataService
 
saveProcessFields(List<ProcessField>, String) - Method in interface com.suncode.pwfl.administration.processField.ProcessFieldService
Zapisuje podane pola procesu
saveResultFile(String, OutputStreamConsumer) - Method in interface com.suncode.pwfl.administration.scheduledtask.file.ScheduledTaskFileSaver
Zapisuje nowy plik o podanej nazwie powiązany z tym wykonaniem zadania zaplanowanego.
saveUserAvatar(String, byte[], Rectangle) - Method in interface com.suncode.pwfl.administration.user.UserAvatarService
Zapisuje avatar użytkownika po id.
ScheduledTask - Annotation Type in com.suncode.pwfl.administration.scheduledtask.annotation
Marks a scheduled task class.
ScheduledTask - Class in com.suncode.pwfl.administration.scheduledtask
Scheduled task.
ScheduledTask(ScheduledTaskDefinition, Method, Object) - Constructor for class com.suncode.pwfl.administration.scheduledtask.ScheduledTask
 
ScheduledTaskCategoryInfo - Class in com.suncode.pwfl.administration.scheduledtask.info
 
ScheduledTaskCategoryInfo() - Constructor for class com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskCategoryInfo
 
ScheduledTaskContext - Class in com.suncode.pwfl.administration.scheduledtask.context
 
ScheduledTaskContext(CancelationHandler, Logger, ScheduledTaskInstanceInfo, ScheduledTaskFileSaver) - Constructor for class com.suncode.pwfl.administration.scheduledtask.context.ScheduledTaskContext
 
ScheduledTaskContext - Class in com.suncode.pwfl.administration.scheduledtask.info
 
ScheduledTaskContext(List<ScheduledTaskParameterInfo>) - Constructor for class com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskContext
 
ScheduledTaskDefinition - Class in com.suncode.pwfl.administration.scheduledtask
Scheduled task definition.
ScheduledTaskDefinition(String, String, LocalizedString, LocalizedString, Icon, List<Category>, List<ParameterDefinition<?>>, boolean, List<ContextVariable<?>>, LocalizedString) - Constructor for class com.suncode.pwfl.administration.scheduledtask.ScheduledTaskDefinition
 
ScheduledTaskDefinitionBuilder - Class in com.suncode.pwfl.administration.scheduledtask
Builder to create scheduled task definition ComponentDefinition
ScheduledTaskDefinitionBuilder() - Constructor for class com.suncode.pwfl.administration.scheduledtask.ScheduledTaskDefinitionBuilder
 
ScheduledTaskDefinitionBuilder(Translator) - Constructor for class com.suncode.pwfl.administration.scheduledtask.ScheduledTaskDefinitionBuilder
 
ScheduledTaskFileSaver - Interface in com.suncode.pwfl.administration.scheduledtask.file
 
ScheduledTaskFindResultDto - Class in com.suncode.pwfl.administration.scheduledtask
 
ScheduledTaskFindResultDto() - Constructor for class com.suncode.pwfl.administration.scheduledtask.ScheduledTaskFindResultDto
 
ScheduledTaskFindResultDto.Parameter - Class in com.suncode.pwfl.administration.scheduledtask
 
ScheduledTaskHistoryInfo - Class in com.suncode.pwfl.administration.scheduledtask.info
 
ScheduledTaskHistoryInfo() - Constructor for class com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskHistoryInfo
 
ScheduledTaskInfo - Class in com.suncode.pwfl.administration.scheduledtask.info
 
ScheduledTaskInfo() - Constructor for class com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskInfo
 
ScheduledTaskInfoService - Interface in com.suncode.pwfl.administration.scheduledtask.info
 
ScheduledTaskInstanceInfo - Class in com.suncode.pwfl.administration.scheduledtask
 
ScheduledTaskInstanceInfo() - Constructor for class com.suncode.pwfl.administration.scheduledtask.ScheduledTaskInstanceInfo
 
ScheduledTaskNotFoundException - Exception in com.suncode.pwfl.administration.scheduledtask.info.exceptions
 
ScheduledTaskNotFoundException(String) - Constructor for exception com.suncode.pwfl.administration.scheduledtask.info.exceptions.ScheduledTaskNotFoundException
 
ScheduledTaskParameterException - Exception in com.suncode.pwfl.administration.scheduledtask.info.exceptions
 
ScheduledTaskParameterException(Throwable) - Constructor for exception com.suncode.pwfl.administration.scheduledtask.info.exceptions.ScheduledTaskParameterException
 
ScheduledTaskParameterException(String) - Constructor for exception com.suncode.pwfl.administration.scheduledtask.info.exceptions.ScheduledTaskParameterException
 
ScheduledTaskParameterInfo - Class in com.suncode.pwfl.administration.scheduledtask.info
 
ScheduledTaskParameterInfo(Long, String, String, Integer, String, boolean) - Constructor for class com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskParameterInfo
 
ScheduledTaskParameterNotFoundException - Exception in com.suncode.pwfl.administration.scheduledtask.info.exceptions
 
ScheduledTaskParameterNotFoundException(String) - Constructor for exception com.suncode.pwfl.administration.scheduledtask.info.exceptions.ScheduledTaskParameterNotFoundException
 
ScheduledTaskScript - Annotation Type in com.suncode.pwfl.administration.scheduledtask.annotation
Adnotacja wykorzystywana przez kompononenty zadań zaplanowanych do wstrzykiwania swoich skryptów.
ScriptInjection - Interface in com.suncode.pwfl.web.ui
Handler to injected script returned from WebScripts.inject(String, Resource).
self() - Method in class com.suncode.pwfl.workflow.form.datachooser.MappingDefinitionBuilder
 
send(EmailMessage) - Method in interface com.suncode.pwfl.administration.email.EmailService
Wysyła wiadomość email za pomocą domyślnej konfiguracji
send(EmailMessage, EmailConfiguration) - Method in interface com.suncode.pwfl.administration.email.EmailService
Wysyła wiadomość email za pomocą podanej konfiguracji
send(MimeMessage) - Method in interface com.suncode.pwfl.administration.email.EmailService
Wysyła wiadomość email za pomocą domyślnej konfiguracji
send(MimeMessage, EmailInfo) - Method in interface com.suncode.pwfl.administration.email.EmailService
Wysyła wiadomość email za pomocą domyślnej konfiguracji
send(MimeMessage, EmailConfiguration) - Method in interface com.suncode.pwfl.administration.email.EmailService
Wysyła wiadomość email za pomocą podanej konfiguracji
send(MimeMessage, EmailConfiguration, EmailInfo) - Method in interface com.suncode.pwfl.administration.email.EmailService
Wysyła wiadomość email za pomocą podanej konfiguracji
send(MimeMessage, EmailConfiguration, EmailInfo, boolean) - Method in interface com.suncode.pwfl.administration.email.EmailService
Wysyła wiadomość email za pomocą podanej konfiguracji
sendMessage(String, String, String, String[], String[]) - Method in interface com.suncode.pwfl.administration.email.EmailClient
Deprecated.
Wysyła wiadomość email na podany adres
sendMessage(String, String, String, String[], String[], boolean) - Method in interface com.suncode.pwfl.administration.email.EmailClient
Deprecated.
Wysyła wiadomość email na podany adres
sendMessage(String[], String[], String[], String, String, String[], String[], boolean) - Method in interface com.suncode.pwfl.administration.email.EmailClient
Deprecated.
Wysyła wiadomość email na podany adres
sendMessage(MimeMessage) - Method in interface com.suncode.pwfl.administration.email.EmailClient
Deprecated.
Wysyła wiadomość email na podany adres
sequenceExist(String) - Method in interface com.suncode.pwfl.database.sequence.SequenceService
Sprawdza czy sekwencja istnieje
SequenceService - Interface in com.suncode.pwfl.database.sequence
Umożliwia zarządzanie sekwencjami bazodanowymi
serializeAsBytes(Map<String, ParameterDeclaration>) - Method in interface com.suncode.pwfl.workflow.component.declaration.ParameterDeclarationReader
 
serializeJson(T[]) - Method in class com.suncode.pwfl.core.type.ArrayType
 
serializeJson(T) - Method in interface com.suncode.pwfl.core.type.support.JsonSerializable
Serializes fiven value value and returns its json representation.
serializeJson(T) - Method in class com.suncode.pwfl.core.type.support.JsonTypeBase
 
serializeNonNullValue(Boolean) - Method in class com.suncode.pwfl.core.type.BooleanType
 
serializeNonNullValue(LocalDateTime) - Method in class com.suncode.pwfl.core.type.DateTimeType
 
serializeNonNullValue(LocalDate) - Method in class com.suncode.pwfl.core.type.DateType
 
serializeNonNullValue(Double) - Method in class com.suncode.pwfl.core.type.FloatType
 
serializeNonNullValue(Long) - Method in class com.suncode.pwfl.core.type.IntegerType
 
serializeNonNullValue(String) - Method in class com.suncode.pwfl.core.type.StringType
 
serializeNonNullValue(T) - Method in class com.suncode.pwfl.core.type.support.JsonTypeBase
 
serializeNonNullValue(TableStore) - Method in class com.suncode.pwfl.core.type.TableStoreType
 
ServiceCallerProvider<T extends ControllerResult> - Interface in com.suncode.pwfl.customform
KROTKI OPIS...
ServiceException - Exception in com.suncode.pwfl.util.exception
 
ServiceException() - Constructor for exception com.suncode.pwfl.util.exception.ServiceException
 
ServiceException(String, Throwable) - Constructor for exception com.suncode.pwfl.util.exception.ServiceException
 
ServiceException(String) - Constructor for exception com.suncode.pwfl.util.exception.ServiceException
 
ServiceException(Throwable) - Constructor for exception com.suncode.pwfl.util.exception.ServiceException
 
ServiceFactory - Class in com.suncode.pwfl.util
Klasa pobierająca odpowiednie serwisy
ServiceFactory() - Constructor for class com.suncode.pwfl.util.ServiceFactory
 
SessionUtils - Class in com.suncode.pwfl.web.util
 
SessionUtils() - Constructor for class com.suncode.pwfl.web.util.SessionUtils
 
set(String, Object) - Method in class com.suncode.pwfl.core.data.Record
 
set(String, Object) - Method in exception com.suncode.pwfl.SystemException
Sets a key and value property.
set(String, T) - Method in class com.suncode.pwfl.workflow.component.ContextVariables
Sets current context variable value.
setAcceptButtonAllowed(boolean) - Method in class com.suncode.pwfl.workflow.form.action.ButtonDestination
 
setActionName(String) - Method in class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
Ustawia nazwę akcji przycisku akceptacji z mapy procesu
setActionName(String) - Method in class com.suncode.pwfl.workflow.form.AcceptButton
 
setActionSource(String) - Method in class com.suncode.pwfl.workflow.form.AutoUpdate
 
setActivated(Long) - Method in class com.suncode.pwfl.workflow.activity.ActivatedTime
 
setActivatedTime(Date) - Method in class com.suncode.pwfl.workflow.activity.ActivatedTime
 
setActive(boolean) - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.AutoMappingConfig
 
setActivities(List<DeactivationActivity>) - Method in class com.suncode.pwfl.administration.user.DeactivationParticipant
 
setActivities(Set<ActivityEntity>) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
setActivity(ActivityEntity) - Method in class com.suncode.pwfl.workflow.activity.ActivityAssignment
 
setActivity(ActivityEntity) - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
setActivityContext(String, String, Map<String, Object>) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Ustawia mapę zmiennych zadania
setActivityDefId(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityDefinition
 
setActivityDefId(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityRedirection
 
setActivityDefId(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityTranslationTable
 
setActivityDefId(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityType
 
setActivityDefinition(ActivityDefinition) - Method in class com.suncode.pwfl.workflow.form.Form
 
setActivityDefinitionId(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setActivityDocuments(Set<ActivityDocument>) - Method in class com.suncode.pwfl.archive.WfFile
 
setActivityDocuments(Set<ActivityDocument>) - Method in class com.suncode.pwfl.archive.WfFileVersion
 
setActivityId(String) - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Id zadania do którego chcemy dołączyć plik.
setActivityId(String) - Method in class com.suncode.pwfl.workflow.activity.ActivatedTime
 
setActivityId(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityAssignment
 
setActivityId(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setActivityId(String) - Method in class com.suncode.pwfl.workflow.activity.DelegatedActivity
 
setActivityId(String) - Method in class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
Ustawia id zadania
setActivityId(String) - Method in class com.suncode.pwfl.workflow.process.util.CreateProcessResult
 
setActivityName(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityDefinition
 
setActivityState(ActivityStateEntity) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setAddedHere(boolean) - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
setAlIndecies(List<IndexData>) - Method in class com.plusmpm.util.DocumentData
 
setAsDefault(Long) - Method in interface com.suncode.pwfl.administration.email.configuration.EmailConfigurationService
Ustawia konfiguracje jako domyślną
setAssigned(boolean) - Method in class com.suncode.pwfl.administration.user.DeactivationActivity
 
setAssignments(Set<ActivityAssignment>) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setAttachToClosedActivities(boolean) - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
 
setAutoMapping(AutoMappingConfig) - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.DataChooserDeclaration
 
setAutoStart(boolean) - Method in class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
Określa, czy utworzony proces ma być automatycznie uruchomiony (domyślnie true).
setAutoUpdates(List<AutoUpdate>) - Method in class com.suncode.pwfl.workflow.form.Form
 
setAvailableValues(String[]) - Method in class com.plusmpm.util.form.datachooser.CustomKeys
 
setBasename(String) - Method in class com.suncode.pwfl.translation.PropertiesTranslator
 
setBasenames(String...) - Method in class com.suncode.pwfl.translation.PropertiesTranslator
 
setBasePackage(String) - Method in class com.suncode.pwfl.component.AnnotatedComponentDiscovery
 
setBindTo(String) - Method in class com.suncode.pwfl.workflow.form.action.ActionDestination
 
setButtonName(String) - Method in class com.suncode.pwfl.workflow.form.AcceptButton
 
setButtons(List<AcceptButton>) - Method in class com.suncode.pwfl.workflow.form.Form
 
setCanceled() - Method in class com.suncode.pwfl.administration.scheduledtask.context.CancelationHandler
 
setCheckForm(boolean) - Method in class com.suncode.pwfl.workflow.form.AcceptButton
 
setCheckInDate(Date) - Method in class com.suncode.pwfl.archive.WfFileVersion
 
setCheckOutDate(Date) - Method in class com.suncode.pwfl.archive.WfFileVersion
 
setCheckOutUserName(String) - Method in class com.suncode.pwfl.archive.WfFileVersion
 
setCipherAlgorithm(String) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setCipherAlgorithm(String) - Method in class com.suncode.pwfl.archive.WfFile
 
setCipherKey(String) - Method in class com.suncode.pwfl.archive.WfFile
 
setClassName(String) - Method in class com.suncode.pwfl.workflow.form.field.DataChooser
 
setClasspath(String) - Method in class com.plusmpm.util.form.datachooser.Definition
 
setClearMapped(boolean) - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.AutoMappingConfig
 
setColumn(String) - Method in class com.suncode.pwfl.search.sql.SimpleSQLFilter
 
setComment(String) - Method in class com.suncode.pwfl.archive.WfFileVersion
 
setCompressed(boolean) - Method in class com.suncode.pwfl.archive.WfFile
 
setCondition(String) - Method in class com.suncode.pwfl.archive.DocumentProtection
 
setConditionType(String) - Method in class com.suncode.pwfl.archive.DocumentProtection
 
setConfirmation(DefinedConfirmation) - Method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
 
setContext(ApplicationContext) - Method in class com.suncode.pwfl.util.ComponentFactory
 
setContext(ApplicationContext) - Method in class com.suncode.pwfl.util.FinderFactory
 
setContext(ApplicationContext) - Method in class com.suncode.pwfl.util.ServiceFactory
 
setContext(ConfigurableApplicationContext) - Method in class com.suncode.pwfl.util.SpringContext
 
setContextMap(Map<String, Object>) - Method in class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
Ustawia kontekst mapę zadania.
setCountQuery(String) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
setCreatedTime(Date) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setCreatedTime(Date) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
setCreator(String) - Method in class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
 
setCreatorPassword(String) - Method in class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
Deprecated.
setCriteria(List<String>) - Method in class com.suncode.pwfl.workflow.form.field.DataChooser
 
setCriteria(String) - Method in class com.suncode.pwfl.workflow.form.field.DataChooser
 
setCurrentValidator(String) - Method in class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
 
setCustomKeys(Map<String, String>) - Method in class com.suncode.pwfl.workflow.form.field.DataChooser
 
setData(List<Record>) - Method in class com.suncode.pwfl.core.data.TableStore
 
setData(List<T>) - Method in class com.suncode.pwfl.customform.ListResult
 
setData(List<Map<String, Object>>) - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserResult
 
setDataSource(List<String>) - Method in class com.suncode.pwfl.workflow.form.AutoUpdate
 
setDataSourceAllowCacheIfEmpty(Boolean) - Method in class com.suncode.pwfl.datasource.AbstractDataSourceInstance
 
setDataSourceCacheExpireDelayIfEmpty(Long) - Method in class com.suncode.pwfl.datasource.AbstractDataSourceInstance
 
setDate(Date) - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
setDates(byte[]) - Method in class com.suncode.pwfl.license.License
 
setDcVarId(String) - Method in class com.suncode.pwfl.workflow.form.field.DCMapping
 
setDeclaration(FunctionDeclaration) - Method in class com.suncode.pwfl.workflow.component.declaration.ConditionDeclaration
 
setDefaultEncoding(String) - Method in class com.suncode.pwfl.translation.PropertiesTranslator
 
setDefinition(String, String, String, DataField, String) - Method in class com.suncode.pwfl.workflow.form.field.UserList
Ustawia potrzebne informacje dla UserList, aby była obsługiwana analogicznie jak DataChooser.
setDelegatedUser(String) - Method in class com.suncode.pwfl.workflow.activity.DelegatedActivity
 
setDeletable(boolean) - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
setDeprecated(boolean) - Method in class com.suncode.pwfl.component.ComponentDefinition
 
setDescr(String) - Method in class com.plusmpm.util.form.autoupdate.DataSource
 
setDescr(String) - Method in class com.plusmpm.util.form.autoupdate.Definition
 
setDescr(String) - Method in class com.plusmpm.util.form.autoupdate.Destination
 
setDescr(String) - Method in class com.plusmpm.util.form.datachooser.CustomKeys
 
setDescr(String) - Method in class com.plusmpm.util.form.datachooser.Definition
 
setDescr(String) - Method in class com.plusmpm.util.form.datachooser.FormCriteria
 
setDescr(String) - Method in class com.plusmpm.util.form.datachooser.Mappings
 
setDescription(String) - Method in class com.suncode.pwfl.administration.user.UserGroup
Ustawia opis grupy
setDescription(String) - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Opis pliku.
setDescription(String) - Method in class com.suncode.pwfl.archive.WfFile
 
setDescription(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityDefinition
 
setDescription(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setDescription(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityTranslationTable
 
setDescription(String) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
setDescription(String) - Method in class com.suncode.pwfl.workflow.process.ProcessTranslationTable
 
setDestination(List<String>) - Method in class com.suncode.pwfl.workflow.form.AutoUpdate
 
setDevice(Device) - Method in class com.suncode.pwfl.archive.Directory
 
setDeviceFreeSpace(Long) - Method in class com.suncode.pwfl.archive.Device
 
setDeviceName(String) - Method in class com.suncode.pwfl.archive.Device
 
setDevicePath(String) - Method in class com.suncode.pwfl.archive.Device
 
setDeviceSize(Long) - Method in class com.suncode.pwfl.archive.Device
 
setDirection(SortDirection) - Method in class com.suncode.pwfl.administration.user.search.UserSorter
 
setDirection(SortDirection) - Method in class com.suncode.pwfl.search.Sorter
 
setDirectoredUnits(Set<OrganizationalUnit>) - Method in class com.suncode.pwfl.administration.structure.Position
 
setDirectories(Set<Directory>) - Method in class com.suncode.pwfl.archive.Device
 
setDirectorPosition(Position) - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
Ustawia stanowisko kierownicze
setDirectoryFreeSpace(Long) - Method in class com.suncode.pwfl.archive.Directory
 
setDirectoryName(String) - Method in class com.suncode.pwfl.archive.Directory
 
setDirectorySize(Long) - Method in class com.suncode.pwfl.archive.Directory
 
setDirectoryThreshold(Long) - Method in class com.suncode.pwfl.archive.Directory
 
setDisplay(String) - Method in class com.plusmpm.util.form.datachooser.Mappings
 
setDocClassCompressing(String) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setDocClassDescription(String) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setDocClassDirectoryId(Long) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setDocClassDirectoryName(String) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setDocClassEncoding(String) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setDocClasses(Set<DocumentClass>) - Method in class com.suncode.pwfl.archive.Directory
 
setDocClassExpiretionDate(String) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setDocClassExpiretionType(String) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setDocClassFTSServerId(Long) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setDocClassId(Long) - Method in class com.suncode.pwfl.archive.DocumentClassProtectionPk
 
setDocClassIndex(String) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setDocClassIndexPath(String) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setDocClassName(String) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setDocClassOrderId(Long) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setDocClassViewName(String) - Method in class com.plusmpm.util.DocumentData
 
setDocumentClass(DocumentClass) - Method in class com.suncode.pwfl.archive.DocumentProtection
 
setDocumentClass(DocumentClass) - Method in class com.suncode.pwfl.archive.WfFile
 
setDocumentClassId(Long) - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Id klasy dokumentów do której dodajemy plik.
setDocumentClassId(Long) - Method in class com.suncode.pwfl.archive.WfDocument
 
setDocuments(Set<ActivityDocument>) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setDomainBaseSearch(String) - Method in class com.suncode.pwfl.administration.user.Domain
 
setDomainName(String) - Method in class com.suncode.pwfl.administration.user.Domain
 
setDomainServerAdres(String) - Method in class com.suncode.pwfl.administration.user.Domain
 
setDomainServerPort(Long) - Method in class com.suncode.pwfl.administration.user.Domain
 
setDomainUser(String) - Method in class com.suncode.pwfl.administration.user.Domain
 
setDomainUserPassword(String) - Method in class com.suncode.pwfl.administration.user.Domain
 
setEditable(boolean) - Method in class com.suncode.pwfl.workflow.form.field.ListBox
 
setElements(List<FormElement>) - Method in class com.suncode.pwfl.workflow.form.Form
 
setEmailMapping(String) - Method in class com.suncode.pwfl.administration.user.Domain
 
setEncrypted(boolean) - Method in class com.suncode.pwfl.archive.WfFile
 
setEncryptedClientSecret(String) - Method in class com.suncode.pwfl.administration.email.oauth.client.OAuth2Client
 
setEncryptedUserPassword(String) - Method in class com.suncode.pwfl.administration.email.configuration.EmailConfiguration
 
setEntity(T) - Method in class com.suncode.pwfl.web.support.ajax.EntityRestResult
 
setError(DefinedError) - Method in class com.suncode.pwfl.workflow.form.validator.ValidationContext
 
setErrorLevel(ValidationErrorLevel) - Method in exception com.suncode.pwfl.xpdl.exception.XpdlPackageValidationException
 
setErrorMessage(String) - Method in class com.suncode.pwfl.customform.ControllerResult
 
setEventType(String) - Method in class com.suncode.pwfl.workflow.form.AutoUpdate
 
setEventType(String) - Method in class com.suncode.pwfl.workflow.form.TableEvent
 
setExactIndexesCheck(boolean) - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Określa, czy przy próbie zapisu dokumentu jako nowa wersja uwzględniać indeksy niezdefiniowane w mapie indeksów (jako sprawdzenie "is null") a istniejące dla tej klasy dokumentów.
setExecutor(String) - Method in class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
Ustawia login użytkownika akceptującego zadanie
setExpirationDate(Date) - Method in class com.suncode.pwfl.archive.WfDocument
Data wygaśnięcia
setExpired(boolean) - Method in class com.plusmpm.util.DocumentData
 
setExpired(boolean) - Method in class com.suncode.pwfl.archive.WfDocument
Określa czy dokument wygasł
setFieldName(String) - Method in class com.suncode.pwfl.administration.user.UserData
 
setFields(List<FormField>) - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
setFieldValue(String) - Method in class com.suncode.pwfl.administration.user.UserData
 
setFile(WfFile) - Method in class com.suncode.pwfl.archive.WfDocument
Informacje o pliku
setFile(WfFile) - Method in class com.suncode.pwfl.archive.WfFileVersion
 
setFile(WfFile) - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
setFileDate(Date) - Method in class com.suncode.pwfl.archive.WfFile
 
setFileName(String) - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Wyświetlana nazwa pliku.
setFileName(String) - Method in class com.suncode.pwfl.archive.WfFile
 
setFilterable(boolean) - Method in class com.suncode.pwfl.workflow.form.field.ListBox
 
setFilters(List<Filter>) - Method in class com.suncode.pwfl.search.GroupFilter
Ustawia listę filtrów
setFilters(List<HibernateFilter>) - Method in class com.suncode.pwfl.search.hibernate.GroupHibernateFilter
Ustawia listę filtrów
setFilters(List<T>) - Method in class com.suncode.pwfl.search.sql.GroupFilter
Ustawia listę filtrów
setFilters(List<SQLFilter>) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
setFilters(Map<String, Object>) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
setFilterValue(SQLQuery) - Method in class com.suncode.pwfl.search.sql.GroupFilter
 
setFilterValue(Map<String, Object>) - Method in class com.suncode.pwfl.search.sql.GroupFilter
 
setFilterValue(SQLQuery) - Method in class com.suncode.pwfl.search.sql.RawSQLFilter
 
setFilterValue(Map<String, Object>) - Method in class com.suncode.pwfl.search.sql.RawSQLFilter
 
setFilterValue(SQLQuery) - Method in class com.suncode.pwfl.search.sql.SimpleSQLFilter
 
setFilterValue(Map<String, Object>) - Method in class com.suncode.pwfl.search.sql.SimpleSQLFilter
 
setFilterValue(SQLQuery) - Method in interface com.suncode.pwfl.search.sql.SQLFilter
Ustawia wartości parametrów filtrów w zapytaniu.
setFilterValue(Map<String, Object>) - Method in interface com.suncode.pwfl.search.sql.SQLFilter
Ustawia wartości parametrów filtrów w mapie parametrów.
setFilterValue(boolean) - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.AutoMappingConfig
 
setFilterValues(SQLQuery, List<? extends SQLFilter>) - Static method in class com.suncode.pwfl.search.sql.SQLQueryBuilder
Ustawia wartości parametrów w zapytaniu
setFinishDate(LocalDateTime) - Method in class com.suncode.pwfl.administration.substitution.Substitution
Ustawia datę zakończenia zastępstwa.
setFinishDate(LocalDateTime, boolean) - Method in class com.suncode.pwfl.administration.substitution.Substitution
Ustawia datę zakończenia zastępstwa.
setFinishDate(LocalDateTime) - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
setFirstnameMapping(String) - Method in class com.suncode.pwfl.administration.user.Domain
 
setForceInstanceWhenReading(boolean) - Method in class com.suncode.pwfl.core.type.TypeBase
Deprecated.
setFormat(String) - Method in class com.suncode.pwfl.workflow.form.field.FormatField
 
setFormField(FormField) - Method in class com.suncode.pwfl.workflow.form.FormElement
 
setFormGrid(FormGrid) - Method in class com.suncode.pwfl.workflow.form.FormElement
 
setFormVarId(String) - Method in class com.suncode.pwfl.workflow.form.field.DCMapping
 
setFragments(ActionUIFragment[]) - Method in class com.suncode.pwfl.workflow.form.action.ActionDefinition
 
setFunctionName(String) - Method in class com.suncode.pwfl.workflow.form.TableEvent
 
setGridEvents(List<TableEvent>) - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
setGroups(List<UserGroup>) - Method in class com.suncode.pwfl.administration.user.Deactivation
Metoda przypisuje grupy użytkowników do wszystkich zadań ze wszystkich procesów w systemie.
setGroups(List<UserGroup>) - Method in class com.suncode.pwfl.administration.user.DeactivationActivity
Metoda przypisuje grupy użytkowników do zadania.
setGroups(List<UserGroup>) - Method in class com.suncode.pwfl.administration.user.DeactivationParticipant
Metoda przypisuje grupy użytkowników do wszystkich zadań przypisanych do tego uczestnika.
setGroups(List<UserGroup>) - Method in class com.suncode.pwfl.administration.user.DeactivationProcess
Metoda przypisuje grupy użytkowników do wszystkich zadań z tego procesu.
setHasOpenActivity(boolean) - Method in class com.suncode.pwfl.workflow.process.util.CreateProcessResult
 
setHidden(boolean) - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
setHidden(boolean) - Method in interface com.suncode.pwfl.workflow.form.FormField
Ustawia ukrycie pola
setHigherOrganizationalUnit(OrganizationalUnit) - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
Ustawia jednostkę nadrzędną
setHigherPosition(Position) - Method in class com.suncode.pwfl.administration.structure.Position
Ustawia stanowisko nadrzędne
setI18nXpdl(I18Nxpdl) - Method in class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
 
setIconColor(String) - Method in class com.suncode.pwfl.archive.DocumentClass
 
setIconColor(String) - Method in class com.suncode.pwfl.archive.Link
 
setIconName(String) - Method in class com.suncode.pwfl.archive.DocumentClass
 
setIconName(String) - Method in class com.suncode.pwfl.archive.Link
 
setId(Long) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setId(Long) - Method in class com.plusmpm.database.DocumentTemplateTable
 
setId(Long) - Method in class com.plusmpm.database.UserDelegationsTable
 
setId(String) - Method in class com.plusmpm.util.form.datachooser.CustomKeys
 
setId(String) - Method in class com.plusmpm.util.form.datachooser.Mappings
 
setId(long) - Method in class com.plusmpm.util.IndexData
 
setId(Long) - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
setId(Long) - Method in class com.suncode.pwfl.administration.structure.Position
Ustawia id stanowiska
setId(Long) - Method in class com.suncode.pwfl.administration.structure.Role
 
setId(Long) - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
setId(Long) - Method in class com.suncode.pwfl.administration.user.Domain
 
setId(Long) - Method in class com.suncode.pwfl.administration.user.UserData
 
setId(Long) - Method in class com.suncode.pwfl.archive.Device
 
setId(Long) - Method in class com.suncode.pwfl.archive.Directory
 
setId(Long) - Method in class com.suncode.pwfl.archive.DocumentProtection
 
setId(Long) - Method in class com.suncode.pwfl.archive.IndexInfo
Id indeksu
setId(Long) - Method in class com.suncode.pwfl.archive.WfDocument
Id dokumentu z bazy danych(tabela pm_idx000x)
setId(long) - Method in class com.suncode.pwfl.archive.WfFile
 
setId(Long) - Method in class com.suncode.pwfl.archive.WfFileVersion
 
setId(String) - Method in class com.suncode.pwfl.component.ComponentSource
 
setId(Long) - Method in class com.suncode.pwfl.license.License
 
setId(Long) - Method in class com.suncode.pwfl.workflow.activity.ActivatedTime
 
setId(Long) - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
setId(Long) - Method in class com.suncode.pwfl.workflow.activity.ActivityRedirection
 
setId(Long) - Method in class com.suncode.pwfl.workflow.activity.DelegatedActivity
 
setId(String) - Method in class com.suncode.pwfl.workflow.assignment.WfParticipant
 
setId(Long) - Method in class com.suncode.pwfl.workflow.process.ProcessData
 
setId(String) - Method in class com.suncode.pwfl.workflow.process.ProcessIndex
 
setIgnoreOwnerShip(Boolean) - Method in class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
Określa, czy zadanie ma być akceptowane nawet jeżeli użytkownik akceptujący nie posiada przypisanego tego zadania.
setInactive(Boolean) - Method in class com.suncode.pwfl.workflow.activity.DelegatedActivity
Deprecated.
setIndexes(Map<Long, Object>) - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Indeksy dodawanago dokumentu.
setIndexes(List<IndexInfo>) - Method in class com.suncode.pwfl.archive.WfDocument
Lista indeksów dokumentu
setIndexes(List<IndexInfo>) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
setIndexLoaded(boolean) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
setIndexValue(String, Object) - Method in class com.suncode.pwfl.archive.WfDocument
 
setIndexValue(Long, Object) - Method in class com.suncode.pwfl.archive.WfDocument
 
setInputStream(InputStream) - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Strumień danych pliku.
setInvalidComponents(List<Class<?>>) - Method in class com.suncode.pwfl.component.RegistrationSummary
Sets classes of invalid components.
setIsActive(String) - Method in class com.plusmpm.database.UserDelegationsTable
 
setIsGroup(boolean) - Method in class com.suncode.pwfl.archive.DocumentClassProtectionPk
 
setIsGroup(boolean) - Method in class com.suncode.pwfl.archive.DocumentProtection
 
setJsAction(String) - Method in class com.suncode.pwfl.workflow.form.AcceptButton
 
setKeyLength(Long) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
setLanguage(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityTranslationTable
 
setLanguage(String) - Method in class com.suncode.pwfl.workflow.process.ProcessTranslationTable
 
setLastnameMapping(String) - Method in class com.suncode.pwfl.administration.user.Domain
 
setLastStateTime(Date) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setLastStateTime(Date) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
setLdapOverSsl(Boolean) - Method in class com.suncode.pwfl.administration.user.Domain
 
setLDocClassId(long) - Method in class com.plusmpm.util.DocumentData
 
setLDocClassName(String) - Method in class com.plusmpm.util.DocumentData
 
setLDocumentId(long) - Method in class com.plusmpm.util.DocumentData
 
setLDocumentRights(long) - Method in class com.plusmpm.util.DocumentData
 
setLFileId(long) - Method in class com.plusmpm.util.DocumentData
 
setLFinishDate(Long) - Method in class com.plusmpm.database.UserDelegationsTable
 
setLicenseData(byte[]) - Method in class com.suncode.pwfl.license.License
 
setLimit(int) - Method in class com.suncode.pwfl.customform.DynamicListForm
 
setLimit(Integer) - Method in class com.suncode.pwfl.search.Pagination
 
setLogicalConnection(String) - Method in class com.suncode.pwfl.archive.DocumentClassProtection
 
setLogicOperator(LogicOperator) - Method in class com.suncode.pwfl.search.GroupFilter
Ustawia operator logiczny jakim mają zostać połączone warunki danej grupy filtrów(filters)
setLogicOperator(LogicOperator) - Method in class com.suncode.pwfl.search.hibernate.GroupHibernateFilter
Ustawia operator logiczny jakim mają zostać połączone warunki danej grupy filtrów(filters)
setLogicOperator(LogicOperator) - Method in class com.suncode.pwfl.search.sql.GroupFilter
Ustawia operator logiczny jakim mają zostać połączone warunki danej grupy filtrów(filters)
setLStartDate(Long) - Method in class com.plusmpm.database.UserDelegationsTable
 
setMappings(Map<String, MappingDeclaration>) - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.DataChooserDeclaration
 
setMappings(List<DCMapping>) - Method in class com.suncode.pwfl.workflow.form.field.DataChooser
 
setMemberMapping(String) - Method in class com.suncode.pwfl.administration.user.Domain
 
setMemberOfMapping(String) - Method in class com.suncode.pwfl.administration.user.Domain
 
setMessage(String) - Method in class com.suncode.pwfl.workflow.form.validator.error.Confirmation
 
setName(String) - Method in class com.plusmpm.util.form.autoupdate.Definition
 
setName(String) - Method in class com.plusmpm.util.form.datachooser.Definition
 
setName(String) - Method in class com.plusmpm.util.IndexData
 
setName(String) - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
setName(String) - Method in class com.suncode.pwfl.administration.structure.Position
Ustawia nazwę stanowiska
setName(String) - Method in class com.suncode.pwfl.administration.user.UserGroup
Ustawia nazwę grupy
setName(String) - Method in class com.suncode.pwfl.archive.IndexInfo
Nazwa indeksu
setName(String) - Method in class com.suncode.pwfl.component.ComponentSource
 
setName(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setName(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityStateEntity
 
setName(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityTranslationTable
 
setName(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityType
 
setName(String) - Method in class com.suncode.pwfl.workflow.assignment.WfParticipant
 
setName(String) - Method in class com.suncode.pwfl.workflow.form.field.DCMapping
 
setName(String) - Method in class com.suncode.pwfl.workflow.process.ProcessIndex
 
setName(String) - Method in class com.suncode.pwfl.workflow.process.ProcessStateEntity
 
setName(String) - Method in class com.suncode.pwfl.workflow.process.ProcessTranslationTable
 
setNewestFile(WfFile) - Method in class com.suncode.pwfl.archive.WfFileVersion
 
setNo(String) - Method in class com.suncode.pwfl.workflow.form.validator.error.Confirmation
 
setNoParams(List<Object>) - Method in class com.suncode.pwfl.workflow.form.validator.error.Confirmation
 
setNumberMapping(String) - Method in class com.suncode.pwfl.administration.user.Domain
 
setObjectId(Long) - Method in class com.suncode.pwfl.administration.user.UserGroup
Ustawia id grupy
setObjectId(Long) - Method in class com.suncode.pwfl.workflow.activity.ActivityAssignment
 
setObjectId(Long) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setObjectId(Long) - Method in class com.suncode.pwfl.workflow.activity.ActivityStateEntity
 
setObjectId(Long) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
setObjectId(Long) - Method in class com.suncode.pwfl.workflow.process.ProcessStateEntity
 
setOCRContent(String) - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Parametr służy do przechowywania treści dokumentu zeskanowanego.
setOnlyUnique(boolean) - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.AutoMappingConfig
 
setOperator(FilterOperator) - Method in class com.suncode.pwfl.administration.user.search.SimpleHibernateUserFilter
 
setOperator(FilterOperator) - Method in class com.suncode.pwfl.search.SimpleFilter
 
setOperator(FilterOperator) - Method in class com.suncode.pwfl.search.sql.SimpleSQLFilter
 
setOrganizationalUnit(OrganizationalUnit) - Method in class com.suncode.pwfl.administration.structure.Position
Ustawia jednostkę organizacyjną
setPackageId(String) - Method in class com.suncode.pwfl.administration.structure.role.RoleFilter
 
setPackageId(String) - Method in class com.suncode.pwfl.administration.structure.Role
 
setPackageId(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityTranslationTable
 
setPackageId(String) - Method in class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
 
setParameter(String, Object) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
setParameter(String, String) - Method in class com.suncode.pwfl.workflow.view.ViewResultAction
 
setParameterList(String, Collection<Object>) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
setParameters(ControllerParameters) - Method in class com.suncode.pwfl.customform.ControllerForm
 
setParameters(Map<String, ParameterDeclaration>) - Method in class com.suncode.pwfl.datasource.dao.DataSourceDeclaration
 
setParameters(Map<String, Object>) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
setParameters(List<SQLFilter>) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
setParameters(Parameters) - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserContext
 
setParametersList(Map<String, Collection<Object>>) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
setParent(Translator) - Method in class com.suncode.pwfl.translation.AbstractTranslator
Sets this translator parent.
setParentFile(WfFile) - Method in class com.suncode.pwfl.archive.WfFileVersion
 
setParentId(Long) - Method in class com.plusmpm.database.UserDelegationsTable
 
setParticipants(List<DeactivationParticipant>) - Method in class com.suncode.pwfl.administration.user.DeactivationProcess
 
setPath(String) - Method in class com.suncode.pwfl.archive.WfFile
 
setPk(DocumentClassProtectionPk) - Method in class com.suncode.pwfl.archive.DocumentClassProtection
 
setPosition(int) - Method in class com.suncode.pwfl.workflow.form.FormElement
 
setPositions(Set<Position>) - Method in class com.suncode.pwfl.administration.structure.Role
 
setProcess(ProcessEntity) - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
setProcess(ProcessEntity) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setProcessContext(String, Map<String, Object>) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Ustawia mapę zmiennych procesu
setProcessDefId(String) - Method in class com.suncode.pwfl.administration.structure.role.RoleFilter
 
setProcessDefId(String) - Method in class com.suncode.pwfl.administration.structure.Role
 
setProcessDefId(String) - Method in class com.suncode.pwfl.administration.substitution.Substitution
Ustawia nazwę definicji procesu, dla którego obowiązuje zastępstwo.
setProcessDefId(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityRedirection
 
setProcessDefId(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityTranslationTable
 
setProcessDefId(String) - Method in class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
 
setProcessDefinition(ProcessDefinition) - Method in class com.suncode.pwfl.workflow.form.Form
 
setProcessDefinition(ProcessDefinition) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
setProcessDefName(String) - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
setProcessFieldName(String) - Method in class com.suncode.pwfl.workflow.process.ProcessData
 
setProcessFieldValue(String) - Method in class com.suncode.pwfl.workflow.process.ProcessData
 
setProcessId(String) - Method in class com.plusmpm.database.DocumentTemplateTable
 
setProcessId(String) - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Id procesu do którego chcemy dołączyć plik.
setProcessId(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityAssignment
 
setProcessId(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setProcessId(String) - Method in class com.suncode.pwfl.workflow.activity.util.AcceptationDefinition
Ustawia id procesu
setProcessId(String) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
setProcessId(String) - Method in class com.suncode.pwfl.workflow.process.ProcessTranslationTable
 
setProcessId(String) - Method in class com.suncode.pwfl.workflow.process.util.CreateProcessResult
 
setProcessState(ProcessStateEntity) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
setProcessTypeName(String) - Method in class com.suncode.pwfl.workflow.process.ProcessData
 
setProgress(Double) - Method in class com.suncode.pwfl.administration.scheduledtask.context.ProgressHolder
Sets progress
setProperty(UserPropertyFilter) - Method in class com.suncode.pwfl.administration.user.search.SimpleHibernateUserFilter
 
setProperty(UserSortProperty) - Method in class com.suncode.pwfl.administration.user.search.UserSorter
 
setProperty(String) - Method in class com.suncode.pwfl.search.SimpleFilter
 
setProperty(String) - Method in class com.suncode.pwfl.search.Sorter
 
setProtector(String) - Method in class com.suncode.pwfl.archive.DocumentProtection
 
setPublicKey(byte[]) - Method in class com.suncode.pwfl.license.License
 
setQuery(String) - Method in class com.suncode.pwfl.customform.DynamicListForm
 
setQuery(String) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
setRawName(String) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
setReadOnly(boolean) - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
setReadOnly(boolean) - Method in interface com.suncode.pwfl.workflow.form.FormField
Ustawia edytowalność pola
setReadOnly(boolean) - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
setRegisteredComponents(List<WorkflowComponent>) - Method in class com.suncode.pwfl.component.RegistrationSummary
Sets registered components.
setReplaceDate(Date) - Method in class com.suncode.pwfl.archive.WfFileVersion
 
setRequired(boolean) - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
setRequired(boolean) - Method in interface com.suncode.pwfl.workflow.form.FormField
Ustawia wymagalność pola
setResourceId(String) - Method in class com.suncode.pwfl.archive.DocumentClassProtectionPk
 
setResourceId(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setResourceLoader(ResourceLoader) - Method in class com.suncode.pwfl.translation.PropertiesTranslator
 
setRole(Role) - Method in class com.suncode.pwfl.administration.substitution.Substitution
Ustawia rolę dostępna w podanym processDefId.
setRoleId(String) - Method in class com.suncode.pwfl.administration.structure.Role
 
setRoleIds(List<String>) - Method in class com.suncode.pwfl.administration.structure.role.RoleFilter
 
setRoleName(Role) - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
setRoles(Set<Role>) - Method in class com.suncode.pwfl.administration.structure.Position
 
setRootDir(Directory) - Method in class com.suncode.pwfl.archive.Directory
 
setRunInBackground(Boolean) - Method in class com.suncode.pwfl.administration.user.Deactivation
 
setSActivityId(String) - Method in class com.plusmpm.util.DocumentData
 
setSaveAsNewVersion(boolean) - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Określa, czy zapisać plik jako nowa wersja(dodanie nowej wersji jest możliwe tylko, gdy dodawany dokument ma takie same indeksy jak istniejący już dokument w archiwum).
setScalars(Map<String, Type>) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
setSDelegatedUser(String) - Method in class com.plusmpm.database.UserDelegationsTable
 
setSDocumentDate(String) - Method in class com.plusmpm.util.DocumentData
 
setSelectionEvents(List<TableEvent>) - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
setServletContext(ServletContext) - Static method in class com.suncode.pwfl.util.GlobalParams
Deprecated.
Ustawia servletContext systemowe
setSessionFactory(SessionFactory) - Method in class com.suncode.pwfl.support.CustomService
 
setSessionFactory(SessionFactory) - Method in class com.suncode.pwfl.support.HibernateBaseDao
 
setSExpiretionDate(String) - Method in class com.plusmpm.util.DocumentData
 
setSize(long) - Method in class com.suncode.pwfl.archive.WfFile
 
setSorter(Sorter) - Method in class com.suncode.pwfl.search.Pagination
 
setSorters(List<Sorter>) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
setSource(String) - Method in class com.suncode.pwfl.archive.DocumentClassAction
 
setSource(DocumentEventTypes) - Method in class com.suncode.pwfl.archive.DocumentClassAction
 
setSource(ComponentSource) - Method in class com.suncode.pwfl.component.ComponentDefinition
 
setSourceAddress(String) - Method in interface com.suncode.pwfl.administration.email.EmailClient
Deprecated.
Ustawia adres źródłowy klientowi
setSourceUser(User) - Method in class com.suncode.pwfl.workflow.activity.ActivityRedirection
 
setSParticipantId(String) - Method in class com.plusmpm.database.UserDelegationsTable
 
setSProcesId(String) - Method in class com.plusmpm.database.UserDelegationsTable
 
setSProcessId(String) - Method in class com.plusmpm.util.DocumentData
 
setStart(int) - Method in class com.suncode.pwfl.customform.DynamicListForm
 
setStart(Integer) - Method in class com.suncode.pwfl.search.Pagination
 
setStartDate(LocalDateTime) - Method in class com.suncode.pwfl.administration.substitution.Substitution
Ustawia datę rozpoczęcia zastępstwa.
setStartDate(LocalDateTime) - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
setStartedTime(Date) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setStartedTime(Date) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
setState(String) - Method in class com.suncode.pwfl.archive.WfFileVersion
 
setState(ActivityState) - Method in class com.suncode.pwfl.workflow.activity.ActivityEntity
 
setState(ProcessState) - Method in class com.suncode.pwfl.workflow.process.ProcessEntity
 
setStoreEvents(List<TableEvent>) - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
setStringData(List<Map<String, String>>) - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserResult
 
setSubOus(Set<OrganizationalUnit>) - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
setSubPositions(Set<Position>) - Method in class com.suncode.pwfl.administration.structure.Position
 
setSubstitute(User) - Method in class com.suncode.pwfl.administration.substitution.Substitution
Ustawia zastępcę.
setSubstituted(User) - Method in class com.suncode.pwfl.administration.substitution.Substitution
Ustawia użytkownika zastępowanego.
setSubstitutedFullName(User) - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
setSubstituteFullName(User) - Method in class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
setSuccess(boolean) - Method in class com.suncode.pwfl.customform.ControllerResult
 
setSupportsPagination(Boolean) - Method in class com.suncode.pwfl.datasource.AbstractDataSourceInstance
 
setSUser(String) - Method in class com.plusmpm.database.UserDelegationsTable
 
setSuspendChildrenPropagation(boolean) - Method in class com.suncode.pwfl.workflow.form.datachooser.declaration.AutoMappingConfig
 
setSymbol(String) - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
setSymbol(String) - Method in class com.suncode.pwfl.administration.structure.Position
Ustawia symbol stanowiska
setSystemFileName(String) - Method in class com.suncode.pwfl.archive.WfFile
 
setTableId(String) - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
setTableStore(TableStore, String) - Method in interface com.suncode.pwfl.xpdl.table.XpdlTableService
Przepisuje wartości z TableStore do zmiennych tabelarycznych w procesie
setTabular(boolean) - Method in class com.suncode.pwfl.workflow.process.ProcessIndex
 
setTargetGroups(Set<UserGroup>) - Method in class com.suncode.pwfl.workflow.activity.ActivityRedirection
 
setTargetUsers(Set<User>) - Method in class com.suncode.pwfl.workflow.activity.ActivityRedirection
 
setTaskName(String) - Method in class com.plusmpm.util.form.autoupdate.Definition
 
setTaskName(String) - Method in class com.suncode.pwfl.workflow.form.AutoUpdate
 
setTaskTypeName(String) - Method in class com.suncode.pwfl.workflow.process.ProcessData
 
setTemplateName(String) - Method in class com.plusmpm.database.DocumentTemplateTable
 
setTemplatePath(String) - Method in class com.plusmpm.database.DocumentTemplateTable
 
SETTER_METHOD_NAME - Static variable in class com.suncode.pwfl.workflow.form.variablesetter.VariableSetter
 
setTitle(String) - Method in class com.suncode.pwfl.workflow.form.FormGrid
 
setTitle(String) - Method in class com.suncode.pwfl.workflow.form.validator.error.Confirmation
 
setTotal(long) - Method in class com.suncode.pwfl.customform.ListResult
 
setTotal(int) - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserResult
Sets total number of all results
setTotal(long) - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserResult
Sets total number of all results
setTransactionManager(PlatformTransactionManager) - Method in class com.suncode.pwfl.transaction.support.SharkTransactionTemplate
setTransferType(TransferType) - Method in class com.suncode.pwfl.workflow.activity.DelegatedActivity
 
setTranslatedClassLoader(ClassLoader) - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
setTranslations(List<OrganizationalUnitTranslation>) - Method in class com.suncode.pwfl.administration.structure.OrganizationalUnit
 
setTranslations(List<PositionTranslation>) - Method in class com.suncode.pwfl.administration.structure.Position
 
setType(String) - Method in class com.plusmpm.util.form.autoupdate.Definition
 
setType(Class<?>) - Method in class com.suncode.pwfl.administration.user.search.SimpleHibernateUserFilter
 
setType(String) - Method in class com.suncode.pwfl.archive.DocumentClassAction
 
setType(DocumentHandlerTypes) - Method in class com.suncode.pwfl.archive.DocumentClassAction
 
setType(IndexType) - Method in class com.suncode.pwfl.archive.IndexInfo
Typ indeksu
setType(Class<?>) - Method in class com.suncode.pwfl.search.SimpleFilter
 
setType(Class<?>) - Method in class com.suncode.pwfl.search.sql.SimpleSQLFilter
 
setType(Type<?>) - Method in class com.suncode.pwfl.workflow.component.declaration.ConditionDeclaration
 
setType(FieldType) - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
setType(FormElementType) - Method in class com.suncode.pwfl.workflow.form.FormElement
 
setType(IndexType) - Method in class com.suncode.pwfl.workflow.process.ProcessIndex
 
setUploader(String) - Method in class com.suncode.pwfl.archive.WfFile
 
setUser(User) - Method in class com.suncode.pwfl.administration.structure.Position
Ustawia użytkownika dla stanowiska
setUser(User) - Method in class com.suncode.pwfl.administration.user.UserData
 
setUser(User) - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
setUserId(String) - Method in class com.suncode.pwfl.archive.DocumentProtection
 
setUserId(String) - Method in class com.suncode.pwfl.workflow.activity.DelegatedActivity
 
setUserName(String) - Method in class com.suncode.pwfl.archive.util.DocumentDefinition
Nazwa użytkownika, który dodaje plik.
setUserName(String) - Method in class com.suncode.pwfl.workflow.activity.ActivityAssignment
 
setUsernameMapping(String) - Method in class com.suncode.pwfl.administration.user.Domain
 
setUsernameTemplate(String) - Method in class com.suncode.pwfl.administration.user.Domain
 
setUsers(List<User>) - Method in class com.suncode.pwfl.administration.user.Deactivation
Metoda przypisuje użytkowników do wszystkich zadań ze wszystkich procesów w systemie.
setUsers(List<User>) - Method in class com.suncode.pwfl.administration.user.DeactivationActivity
Metoda przypisuje użytkowników do tego zadania.
setUsers(List<User>) - Method in class com.suncode.pwfl.administration.user.DeactivationParticipant
Metoda przypisuje użytkowników do wszystkich zadań przypisanych do tego uczestnika.
setUsers(List<User>) - Method in class com.suncode.pwfl.administration.user.DeactivationProcess
Metoda przypisuje użytkowników do wszystkich zadań z tego procesu.
setUserSetting(String, UserSettingsService.UserSetting, String) - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Dodaje podane ustawienie dla podanego użytkownika.
setUserSetting(String, String, String) - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Dodaje podane ustawienie dla podanego użytkownika.
setUserSetting(String, Map<String, String>) - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Ustawia wszystkie ustawienia użytkownika na podstawie podanej mapy.
setUserSetting(User, Map<String, String>) - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Ustawia wszystkie ustawienia użytkownika na podstawie podanej mapy.
setUserSetting(User, String, String) - Method in interface com.suncode.pwfl.administration.user.UserSettingsService
Dodaje podane ustawienie dla podanego użytkownika.
setUseScalars(boolean) - Method in class com.suncode.pwfl.search.sql.SQLBuilder
 
setValue(String) - Method in class com.plusmpm.util.form.autoupdate.DataSource
 
setValue(String) - Method in class com.plusmpm.util.form.autoupdate.Destination
 
setValue(String) - Method in class com.plusmpm.util.form.datachooser.CustomKeys
 
setValue(String) - Method in class com.plusmpm.util.IndexData
 
setValue(Object) - Method in class com.suncode.pwfl.administration.configuration.SystemParameter
 
setValue(int, String) - Method in class com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskContext
 
setValue(String, String) - Method in class com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskContext
 
setValue(Object) - Method in class com.suncode.pwfl.administration.user.search.SimpleHibernateUserFilter
 
setValue(Object) - Method in class com.suncode.pwfl.archive.IndexInfo
Wartość indeksu
setValue(Object) - Method in class com.suncode.pwfl.search.SimpleFilter
 
setValue(String) - Method in class com.suncode.pwfl.search.sql.RawSQLFilter
 
setValue(Object) - Method in class com.suncode.pwfl.search.sql.SimpleSQLFilter
 
setValue(Object) - Method in class com.suncode.pwfl.workflow.process.IndexInfo
 
setValue(Object) - Method in interface com.suncode.pwfl.workflow.variable.Variable
Sets the value;
setValues(List<String>) - Method in class com.suncode.pwfl.workflow.form.field.ListBox
 
setValues(List<String>) - Method in class com.suncode.pwfl.workflow.form.field.OptionField
 
setVariableDescription(String) - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
setVariableDescription(String) - Method in interface com.suncode.pwfl.workflow.form.FormField
Ustawia opis zmiennej
setVariableId(String) - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
setVariableId(String) - Method in interface com.suncode.pwfl.workflow.form.FormField
Ustawia id zmiennej
setVariableName(String) - Method in class com.suncode.pwfl.workflow.form.AbstractFormField
 
setVariableName(String) - Method in interface com.suncode.pwfl.workflow.form.FormField
Ustawia nazwę zmiennej
setVariables(SharkTransaction, String, String, String, Map<String, Object>, String) - Method in interface com.suncode.pwfl.workflow.form.AcceptanceService
 
setVariables(Map<String, Object>) - Method in class com.suncode.pwfl.workflow.process.util.ProcessBuilderDefinition
 
setVarId(String) - Method in class com.plusmpm.util.form.datachooser.FormCriteria
 
setVarId(String) - Method in class com.plusmpm.util.form.datachooser.Mappings
 
setVersion(WfFileVersion) - Method in class com.suncode.pwfl.archive.WfDocument
Informacje o wersji pliku
setVersion(WfFileVersion) - Method in class com.suncode.pwfl.archive.WfFile
 
setVersion(int) - Method in class com.suncode.pwfl.archive.WfFileVersion
 
setVersion(WfFileVersion) - Method in class com.suncode.pwfl.workflow.activity.ActivityDocument
 
ShaKey - Class in com.suncode.pwfl.util
 
ShaKey() - Constructor for class com.suncode.pwfl.util.ShaKey
 
SharkTransactional - Annotation Type in com.suncode.pwfl.transaction
Adnotacja do oznaczania klas i metod, które mają podlegać transakcji silnika Shark SharkTransaction.
SharkTransactionCallback<T> - Class in com.suncode.pwfl.transaction.support
TransactionCallback używany w połączeniu z SharkTransactionTemplate ułatwiający dostęp do transakcji SharkTransaction
SharkTransactionCallback() - Constructor for class com.suncode.pwfl.transaction.support.SharkTransactionCallback
 
SharkTransactionCallbackWithoutResult - Class in com.suncode.pwfl.transaction.support
SharkTransactionCallback do wykonywania operacji transakcyjnych bez zwracania wyników
SharkTransactionCallbackWithoutResult() - Constructor for class com.suncode.pwfl.transaction.support.SharkTransactionCallbackWithoutResult
 
SharkTransactionManager - Interface in com.suncode.pwfl.transaction
Manager transakcji SharkTransaction.
SharkTransactionTemplate - Class in com.suncode.pwfl.transaction.support
Rozszerzenie TransactionTemplate ułatwiające tworzenie kodu transakcyjnego wykorzystującego SharkTransaction.
SharkTransactionTemplate() - Constructor for class com.suncode.pwfl.transaction.support.SharkTransactionTemplate
Tworzy nowy TransactionTemplate z SharkTransactionManager
SharkTransactionUtils - Class in com.suncode.pwfl.transaction.support
Klasa pomocnicza, ułatwiająca dostęp do transakcji SharkTransaction zarządzanych przez kontekst.
SharkTransactionUtils() - Constructor for class com.suncode.pwfl.transaction.support.SharkTransactionUtils
 
shouldAssign(String, String) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionHook
Metoda wywoływana jest podczas akceptacji zadania.
shouldAssign(String, String) - Method in class com.suncode.pwfl.administration.substitution.SubstitutionHookAdapter
 
shouldBind(int, Class<?>, InvocableMethod) - Method in class com.suncode.pwfl.component.support.InstanceBinder
 
shouldBind(int, Class<?>, InvocableMethod) - Method in interface com.suncode.pwfl.component.support.ParameterBinder
Must return true if this binder should be used to bind given parameter.
shouldBind(int, Class<?>, InvocableMethod) - Method in class com.suncode.pwfl.component.support.ParametersBinder
 
shouldSeeAllViews() - Method in interface com.suncode.pwfl.view.ViewService
Sprawdza, czy użytkownik wywołujący metodę ma uprawnienia do wyświetlania wszystkich widoków.
silent(Callable<T>, Callable<T>) - Static method in class com.suncode.pwfl.util.Exceptions
 
SilkIconPack - Enum in com.suncode.pwfl.web.ui
Deprecated.
SimpleFilter - Class in com.suncode.pwfl.search
 
SimpleFilter(String, Object) - Constructor for class com.suncode.pwfl.search.SimpleFilter
 
SimpleHibernateFilter - Class in com.suncode.pwfl.search.hibernate
Pozwala definiować warunki zapytań hibernate.
SimpleHibernateFilter(String, Object) - Constructor for class com.suncode.pwfl.search.hibernate.SimpleHibernateFilter
 
SimpleHibernateFilter(String, Object, FilterOperator) - Constructor for class com.suncode.pwfl.search.hibernate.SimpleHibernateFilter
 
SimpleHibernateUserFilter - Class in com.suncode.pwfl.administration.user.search
Pozwala definiować warunki do wyszukiwania użytkowników za pomocą hibernate.
SimpleHibernateUserFilter(UserPropertyFilter, Object) - Constructor for class com.suncode.pwfl.administration.user.search.SimpleHibernateUserFilter
 
SimpleHibernateUserFilter(UserPropertyFilter, Object, FilterOperator) - Constructor for class com.suncode.pwfl.administration.user.search.SimpleHibernateUserFilter
 
SimpleIndexFilter - Class in com.suncode.pwfl.archive.search
 
SimpleIndexFilter(Long, Object) - Constructor for class com.suncode.pwfl.archive.search.SimpleIndexFilter
 
SimpleIndexFilter(Long, Object, FilterOperator) - Constructor for class com.suncode.pwfl.archive.search.SimpleIndexFilter
 
SimpleIndexFilter - Class in com.suncode.pwfl.workflow.process.search
 
SimpleIndexFilter(String, Object) - Constructor for class com.suncode.pwfl.workflow.process.search.SimpleIndexFilter
 
SimpleIndexFilter(String, Object, FilterOperator) - Constructor for class com.suncode.pwfl.workflow.process.search.SimpleIndexFilter
 
SimpleSQLFilter - Class in com.suncode.pwfl.search.sql
Pozwala definować warunki zapytań SQL
SimpleSQLFilter(String, Object, FilterOperator, Class<?>) - Constructor for class com.suncode.pwfl.search.sql.SimpleSQLFilter
Tworzy filtr
SimpleSQLFilter(String, Object, Class<?>) - Constructor for class com.suncode.pwfl.search.sql.SimpleSQLFilter
Tworzy filtr
SimpleSQLFilter(String, Object, FilterOperator) - Constructor for class com.suncode.pwfl.search.sql.SimpleSQLFilter
 
SimpleSQLFilter(String, Object) - Constructor for class com.suncode.pwfl.search.sql.SimpleSQLFilter
 
Skin - Interface in com.suncode.pwfl.web.ui.skin
PlusWorkflow skin.
snapshot() - Method in class com.suncode.pwfl.workflow.component.declaration.ParameterValue
 
sneakyThrows(Callable<T>) - Static method in class com.suncode.pwfl.util.Exceptions
 
SortDirection - Enum in com.suncode.pwfl.search
 
Sorter - Class in com.suncode.pwfl.search
Klasa definiująca sortowanie.
Sorter() - Constructor for class com.suncode.pwfl.search.Sorter
 
Sorter(String, SortDirection) - Constructor for class com.suncode.pwfl.search.Sorter
 
Sorter(String) - Constructor for class com.suncode.pwfl.search.Sorter
 
SpringContext - Class in com.suncode.pwfl.util
Umożliwia pobranie kontekstu aplikacji
SpringContext() - Constructor for class com.suncode.pwfl.util.SpringContext
 
SQLBuilder - Class in com.suncode.pwfl.search.sql
Pozwala stworzyć definicję zapytania SQL
SQLBuilder() - Constructor for class com.suncode.pwfl.search.sql.SQLBuilder
 
SQLBuilder(String) - Constructor for class com.suncode.pwfl.search.sql.SQLBuilder
 
SQLBuilder(String, Map<String, Type>, List<SQLFilter>) - Constructor for class com.suncode.pwfl.search.sql.SQLBuilder
 
SQLFilter - Interface in com.suncode.pwfl.search.sql
Interfejs używany do stworzenie drzewa filtrów SQL.
SQLFinder - Interface in com.suncode.pwfl.search.sql
Umożliwia wykonywanie operacji wyszukiwania SQL
SQLQueryBuilder - Class in com.suncode.pwfl.search.sql
Wspomaga budowanie zapytań SQL
SQLQueryBuilder() - Constructor for class com.suncode.pwfl.search.sql.SQLQueryBuilder
 
sqlTypes() - Method in class com.suncode.pwfl.archive.IndexTypeEnum
 
SSORedirectType - Enum in com.suncode.pwfl.security
 
StandardAutoUpdate - Annotation Type in com.plusmpm.util.form.autoupdate
KROTKI OPIS...
StandardAutoUpdateDef - Interface in com.plusmpm.util.form.autoupdate
KROTKI OPIS...
StandardDataChooser - Annotation Type in com.plusmpm.util.form.datachooser
KROTKI OPIS...
StandardDataChooserDef - Interface in com.plusmpm.util.form.datachooser
KROTKI OPIS...
StandardTool - Annotation Type in com.plusmpm.util.form.tool
KROTKI OPIS...
StandardTool.ActualParametersForm - Enum in com.plusmpm.util.form.tool
 
StandardTool.Type - Enum in com.plusmpm.util.form.tool
 
StandardToolParameter - Annotation Type in com.plusmpm.util.form.tool
KROTKI OPIS...
StandardToolParameter.Mode - Enum in com.plusmpm.util.form.tool
 
StandardToolParameter.Type - Enum in com.plusmpm.util.form.tool
 
started(Date) - Method in class com.suncode.pwfl.audit.builder.ManualAuditBuilder
Sets audit started time.
startProcess(String) - Method in interface com.suncode.pwfl.workflow.process.ProcessService
Uruchamia proces o podany identyfikatorze.
startTimer(EmailConfiguration) - Method in interface com.suncode.pwfl.administration.email.EmailService
Startuje timer odpowiedzialny za wysyłanie buforowe
startup() - Method in interface com.suncode.pwfl.core.PlusworkflowStartupHook
Method invoked during system startup.
startup() - Method in class com.suncode.pwfl.core.PlusworkflowStartupHookAdapter
 
stopAllTimers() - Method in interface com.suncode.pwfl.administration.email.EmailService
Zatrzymuje wszystkie timery odpowiedzialne za wysyłanie buforowe
stopped(Date) - Method in class com.suncode.pwfl.audit.builder.ManualAuditBuilder
Sets audit stopped time.
stopTimer(EmailConfiguration) - Method in interface com.suncode.pwfl.administration.email.EmailService
Zatrzymuje timer odpowiedzialny za wysyłanie buforowe
Streams - Class in com.suncode.pwfl.util
 
Streams() - Constructor for class com.suncode.pwfl.util.Streams
 
STRING - Static variable in class com.suncode.pwfl.core.type.Types
String type.
STRING_ARRAY - Static variable in class com.suncode.pwfl.core.type.Types
Array of Types.STRING
StringType - Class in com.suncode.pwfl.core.type
String type.
StructureService - Interface in com.suncode.pwfl.administration.structure
Odpowiada za zarządzanie strukturą organizacyją systemu.
subPath - Variable in enum com.suncode.pwfl.administration.archive.DocumentClassRightType
 
subPositions - Variable in class com.suncode.pwfl.administration.structure.Position
 
Substitution - Class in com.suncode.pwfl.administration.substitution
KROTKI OPIS...
Substitution() - Constructor for class com.suncode.pwfl.administration.substitution.Substitution
 
substitutionAdded(String, Substitution) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionHook
Metoda wywoływana po pomyślnym dodaniu zastępstwa do systemu.
substitutionAdded(String, Substitution) - Method in class com.suncode.pwfl.administration.substitution.SubstitutionHookAdapter
 
SubstitutionAddingType - Enum in com.suncode.pwfl.administration.substitution
 
SubstitutionDao - Interface in com.suncode.pwfl.administration.substitution
KROTKI OPIS...
SubstitutionDto - Class in com.suncode.pwfl.administration.substitution
 
SubstitutionDto(Long) - Constructor for class com.suncode.pwfl.administration.substitution.SubstitutionDto
 
SubstitutionException - Exception in com.suncode.pwfl.administration.substitution.exception
 
SubstitutionException() - Constructor for exception com.suncode.pwfl.administration.substitution.exception.SubstitutionException
 
SubstitutionException(String, Throwable) - Constructor for exception com.suncode.pwfl.administration.substitution.exception.SubstitutionException
 
SubstitutionException(String) - Constructor for exception com.suncode.pwfl.administration.substitution.exception.SubstitutionException
 
SubstitutionException(Throwable) - Constructor for exception com.suncode.pwfl.administration.substitution.exception.SubstitutionException
 
SubstitutionFinder - Interface in com.suncode.pwfl.administration.substitution
Umożliwia złożone wyszukiwanie zastępstw.
SubstitutionHook - Interface in com.suncode.pwfl.administration.substitution
Interfejs udostępniający hook'i związane z zastępstwami.
SubstitutionHookAdapter - Class in com.suncode.pwfl.administration.substitution
Klasa pełniąca rolę adaptera dla interfejsu @SubstitutionHook udostępniającego hook'i związane z zastępstwami.
SubstitutionHookAdapter() - Constructor for class com.suncode.pwfl.administration.substitution.SubstitutionHookAdapter
 
SubstitutionProperty - Enum in com.suncode.pwfl.administration.substitution
Enum zwracający odpowiednie pola dla zastępstw wykorzystywane do wyszukiwania lub sortowania.
SubstitutionService - Interface in com.suncode.pwfl.administration.substitution
Umożliwia zarządzanie zastępstwami użytkowników.
success(boolean) - Method in class com.suncode.pwfl.audit.builder.AuditBuilder
Sets audit success.
success(boolean) - Method in class com.suncode.pwfl.audit.builder.ManualAuditBuilder
Sets audit success.
success(T) - Static method in class com.suncode.pwfl.web.support.ajax.EntityRestResult
 
supportsPagination(boolean) - Method in class com.suncode.pwfl.datasource.DataSourceDefinitionBuilder
 
suspendActivity(String, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityService
Zawiesza zadanie.
syncAllRoles() - Method in interface com.suncode.pwfl.administration.structure.RoleService
Pobiera role z mapy i synchronizuje je z rolami zapisanymi w bazie danych dla wszystkich pakietów
synchronize(SharkTransaction) - Method in class com.suncode.pwfl.workflow.activity.ActivityContextMap
Saves activity context map.
syncRolesWithPackage(String) - Method in interface com.suncode.pwfl.administration.structure.RoleService
Pobiera role z mapy i synchronizuje je z rolami zapisanymi w bazie danych
SystemContext - Class in com.suncode.pwfl
 
SystemException - Exception in com.suncode.pwfl
Base system exception with i18n support.
SystemException(String) - Constructor for exception com.suncode.pwfl.SystemException
 
SystemException(String, Translator) - Constructor for exception com.suncode.pwfl.SystemException
 
SystemException(String, Throwable) - Constructor for exception com.suncode.pwfl.SystemException
 
SystemException(String, Throwable, Translator) - Constructor for exception com.suncode.pwfl.SystemException
 
SystemParameter - Class in com.suncode.pwfl.administration.configuration
Klasa reprezentująca systemowe parametry w bazie
SystemParameter() - Constructor for class com.suncode.pwfl.administration.configuration.SystemParameter
 
SystemParameter(Category, ParameterType, String) - Constructor for class com.suncode.pwfl.administration.configuration.SystemParameter
 
SystemParameterAlreadyExists - Exception in com.suncode.pwfl.administration.configuration.exception
Wyjątek występujący, gdy próbujemy stworzyć nowy systemowy parametr, który istnieje już w bazie.
SystemParameterAlreadyExists() - Constructor for exception com.suncode.pwfl.administration.configuration.exception.SystemParameterAlreadyExists
 
SystemParameterAlreadyExists(String, Throwable) - Constructor for exception com.suncode.pwfl.administration.configuration.exception.SystemParameterAlreadyExists
 
SystemParameterAlreadyExists(String) - Constructor for exception com.suncode.pwfl.administration.configuration.exception.SystemParameterAlreadyExists
 
SystemParameterAlreadyExists(Throwable) - Constructor for exception com.suncode.pwfl.administration.configuration.exception.SystemParameterAlreadyExists
 
SystemParameterFinder - Interface in com.suncode.pwfl.administration.configuration
Umożliwia wyszukiwanie systemowych parametrów
SystemParameterNotExists - Exception in com.suncode.pwfl.administration.configuration.exception
Wyjątek występujący, gdy próbujemy usunąć systemowy parametr, gdy nie istnieje on w bazie
SystemParameterNotExists() - Constructor for exception com.suncode.pwfl.administration.configuration.exception.SystemParameterNotExists
 
SystemParameterNotExists(String, Throwable) - Constructor for exception com.suncode.pwfl.administration.configuration.exception.SystemParameterNotExists
 
SystemParameterNotExists(String) - Constructor for exception com.suncode.pwfl.administration.configuration.exception.SystemParameterNotExists
 
SystemParameterNotExists(Throwable) - Constructor for exception com.suncode.pwfl.administration.configuration.exception.SystemParameterNotExists
 
SystemParameterService - Interface in com.suncode.pwfl.administration.configuration
Umożliwia operacje na parametrach systemowych
SystemParamterDao - Interface in com.suncode.pwfl.administration.configuration
 
SystemProperties - Class in com.suncode.pwfl.administration.configuration
Klasa umożliwiająca pobieranie parametrów uruchomieniowych systemu
SystemProperties() - Constructor for class com.suncode.pwfl.administration.configuration.SystemProperties
 
SystemPropertiesBean - Interface in com.suncode.pwfl.administration.configuration
 
SystemType - Enum in com.suncode.pwfl.administration.configuration
Określenie przeznaczenia systemu
SystemVersion - Class in com.suncode.pwfl
 
SystemVersion() - Constructor for class com.suncode.pwfl.SystemVersion
 

T

Table - Class in com.suncode.pwfl.xpdl.table
 
Table() - Constructor for class com.suncode.pwfl.xpdl.table.Table
 
TABLE_STORE - Static variable in class com.suncode.pwfl.core.type.Types
Table store type.
TableEvent - Class in com.suncode.pwfl.workflow.form
Definicja zdarzeń tabeli dynamicznej
TableEvent() - Constructor for class com.suncode.pwfl.workflow.form.TableEvent
 
TableEvent(String, String) - Constructor for class com.suncode.pwfl.workflow.form.TableEvent
 
TableNotFoundException - Exception in com.suncode.pwfl.xpdl.table
 
TableNotFoundException(String) - Constructor for exception com.suncode.pwfl.xpdl.table.TableNotFoundException
 
TableStore - Class in com.suncode.pwfl.core.data
Represents list of Record's each compatible with defined schema TableStore.variableType.
TableStore(Map<String, BasicTypes>, List<Record>) - Constructor for class com.suncode.pwfl.core.data.TableStore
 
TableStore(Table, Map<String, Variable>) - Constructor for class com.suncode.pwfl.core.data.TableStore
 
TableStoreType - Class in com.suncode.pwfl.core.type
 
TableStoreType() - Constructor for class com.suncode.pwfl.core.type.TableStoreType
 
targetSupported(ActionTarget) - Method in class com.suncode.pwfl.workflow.form.action.ActionDefinition
Returns true if this action can be used on specified target.
taskLog - Static variable in class com.plusmpm.util.scheduledTasks.AbstractAdvancedTask
Logger zadań zaplanowanych
TextArea - Class in com.suncode.pwfl.workflow.form.field
 
TextArea() - Constructor for class com.suncode.pwfl.workflow.form.field.TextArea
 
TextCipher - Class in com.plusmpm.security
Klasa szyfrująca/deszyfrująca tekst
TextCipher() - Constructor for class com.plusmpm.security.TextCipher
 
TextField - Class in com.suncode.pwfl.workflow.form.field
 
TextField() - Constructor for class com.suncode.pwfl.workflow.form.field.TextField
 
Throwing - Class in com.suncode.pwfl.util
 
Throwing() - Constructor for class com.suncode.pwfl.util.Throwing
 
throwing(Throwing.ThrowingRunnable) - Static method in class com.suncode.pwfl.util.Throwing
 
throwing(Throwing.ThrowingFn<T, R>) - Static method in class com.suncode.pwfl.util.Throwing
 
Throwing.ThrowingFn<T,R> - Interface in com.suncode.pwfl.util
 
Throwing.ThrowingRunnable - Interface in com.suncode.pwfl.util
 
throwingApply(T) - Method in interface com.suncode.pwfl.util.Throwing.ThrowingFn
 
throwingRun() - Method in interface com.suncode.pwfl.util.Throwing.ThrowingRunnable
 
TIME_FORMAT - Static variable in class com.suncode.pwfl.util.constants.DateConstants
 
TIME_SHORT_FORMAT - Static variable in class com.suncode.pwfl.util.constants.DateConstants
 
toBase(A) - Method in interface com.suncode.pwfl.core.type.TypeBase.Convert
 
toJson() - Method in class com.suncode.pwfl.core.data.TableStore
 
toMap() - Static method in class com.suncode.pwfl.util.Maps
 
toNullableMap() - Static method in class com.suncode.pwfl.util.Maps
 
tooltip(String) - Method in class com.suncode.pwfl.component.DtButtonDefinitionBuilder
 
toSqlString(Criteria, CriteriaQuery) - Method in class com.suncode.pwfl.search.sql.NativeSQLOrder
 
toString() - Method in class com.suncode.pwfl.administration.email.EmailAttachment
 
toString() - Method in class com.suncode.pwfl.administration.email.EmailInfo
 
toString() - Method in class com.suncode.pwfl.administration.email.EmailMessage
 
toString() - Method in class com.suncode.pwfl.administration.structure.Role
 
toString() - Method in class com.suncode.pwfl.administration.user.search.UserSorter
 
toString() - Method in class com.suncode.pwfl.administration.user.User
 
toString() - Method in enum com.suncode.pwfl.administration.user.UserSettingsService.UserSetting
 
toString() - Method in class com.suncode.pwfl.archive.DocumentClassIndex
 
toString() - Method in class com.suncode.pwfl.archive.DocumentClassProtectionPk
 
toString() - Method in enum com.suncode.pwfl.archive.IndexType
 
toString() - Method in class com.suncode.pwfl.component.Argument
 
toString() - Method in class com.suncode.pwfl.component.ParameterDefinition
 
toString() - Method in class com.suncode.pwfl.component.Parameters
 
toString(int) - Method in class com.suncode.pwfl.component.Parameters
 
toString() - Method in class com.suncode.pwfl.component.support.InvocableMethod
 
toString() - Method in class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoOrgUnit
 
toString() - Method in class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoPosition
 
toString() - Method in class com.suncode.pwfl.configuration.dto.structure.ConfigurationDtoRole
 
toString() - Method in class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoGroup
 
toString() - Method in class com.suncode.pwfl.configuration.dto.user.ConfigurationDtoUser
 
toString() - Method in class com.suncode.pwfl.configuration.validators.ConfigurationElementTransferValidatorResult
 
toString() - Method in class com.suncode.pwfl.core.function.FunctionCall
 
toString() - Method in class com.suncode.pwfl.core.type.TypeBase
 
toString() - Method in class com.suncode.pwfl.core.type.TypedValue
 
toString() - Method in class com.suncode.pwfl.search.SimpleFilter
 
toString() - Method in class com.suncode.pwfl.search.Sorter
 
toString() - Method in exception com.suncode.pwfl.SystemException
 
toString() - Method in class com.suncode.pwfl.translation.LocalizedString
 
toString() - Method in class com.suncode.pwfl.workflow.component.InvocableComponent
 
toString() - Method in class com.suncode.pwfl.workflow.form.AcceptButton
 
toString() - Method in class com.suncode.pwfl.workflow.form.action.ActionTarget
 
toString() - Method in class com.suncode.pwfl.workflow.form.field.CheckBox
 
toString() - Method in class com.suncode.pwfl.workflow.form.field.DataChooser
 
toString() - Method in class com.suncode.pwfl.workflow.form.field.DateField
 
toString() - Method in class com.suncode.pwfl.workflow.form.field.DateTimeField
 
toString() - Method in class com.suncode.pwfl.workflow.form.field.DecimalField
 
toString() - Method in class com.suncode.pwfl.workflow.form.field.IntegerField
 
toString() - Method in class com.suncode.pwfl.workflow.form.field.ListBox
 
toString() - Method in class com.suncode.pwfl.workflow.form.field.Logical
 
toString() - Method in class com.suncode.pwfl.workflow.form.field.RadioButton
 
toString() - Method in class com.suncode.pwfl.workflow.form.field.TextArea
 
toString() - Method in class com.suncode.pwfl.workflow.form.field.TextField
 
toString() - Method in class com.suncode.pwfl.workflow.form.FormElement
 
TransactionManagerFactory - Class in com.suncode.pwfl.transaction
Pobiera obiekty do zarządzania transakcjami
TransactionManagerFactory() - Constructor for class com.suncode.pwfl.transaction.TransactionManagerFactory
 
TransactionWrapper - Class in com.suncode.pwfl.transaction.support
Helper class to wrap functions in transaction.
TransactionWrapper.HibernateCallable<T> - Interface in com.suncode.pwfl.transaction.support
 
TransactionWrapper.HibernateRunnable - Interface in com.suncode.pwfl.transaction.support
 
TransactionWrapper.JdbcCallable<T> - Interface in com.suncode.pwfl.transaction.support
 
TransactionWrapper.JdbcRunnable - Interface in com.suncode.pwfl.transaction.support
 
TransactionWrapper.SharkCallable<T> - Interface in com.suncode.pwfl.transaction.support
 
TransactionWrapper.SharkRunnable - Interface in com.suncode.pwfl.transaction.support
 
transfer(String, String, Map<String, Set<String>>, boolean) - Method in interface com.suncode.pwfl.workflow.activity.transfer.TransferActivityService
Pozwala na zmianę wykonawców na poszczególnych użytkowników.
transfer(String, String, String, Set<String>, boolean) - Method in interface com.suncode.pwfl.workflow.activity.transfer.TransferActivityService
Pozwala na zmianę danego wykonawcy zadania.
transfer(String, String, Set<String>, boolean) - Method in interface com.suncode.pwfl.workflow.activity.transfer.TransferActivityService
Pozwala na zmianę wszystkich wykonawców zadania.
TransferActivityService - Interface in com.suncode.pwfl.workflow.activity.transfer
Umożliwia zarządzanie wykonawcami zadań.
transferActivityToUsers(String, String, String, String, List<String>, TransferType) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
 
transferAllToGroup(String, String) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
Przekazuje wszystkie zadania użytkownika oldUser do użytkowników z groupy newGroup.
transferAllToGroups(String, List<String>) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
Przekazuje wszystkie zadania użytkownika oldUser do użytkowników z group newGroups.
transferAllToUser(String, String) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
Przekazuje wszystkie zadania użytkownika oldUser do użytkownika newUser.
transferAllToUsers(String, List<String>) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
Przekazuje wszystkie zadania użytkownika oldUser do użytkowników newUsers.
transferAllToUsersAndReturnAssignments(String, String) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
Przekazuje wszystkie zadania użytkownika oldUser do użytkowników newUsers.
transferAllToUsersAndReturnAssignments(String, String, Map<String, List<UserAssignmentDto>>) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
 
transferSubstitute(String, String) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Przekazuje wszystkie przyszłe zastępstwa, w których sourceUserName jest zastępcą na targetUserName.
transferToGroup(String, String, String, String) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
Przekazuje zadania odpowiednich typów przypisane do użytkownika oldUser do użytkowników z grupy newGroup.
transferToGroups(String, String, String, List<String>) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
Przekazuje zadania odpowiednich typów przypisane do użytkownika oldUser do użytkowników z grup newGroups.
transferToGroups(String, String, String, List<String>, boolean, boolean) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
 
transferToUser(String, String, String, String) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
Przekazuje zadania odpowiednich typów przypisane do użytkownika oldUser do użytkownika newUser.
transferToUsers(String, String, String, List<String>) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
Przekazuje zadania odpowiednich typów przypisane do użytkownika oldUser do użytkowników newUsers.
transferToUsersAndReturnAssignemnts(String, String, String, List<String>) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
Przekazuje zadania odpowiednich typów przypisane do użytkownika oldUser do użytkowników newUsers.
transferToUsersAndReturnAssignments(String, String, String, List<String>, Map<String, List<UserAssignmentDto>>, boolean, boolean) - Method in interface com.suncode.pwfl.workflow.assignment.AssignmentService
 
TransferType - Enum in com.suncode.pwfl.workflow.assignment
 
translated(String) - Method in class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
translatedClassLoader() - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
translatedClassLoader() - Method in interface com.suncode.pwfl.translation.ClassLoaderTranslator
ClassLoader, for which this translator will be registered.
TranslatedFieldType - Enum in com.suncode.pwfl.translation.configElements
 
translatedPackages() - Method in class com.suncode.pwfl.translation.AbstractTranslator
 
translatedPackages() - Method in interface com.suncode.pwfl.translation.PackageTranslator
Packages, for which this translator will be registered.
translationExists(ProcessDataTranslation) - Method in interface com.suncode.pwfl.workflow.process.ProcessDataTranslationDao
Sprawdza, czy istnieje już tłumaczenie danego pola encji w podanym języku
translationKey() - Method in class com.suncode.pwfl.core.type.BooleanType
 
translationKey() - Method in class com.suncode.pwfl.core.type.DateTimeType
 
translationKey() - Method in class com.suncode.pwfl.core.type.DateType
 
translationKey() - Method in class com.suncode.pwfl.core.type.FloatType
 
translationKey() - Method in class com.suncode.pwfl.core.type.IntegerType
 
translationKey() - Method in class com.suncode.pwfl.core.type.StringType
 
translationKey() - Method in class com.suncode.pwfl.core.type.support.JsonTypeBase
 
translationKey() - Method in class com.suncode.pwfl.core.type.TableStoreType
 
TranslationSupport - Class in com.suncode.pwfl.translation
 
TranslationSupport() - Constructor for class com.suncode.pwfl.translation.TranslationSupport
 
translator - Variable in class com.suncode.pwfl.component.ComponentDefinitionBuilder
 
Translator - Interface in com.suncode.pwfl.translation
Translator is the standard way of translating key-base messages for given Locale.
translator() - Method in interface com.suncode.pwfl.translation.TranslatorRegistration
Returns translator
TranslatorRegistration - Interface in com.suncode.pwfl.translation
Registration handle received from TranslatorRegistry#register(Translator, TranslatorScope).
TranslatorRegistry - Interface in com.suncode.pwfl.translation
Registry of available Translator.
Translators - Class in com.suncode.pwfl.translation
Utility class that simplifies access to Translator.
TranslatorScope - Enum in com.suncode.pwfl.translation
Translator target scope.
trimInvalidAliasChars(String) - Method in interface com.suncode.pwfl.certificates.CertificateService
Usuwa z podanego tekstu wszystkie znaki niedozwolone w aliasie.
type(AuditTypes) - Method in class com.suncode.pwfl.audit.builder.AuditBuilder
Sets type of audit.
type(String) - Method in class com.suncode.pwfl.audit.builder.AuditBuilder
Sets type of audit.
type(AuditTypes) - Method in class com.suncode.pwfl.audit.builder.ManualAuditBuilder
Sets type of audit.
type(String) - Method in class com.suncode.pwfl.audit.builder.ManualAuditBuilder
Sets type of audit.
type(Type<?>) - Method in class com.suncode.pwfl.component.ContextVariableBuilder
Sets context variable type ContextVariable.getType()
type(Type<?>) - Method in class com.suncode.pwfl.component.ParameterDefinitionBuilder
Sets parameter type ParameterDefinition.getType()
Type<T> - Interface in com.suncode.pwfl.core.type
Type.
type - Variable in class com.suncode.pwfl.support.CustomService
 
type - Variable in class com.suncode.pwfl.support.HibernateBaseDao
 
type - Variable in class com.suncode.pwfl.util.BaseFinderImpl
 
type - Variable in class com.suncode.pwfl.workflow.form.AbstractFormField
 
TypeBase<T> - Class in com.suncode.pwfl.core.type
Type base.
TypeBase(Class<T>, T) - Constructor for class com.suncode.pwfl.core.type.TypeBase
 
TypeBase.Convert<A,T> - Interface in com.suncode.pwfl.core.type
Conversion between aliased type and base type.
TypedValue<T> - Class in com.suncode.pwfl.core.type
Value wrapper with known Type.
TypedValue(T) - Constructor for class com.suncode.pwfl.core.type.TypedValue
 
TypedValue(T, Type<T>) - Constructor for class com.suncode.pwfl.core.type.TypedValue
 
TypeException - Exception in com.suncode.pwfl.core.type
General type abstraction exception.
TypeException(String) - Constructor for exception com.suncode.pwfl.core.type.TypeException
 
TypeException(String, Throwable) - Constructor for exception com.suncode.pwfl.core.type.TypeException
 
typeOf(T) - Static method in class com.suncode.pwfl.core.type.Types
Returns type (one defined in Types) that represents given object.
typeOf(Class<?>) - Static method in class com.suncode.pwfl.core.type.Types
Returns type (one defined in Types) that represents given class instances.
Types - Class in com.suncode.pwfl.core.type
PlusWorkflow types.
Types() - Constructor for class com.suncode.pwfl.core.type.Types
 

U

UIFragment - Enum in com.suncode.pwfl.web.ui
User interface fragments defined in PlusWorkflow browser UI.
uncompressFile(Long) - Method in interface com.suncode.pwfl.archive.FileArchiver
Dekompresuje plik, aktualizując jego nazwę, kolumnę compressed oraz size
UnitInfo(OrganizationalUnit) - Constructor for class com.suncode.pwfl.administration.user.UserInfo.UnitInfo
 
UNKNOWN - Static variable in class com.suncode.pwfl.audit.builder.ManualAuditBuilder
 
UnknownParameterException - Exception in com.suncode.pwfl.component.exception
Exception caused by referencing to nonexistent component parameter.
UnknownParameterException(ComponentDefinition, String) - Constructor for exception com.suncode.pwfl.component.exception.UnknownParameterException
 
unregister() - Method in interface com.suncode.pwfl.translation.TranslatorRegistration
Unregistering this translator form registry
unregisterAction(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Removes action with given id from registry.
unregisterApplication(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Removes application with given id from registry.
unregisterComponent(WorkflowComponent) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Removes given component from registry.
unregisterComponents(ComponentSource) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Removes every component registered under given ComponentSource from registry.
unregisterDataChooser(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Removes datachooser with given id from registry.
unregisterDataSource(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Removes data source with given id from registry.
unregisterFunction(Function) - Method in interface com.suncode.pwfl.core.function.FunctionRegistry
Removes given function from registry.
unregisterScheduledTask(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Removes scheduled task with given id from registry.
unregisterValidator(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Removes validator with given id from registry.
unregisterVariableSetter(String) - Method in interface com.suncode.pwfl.workflow.component.WorkflowComponentRegistry
Removes variable setter with given id from registry.
unsupported() - Static method in class com.suncode.pwfl.util.Streams
 
unsupported(String) - Static method in class com.suncode.pwfl.util.Streams
 
update(SystemParameter) - Method in interface com.suncode.pwfl.administration.configuration.SystemParameterService
Aktualizuje encję systemowego parametru w bazie
update(Map<String, Object>) - Method in class com.suncode.pwfl.datasource.AbstractDataSourceInstance
Deprecated.
update(Map<String, Object>) - Method in interface com.suncode.pwfl.datasource.DataSourceInstance
Deprecated.
update(T) - Method in class com.suncode.pwfl.support.CustomService
 
update(T) - Method in interface com.suncode.pwfl.support.EditableDao
Modyfikuje informacje o obiekcie
update(T) - Method in interface com.suncode.pwfl.support.EditableService
Modyfikuje obiekt z bazie z danych.
update(T) - Method in class com.suncode.pwfl.support.HibernateEditableDao
 
update(T) - Method in class com.suncode.pwfl.util.EditableServiceImpl
 
update(Object) - Method in interface com.suncode.pwfl.util.QueryExecutor
Wykonuje update na encji Hiberanate
updateActivityDocument(ActivityDocument) - Method in interface com.suncode.pwfl.workflow.activity.ActivityDocumentService
Modyfikuje obiekt ActivityDocument
updateActivityRedirection(ActivityRedirection) - Method in interface com.suncode.pwfl.workflow.activity.ActivityRedirectionService
 
updateActivityRedirections(List<ActivityRedirection>, String) - Method in interface com.suncode.pwfl.workflow.activity.ActivityRedirectionService
 
updateAttachedFileToProcess(Long, Long, String) - Method in interface com.suncode.pwfl.archive.FileSaver
Modyfikacja informacji o podłączonym dokumencie w procesach podczas wgrywania nowej wersji pliku.
updateComboValues(SystemParameter, List<ComboValue>) - Method in interface com.suncode.pwfl.administration.configuration.SystemParameterService
Aktualizuje listę wartości dla parametru o podanym kluczu.
updateDeclaration(DataSourceDeclaration) - Method in interface com.suncode.pwfl.datasource.DataSourceService
Update existing declaration in database.
updateDevice(Device) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Modyfikuje urządzenie
updateDevice(Long, Device) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Modyfikuje urządzenie
updateDirectory(Directory) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Modyfikuje katalog
updateDirectory(Long, Directory) - Method in interface com.suncode.pwfl.archive.ArchiveStorageService
Modyfikuje katalog
UpdateDocClassTable(String, String, String, String, Long, String, String) - Method in class com.plusmpm.database.DocClassTable
Deprecated.
 
updateDocument(WfDocument) - Method in interface com.suncode.pwfl.archive.DocumentService
Modyfikuje dokument (aktualnie zmienia wyłącznie indeksy dokumnetu)
updateDocumentClass(DocumentClass) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Modyfikuje klasę dokumentów
updateDocumentClassAction(DocumentClassAction) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Modyfikuje akcję klasy dokumentów
updateDocumentClassAssociation(Long, DocumentClassAssociation) - Method in interface com.suncode.pwfl.archive.DocumentClassAssociationService
Modyfikuje powiązanie między klasami dokumentów w bazie danych.
updateDocumentClassIndexTranslation(Long, String) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Aktualizuje tekst tłumaczenia indeksu klasy dokumentów
updateDocumentClassProtection(DocumentClassProtection) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Zmienia dodatkowe ustawienia dla danego uprawnienia w bazie danych.
updateDocumentClassTranslation(Long, String) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Aktualizuje tekst tłumaczenia klasy dokumentów
updateDocumentProtection(DocumentProtection) - Method in interface com.suncode.pwfl.archive.DocumentProtectionService
Zmiania uprawnienia w bazie danych
updateDocumentTemplate(DocumentTemplateTable) - Method in interface com.suncode.pwfl.archive.DocumentTemplateService
 
updateFile(WfFile) - Method in interface com.suncode.pwfl.archive.FileService
Modyfikuje obiekt pliku.
updateGroup(UserGroup) - Method in interface com.suncode.pwfl.administration.user.UserService
Zmienia opis grupy
updateIndexInDocumentClass(Long, DocumentClassIndex) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Aktualizuje indeks klasy dokumentów
updateLinkIndex(LinkIndex) - Method in interface com.suncode.pwfl.archive.LinkService
Aktualizuje indeks zestawu dokumentów
updateLinkIndexTranslation(Long, String) - Method in interface com.suncode.pwfl.archive.LinkService
Aktualizuje tekst tłumaczenia indeksu zestawu dokumentów
updateLinkTranslation(Long, String) - Method in interface com.suncode.pwfl.archive.LinkService
Aktualizuje tekst tłumaczenia zestawu dokumentów
updateOrganizationalUnit(OrganizationalUnit) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Modyfikuje jednostkę organizacyjną
updateOrganizationalUnitTranslation(Long, String) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Aktualizuje tekst tłumaczenia jednostki organizacyjnej
updatePosition(Position) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Modyfikuje stanwisko
updatePositionTranslation(Long, String) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Aktualizuje tekst tłumaczenia stanowiska
updateProcessDataTranslation(Long, String) - Method in interface com.suncode.pwfl.workflow.process.ProcessDataService
 
updateReportTranslation(Long, String) - Method in interface com.suncode.pwfl.report.ReportService
Aktualizuje tekst tłumaczenia raportu
updateSubstitution(Substitution) - Method in interface com.suncode.pwfl.administration.substitution.SubstitutionService
Metoda aktualizuje zastępstwo.
updateTaskContext(ScheduledTaskContext) - Method in interface com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskInfoService
Aktualizuje kontekst zadania zaplanowanego
updateTaskParameterValue(Long, String, String) - Method in interface com.suncode.pwfl.administration.scheduledtask.info.ScheduledTaskInfoService
Aktualizuje wartość parametru dla podanego zadania zaplanowanego
updateUser(User) - Method in interface com.suncode.pwfl.administration.user.UserService
Modyfikuje informacje o użytkowniku.
updateValue(String, SystemParameter) - Method in interface com.suncode.pwfl.administration.configuration.SystemParameterService
Ustawia nową wartość parametru według wartości podanej jako String
updateViewTranslation(Long, String) - Method in interface com.suncode.pwfl.view.ViewService
Aktualizuje tekst tłumaczenia widoku
UrlCacheParameter() - Constructor for class com.suncode.pwfl.web.ui.WebScripts.UrlCacheParameter
 
User - Class in com.suncode.pwfl.administration.user
Klasa przechowująca dane o użytkowniku.
User() - Constructor for class com.suncode.pwfl.administration.user.User
 
UserActivity - Class in com.suncode.pwfl.workflow.activity
 
UserActivity() - Constructor for class com.suncode.pwfl.workflow.activity.UserActivity
 
UserActivityAssignee - Class in com.suncode.pwfl.workflow.activity
 
UserActivityAssignee() - Constructor for class com.suncode.pwfl.workflow.activity.UserActivityAssignee
 
UserActivitySubstitution - Class in com.suncode.pwfl.workflow.activity
 
UserActivitySubstitution() - Constructor for class com.suncode.pwfl.workflow.activity.UserActivitySubstitution
 
UserAlreadyExistException - Exception in com.suncode.pwfl.administration.user.exception
Wyjątek występujący, gdy próbujemy zapisać użytkownika o loginie, który już istnieje.
UserAlreadyExistException(String, String, boolean) - Constructor for exception com.suncode.pwfl.administration.user.exception.UserAlreadyExistException
 
UserAlreadyExistException() - Constructor for exception com.suncode.pwfl.administration.user.exception.UserAlreadyExistException
 
UserAlreadyExistException(String, Throwable) - Constructor for exception com.suncode.pwfl.administration.user.exception.UserAlreadyExistException
 
UserAlreadyExistException(String) - Constructor for exception com.suncode.pwfl.administration.user.exception.UserAlreadyExistException
 
UserAlreadyExistException(Throwable) - Constructor for exception com.suncode.pwfl.administration.user.exception.UserAlreadyExistException
 
UserAssignmentDto - Class in com.suncode.pwfl.workflow.assignment
 
UserAssignmentDto() - Constructor for class com.suncode.pwfl.workflow.assignment.UserAssignmentDto
 
UserAvatar - Class in com.suncode.pwfl.administration.user
 
UserAvatar() - Constructor for class com.suncode.pwfl.administration.user.UserAvatar
 
UserAvatarDao - Interface in com.suncode.pwfl.administration.user
 
UserAvatarDaoImpl - Class in com.suncode.pwfl.administration.user
 
UserAvatarDaoImpl() - Constructor for class com.suncode.pwfl.administration.user.UserAvatarDaoImpl
 
UserAvatarProperties - Class in com.suncode.pwfl.administration.user
 
UserAvatarProperties() - Constructor for class com.suncode.pwfl.administration.user.UserAvatarProperties
 
UserAvatarService - Interface in com.suncode.pwfl.administration.user
 
UserContext - Class in com.suncode.pwfl.administration.user
Context that holds informations about current user.
userCreated(User) - Method in interface com.suncode.pwfl.administration.user.UserCreationHook
Executed after user creation.
userCreated(User) - Method in class com.suncode.pwfl.administration.user.UserCreationHookAdapter
Executed after user creation.
UserCreationHook - Interface in com.suncode.pwfl.administration.user
User creation hook allowing execute additional actions.
UserCreationHookAdapter - Class in com.suncode.pwfl.administration.user
 
UserCreationHookAdapter() - Constructor for class com.suncode.pwfl.administration.user.UserCreationHookAdapter
 
UserDao - Interface in com.suncode.pwfl.administration.user
Umożliwia wykonywanie operacji na bazie danych dotyczących użytkowników.
UserData - Class in com.suncode.pwfl.administration.user
Ustawienia użytkownika.
UserData() - Constructor for class com.suncode.pwfl.administration.user.UserData
 
UserData(User, String, String) - Constructor for class com.suncode.pwfl.administration.user.UserData
 
UserDataDao - Interface in com.suncode.pwfl.administration.user
 
userDeactivated(Deactivation) - Method in interface com.suncode.pwfl.administration.user.DeactivationHook
Executed when user deactivation is completed.
userDeactivated(Deactivation) - Method in class com.suncode.pwfl.administration.user.DeactivationHookAdapter
 
UserDelegationsTable - Class in com.plusmpm.database
 
UserDelegationsTable(Long, String, String, String, String, Long, Long, String) - Constructor for class com.plusmpm.database.UserDelegationsTable
 
UserDelegationsTable() - Constructor for class com.plusmpm.database.UserDelegationsTable
 
UserFinder - Interface in com.suncode.pwfl.administration.user
Umożliwia wyszukiwanie użytkowników
UserGroup - Class in com.suncode.pwfl.administration.user
Klasa przechowująca dane o grupie użytkowników.
UserGroup(String) - Constructor for class com.suncode.pwfl.administration.user.UserGroup
Tworzy obiekt grupy
UserGroupDao - Interface in com.suncode.pwfl.administration.user
Umożliwia wykonywanie operacji na bazie danych dotyczących grup użytkowników.
UserGroupFinder - Interface in com.suncode.pwfl.administration.user
Pozwala wyszukać grupy użytkowników
userIcon - Static variable in class com.suncode.pwfl.audit.util.AuditConstants
 
UserIdCache - Class in com.suncode.pwfl.administration.user
 
UserIdCache() - Constructor for class com.suncode.pwfl.administration.user.UserIdCache
 
UserInfo - Class in com.suncode.pwfl.administration.user
User information for UserContext.
UserInfo(User) - Constructor for class com.suncode.pwfl.administration.user.UserInfo
 
UserInfo(User, boolean) - Constructor for class com.suncode.pwfl.administration.user.UserInfo
 
UserInfo.GroupInfo - Class in com.suncode.pwfl.administration.user
 
UserInfo.PositionInfo - Class in com.suncode.pwfl.administration.user
 
UserInfo.Resource - Class in com.suncode.pwfl.administration.user
 
UserInfo.UnitInfo - Class in com.suncode.pwfl.administration.user
 
UserInfoCache - Class in com.suncode.pwfl.administration.user
Cache użytkowników na potrzeby kontekstu użytkownika.
UserInfoCache(UserService) - Constructor for class com.suncode.pwfl.administration.user.UserInfoCache
 
UserIsNotAssignedToActivityException - Exception in com.suncode.pwfl.workflow.activity.exception
Wyjątek występuję, gdy próbujemy wykonać operację na zadaniu które nie jest przypisane do użytkownika wykonującego zadanie.
UserIsNotAssignedToActivityException() - Constructor for exception com.suncode.pwfl.workflow.activity.exception.UserIsNotAssignedToActivityException
 
UserIsNotAssignedToActivityException(String, Throwable) - Constructor for exception com.suncode.pwfl.workflow.activity.exception.UserIsNotAssignedToActivityException
 
UserIsNotAssignedToActivityException(String) - Constructor for exception com.suncode.pwfl.workflow.activity.exception.UserIsNotAssignedToActivityException
 
UserIsNotAssignedToActivityException(Throwable) - Constructor for exception com.suncode.pwfl.workflow.activity.exception.UserIsNotAssignedToActivityException
 
UserList - Class in com.suncode.pwfl.workflow.form.field
 
UserList(ActivityService, boolean) - Constructor for class com.suncode.pwfl.workflow.form.field.UserList
 
UserListAttributes - Class in com.suncode.pwfl.workflow.form.field
Zawiera stałe potrzebne dla UserList.
UserListAttributes() - Constructor for class com.suncode.pwfl.workflow.form.field.UserListAttributes
 
USERNAME - Static variable in class com.suncode.pwfl.administration.user.DomainMappingDefault
 
username(String) - Method in class com.suncode.pwfl.audit.builder.ManualAuditBuilder
Sets username for audit.
UserNotFoundException - Exception in com.suncode.pwfl.administration.user.exception
Wyjątek występujący, gdy próbujemy wykonać jakąś operacje na użytkowniku, który nie istnieje.
UserNotFoundException() - Constructor for exception com.suncode.pwfl.administration.user.exception.UserNotFoundException
 
UserNotFoundException(String) - Constructor for exception com.suncode.pwfl.administration.user.exception.UserNotFoundException
 
UserPropertyFilter - Enum in com.suncode.pwfl.administration.user.search
Klasa udostępniająca pola, po których można filtrować użytkowników.
UserService - Interface in com.suncode.pwfl.administration.user
Umożliwia zarządzanie użytkownikami i grupami użytkowników.
UserSettingsService - Interface in com.suncode.pwfl.administration.user
 
UserSettingsService.UserSetting - Enum in com.suncode.pwfl.administration.user
 
UserSorter - Class in com.suncode.pwfl.administration.user.search
Klasa definiująca sortowanie użytkowników.
UserSorter() - Constructor for class com.suncode.pwfl.administration.user.search.UserSorter
 
UserSorter(UserSortProperty, SortDirection) - Constructor for class com.suncode.pwfl.administration.user.search.UserSorter
 
UserSorter(UserSortProperty) - Constructor for class com.suncode.pwfl.administration.user.search.UserSorter
 
UserSortProperty - Enum in com.suncode.pwfl.administration.user.search
Klasa udostępniająca pola, po których można sortować użytkowników.
UserTransactional - Annotation Type in com.suncode.pwfl.transaction
Deprecated.
należy używać adnotacji SharkTransactional a UserTransaction pobierać za pomocą SharkTransactionManager.getUserTransaction()
UserValidator - Class in com.suncode.pwfl.administration.user
Umożliwia walidację wybranych pól z klasy User
UserValidator() - Constructor for class com.suncode.pwfl.administration.user.UserValidator
 

V

validate(DataSourceDeclaration) - Method in interface com.suncode.pwfl.datasource.DataSourceValidator
 
validate(Document) - Method in interface com.suncode.pwfl.xpdl.XpdlService
Waliduje pakiet w postaci pliku xpdl, wyrzuca wyjatek walidacji z wiadomoscia o bledzie, gdy pakiet jest niepoprawny
VALIDATE_METHOD_NAME - Static variable in class com.suncode.pwfl.workflow.form.validator.Validator
 
validateAlias(String) - Method in interface com.suncode.pwfl.certificates.CertificateService
Sprawdza, czy dany alias jest prawidłowego formatu.
validateCustomAlias(String) - Method in interface com.suncode.pwfl.certificates.CertificateService
Sprawdza, czy dany alias jest prawidłowego formatu dla niestandardowego certyfikatu.
validateDocumentClassIndexCanBeEdited(DocumentClassIndex) - Method in interface com.suncode.pwfl.archive.DocumentClassService
Sprawdza, czy indeks klasy dokumentów może być edytowany
validateExportConfig(PluginConfigurationDtoRoot, ConfigurationDtoSystemRoot) - Method in interface com.suncode.pwfl.configuration.plugins.PluginConfigurationProvider
 
validateImportConfig(PluginConfigurationDtoRoot, ConfigurationDtoSystemRoot) - Method in interface com.suncode.pwfl.configuration.plugins.PluginConfigurationProvider
 
validateOrganizationalUnit(OrganizationalUnit) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Sprawdza następujące warunki: Czy nazwa OU nie jest pusta Czy symbol OU nie jest pusty Czy symbol OU nie jest już przypisany do innego OU
validatePosition(Position) - Method in interface com.suncode.pwfl.administration.structure.StructureService
Sprawdza następujące warunki: Czy nazwa stanowiska nie jest pusta Czy symbol stanowiska nie jest pusty Czy symbol stanowiska nie jest już przypisany do innego stanowiska
validateSystemAlias(String) - Method in interface com.suncode.pwfl.certificates.CertificateService
Sprawdza, czy dany alias reprezentuje systemowy certyfikat.
ValidationContext - Class in com.suncode.pwfl.workflow.form.validator
Validation Context.
ValidationContext(String, String, String, ValidationErrors) - Constructor for class com.suncode.pwfl.workflow.form.validator.ValidationContext
 
ValidationError - Class in com.suncode.pwfl.workflow.form.validator.error
Represents global validation error.
ValidationError(String) - Constructor for class com.suncode.pwfl.workflow.form.validator.error.ValidationError
 
ValidationErrorLevel - Enum in com.suncode.pwfl.xpdl.util
KROTKI OPIS...
ValidationErrors - Class in com.suncode.pwfl.workflow.form.validator.error
Errors reported by validators.
ValidationErrors() - Constructor for class com.suncode.pwfl.workflow.form.validator.error.ValidationErrors
 
ValidationException - Exception in com.suncode.pwfl.workflow.form.validator.error
 
ValidationException() - Constructor for exception com.suncode.pwfl.workflow.form.validator.error.ValidationException
 
Validator - Annotation Type in com.suncode.pwfl.workflow.form.validator.annotation
Marks a validator class.
Validator - Class in com.suncode.pwfl.workflow.form.validator
Form validator.
Validator(ComponentDefinition, Method, Object) - Constructor for class com.suncode.pwfl.workflow.form.validator.Validator
 
VALIDATOR_METHOD_NAME - Static variable in class com.suncode.pwfl.datasource.InvocableDataSource
 
ValidatorCallback - Class in com.suncode.pwfl.workflow.form.validator.error
 
ValidatorCallback() - Constructor for class com.suncode.pwfl.workflow.form.validator.error.ValidatorCallback
 
ValidatorDefinition - Class in com.suncode.pwfl.workflow.form.validator
Validator definition
ValidatorDefinition(String, String, LocalizedString, LocalizedString, Icon, List<Category>, List<ParameterDefinition<?>>, List<ContextVariable<?>>, Set<ValidatorMessage>, LocalizedString) - Constructor for class com.suncode.pwfl.workflow.form.validator.ValidatorDefinition
 
ValidatorDefinitionBuilder - Class in com.suncode.pwfl.workflow.form.validator
Builder to create validator definition ComponentDefinition
ValidatorDefinitionBuilder() - Constructor for class com.suncode.pwfl.workflow.form.validator.ValidatorDefinitionBuilder
 
ValidatorDefinitionBuilder(Translator) - Constructor for class com.suncode.pwfl.workflow.form.validator.ValidatorDefinitionBuilder
 
ValidatorEvaluatorException - Exception in com.suncode.pwfl.workflow.form.validator.error
Exception means that there was an exception during validator evaluation.
ValidatorEvaluatorException(String) - Constructor for exception com.suncode.pwfl.workflow.form.validator.error.ValidatorEvaluatorException
 
ValidatorEvaluatorException(String, Throwable) - Constructor for exception com.suncode.pwfl.workflow.form.validator.error.ValidatorEvaluatorException
 
ValidatorEvaluatorException(Exception) - Constructor for exception com.suncode.pwfl.workflow.form.validator.error.ValidatorEvaluatorException
 
ValidatorMessage - Enum in com.suncode.pwfl.workflow.form.validator
Validator's messages types
ValidatorsScript - Annotation Type in com.suncode.pwfl.workflow.form.validator.annotation
 
value - Variable in enum com.plusmpm.util.documents.DocumentEventTypes
 
value - Variable in enum com.plusmpm.util.documents.handlers.DocumentHandlerTypes
 
value(String) - Method in class com.suncode.pwfl.web.ui.WebScripts.UrlCacheParameter
Returns cached parameter for given fragment.
value(String, String) - Method in class com.suncode.pwfl.workflow.form.datachooser.DataChooserResult.Row
Sets value for given mapping in current row.
valueOf(String) - Static method in enum com.plusmpm.util.documents.DocumentEventTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.plusmpm.util.documents.handlers.DocumentHandlerTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.plusmpm.util.form.tool.StandardTool.ActualParametersForm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.plusmpm.util.form.tool.StandardTool.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.plusmpm.util.form.tool.StandardToolParameter.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.plusmpm.util.form.tool.StandardToolParameter.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.administration.archive.DocumentClassRightType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.administration.configuration.DefinedSystemParameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.administration.configuration.ParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.administration.configuration.SystemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.administration.email.configuration.EmailAuthenticationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.administration.email.oauth.client.OAuth2AuthenticationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.administration.substitution.SubstitutionAddingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.administration.substitution.SubstitutionProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.administration.user.search.UserPropertyFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.administration.user.search.UserSortProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.administration.user.UserSettingsService.UserSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.archive.CipherAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.archive.DocumentAttachedToProcessStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.archive.DocumentDetachProtectionTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.archive.DocumentUploadSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.archive.ExpirationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.archive.FileAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.archive.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.archive.util.FileSorter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.archive.WfFileVersion.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.audit.util.AuditCategories
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.audit.util.AuditSortProperty
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.audit.util.AuditTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.configuration.audit.ConfigurationTransferAudit.ElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.configuration.validators.ConfigurationTransferValidationErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.core.function.Function.FunctionAccessibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.core.type.BasicTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.datasource.cache.DataSourceExecutionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.datasource.DataSourceOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.experimental.ExperimentalFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.search.FilterOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.search.LogicOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.search.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.security.RedirectEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.security.SSORedirectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.translation.configElements.TranslatedFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.translation.TranslatorScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.util.logging.LoggerLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.view.ViewAccessLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.view.ViewFetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.web.support.ajax.ResponseMessageLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.web.ui.DivanteColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.web.ui.DivanteIcon
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.web.ui.Icon.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.web.ui.SilkIconPack
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.web.ui.UIFragment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.workflow.activity.ActivityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.workflow.assignment.TransferType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.workflow.form.action.ActionDestination.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.workflow.form.action.ActionUIFragment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.workflow.form.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.workflow.form.FormElementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.workflow.form.validator.ValidatorMessage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.workflow.process.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.workflow.process.ProcessState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.workflow.view.ViewResultAction.ViewResultActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.suncode.pwfl.xpdl.util.ValidationErrorLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.plusmpm.util.documents.DocumentEventTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.plusmpm.util.documents.handlers.DocumentHandlerTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.plusmpm.util.form.tool.StandardTool.ActualParametersForm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.plusmpm.util.form.tool.StandardTool.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.plusmpm.util.form.tool.StandardToolParameter.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.plusmpm.util.form.tool.StandardToolParameter.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.administration.archive.DocumentClassRightType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.administration.configuration.DefinedSystemParameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.administration.configuration.ParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.administration.configuration.SystemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.administration.email.configuration.EmailAuthenticationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.administration.email.oauth.client.OAuth2AuthenticationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.administration.substitution.SubstitutionAddingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.administration.substitution.SubstitutionProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.administration.user.search.UserPropertyFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.administration.user.search.UserSortProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.administration.user.UserSettingsService.UserSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.archive.CipherAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.archive.DocumentAttachedToProcessStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.archive.DocumentDetachProtectionTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.archive.DocumentUploadSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.archive.ExpirationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.archive.FileAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.archive.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.archive.util.FileSorter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.archive.WfFileVersion.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.audit.util.AuditCategories
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.audit.util.AuditSortProperty
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.audit.util.AuditTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.configuration.audit.ConfigurationTransferAudit.ElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.configuration.validators.ConfigurationTransferValidationErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.core.function.Function.FunctionAccessibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.core.type.BasicTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.datasource.cache.DataSourceExecutionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.datasource.DataSourceOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.experimental.ExperimentalFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.search.FilterOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.search.LogicOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.search.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.security.RedirectEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.security.SSORedirectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.translation.configElements.TranslatedFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.translation.TranslatorScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.util.logging.LoggerLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.view.ViewAccessLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.view.ViewFetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.web.support.ajax.ResponseMessageLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.web.ui.DivanteColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.web.ui.DivanteIcon
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.web.ui.Icon.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.web.ui.SilkIconPack
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.web.ui.UIFragment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.workflow.activity.ActivityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.workflow.assignment.TransferType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.workflow.form.action.ActionDestination.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.workflow.form.action.ActionUIFragment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.workflow.form.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.workflow.form.FormElementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.workflow.form.validator.ValidatorMessage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.workflow.process.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.workflow.process.ProcessState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.workflow.view.ViewResultAction.ViewResultActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.suncode.pwfl.xpdl.util.ValidationErrorLevel
Returns an array containing the constants of this enum type, in the order they are declared.
valueSynchronized() - Method in interface com.suncode.pwfl.workflow.variable.Variable
Marks that value is synchronized because it was saved in database.
VARIABLE - Static variable in class com.suncode.pwfl.core.type.Types
Variable type.
variable() - Static method in class com.suncode.pwfl.workflow.form.action.ActionDestination
Returns instance of this object and point to the form variable.
variable(String) - Static method in class com.suncode.pwfl.workflow.form.action.ActionDestination
Returns instance of this object and point to the form variable.
variable() - Static method in class com.suncode.pwfl.workflow.form.action.ActionTarget
Variable
variable(String) - Static method in class com.suncode.pwfl.workflow.form.action.ActionTarget
Variable.
Variable - Interface in com.suncode.pwfl.workflow.variable
Class representing process variable.
VARIABLE_ARRAY - Static variable in class com.suncode.pwfl.core.type.Types
VariableCreationException - Exception in com.suncode.pwfl.workflow.variable
 
VariableCreationException(String, Throwable) - Constructor for exception com.suncode.pwfl.workflow.variable.VariableCreationException
 
variableSet() - Static method in class com.suncode.pwfl.workflow.form.action.ActionDestination
Returns instance of this object and point to the dynamic table.
variableSet(String) - Static method in class com.suncode.pwfl.workflow.form.action.ActionDestination
Returns instance of this object and point to the dynamic table.
variableSet() - Static method in class com.suncode.pwfl.workflow.form.action.ActionTarget
Variable set
variableSet(String) - Static method in class com.suncode.pwfl.workflow.form.action.ActionTarget
Variable set.
VariableSetter - Annotation Type in com.suncode.pwfl.workflow.form.variablesetter.annotation
Marks a setter class.
VariableSetter - Class in com.suncode.pwfl.workflow.form.variablesetter
Variable setter.
VariableSetter(ComponentDefinition, Method, Object) - Constructor for class com.suncode.pwfl.workflow.form.variablesetter.VariableSetter
 
VariableSetterDefinitionBuilder - Class in com.suncode.pwfl.workflow.form.variablesetter
Builder to create variable setter definition ComponentDefinition
VariableSetterDefinitionBuilder() - Constructor for class com.suncode.pwfl.workflow.form.variablesetter.VariableSetterDefinitionBuilder
 
VariableSetterDefinitionBuilder(Translator) - Constructor for class com.suncode.pwfl.workflow.form.variablesetter.VariableSetterDefinitionBuilder
 
VariableSetVariableValidationError - Class in com.suncode.pwfl.workflow.form.validator.error
Represents validation error binded with variable from variable set.
VariableSetVariableValidationError(String, int, String) - Constructor for class com.suncode.pwfl.workflow.form.validator.error.VariableSetVariableValidationError
 
VariableType - Class in com.suncode.pwfl.core.type
Variable type.
VariableValidationError - Class in com.suncode.pwfl.workflow.form.validator.error
Represents validation error binded with form variable.
VariableValidationError(String, String) - Constructor for class com.suncode.pwfl.workflow.form.validator.error.VariableValidationError
 
VersionVerifier - Class in com.suncode.pwfl.util
 
VersionVerifier() - Constructor for class com.suncode.pwfl.util.VersionVerifier
 
ViewAccessLevel - Enum in com.suncode.pwfl.view
 
ViewDoesNotExistException - Exception in com.suncode.pwfl.view.exception
 
ViewDoesNotExistException(String) - Constructor for exception com.suncode.pwfl.view.exception.ViewDoesNotExistException
 
ViewDto - Class in com.suncode.pwfl.view.dto
 
ViewDto() - Constructor for class com.suncode.pwfl.view.dto.ViewDto
 
ViewEvaluator - Interface in com.suncode.pwfl.workflow.view
 
ViewEvaluatorException - Exception in com.suncode.pwfl.workflow.view
 
ViewEvaluatorException(String) - Constructor for exception com.suncode.pwfl.workflow.view.ViewEvaluatorException
 
ViewFetchType - Enum in com.suncode.pwfl.view
 
ViewResult - Class in com.suncode.pwfl.workflow.view
 
ViewResult() - Constructor for class com.suncode.pwfl.workflow.view.ViewResult
 
ViewResultAction - Class in com.suncode.pwfl.workflow.view
 
ViewResultAction(ViewResultAction.ViewResultActionType, String, String) - Constructor for class com.suncode.pwfl.workflow.view.ViewResultAction
 
ViewResultAction(ViewResultAction.ViewResultActionType, String, String, String) - Constructor for class com.suncode.pwfl.workflow.view.ViewResultAction
 
ViewResultAction.ViewResultActionType - Enum in com.suncode.pwfl.workflow.view
 
ViewResultColumn - Class in com.suncode.pwfl.workflow.view
 
ViewResultColumn() - Constructor for class com.suncode.pwfl.workflow.view.ViewResultColumn
 
ViewResultColumnValue - Class in com.suncode.pwfl.workflow.view
 
ViewResultColumnValue() - Constructor for class com.suncode.pwfl.workflow.view.ViewResultColumnValue
 
ViewResultRow - Class in com.suncode.pwfl.workflow.view
 
ViewResultRow() - Constructor for class com.suncode.pwfl.workflow.view.ViewResultRow
 
ViewService - Interface in com.suncode.pwfl.view
 
ViewTranslationDto - Class in com.suncode.pwfl.view.dto
 
ViewTranslationDto() - Constructor for class com.suncode.pwfl.view.dto.ViewTranslationDto
 

W

WebScripts - Interface in com.suncode.pwfl.web.ui
Component which allows to inject JavaScript script into given UIFragment.
WebScripts.Link - Class in com.suncode.pwfl.web.ui
 
WebScripts.UrlCacheParameter - Class in com.suncode.pwfl.web.ui
Class to handle cache parameters for fragments using in scripts url.
WfDocument - Class in com.suncode.pwfl.archive
Klasa reprezentuje dokument systemowy.
WfDocument() - Constructor for class com.suncode.pwfl.archive.WfDocument
 
WfFile - Class in com.suncode.pwfl.archive
Klasa przechowująca dane o dokumencie systemowym.
WfFile() - Constructor for class com.suncode.pwfl.archive.WfFile
 
WfFile(Long) - Constructor for class com.suncode.pwfl.archive.WfFile
 
WfFileDao - Interface in com.suncode.pwfl.archive
Umożliwia wykonywanie operacji na bazie danych dotyczących dokumentów systemowych.
WfFileVersion - Class in com.suncode.pwfl.archive
Klasa przechowująca dane o wersji dokumentu.
WfFileVersion() - Constructor for class com.suncode.pwfl.archive.WfFileVersion
 
WfFileVersion(WfFile) - Constructor for class com.suncode.pwfl.archive.WfFileVersion
 
WfFileVersion(WfFile, String) - Constructor for class com.suncode.pwfl.archive.WfFileVersion
 
WfFileVersion.State - Enum in com.suncode.pwfl.archive
 
WfFileVersionDao - Interface in com.suncode.pwfl.archive
Umożliwia wykonywanie operacji na bazie danych dotyczących wersji dokumentów.
WfParticipant - Class in com.suncode.pwfl.workflow.assignment
Obiekt do przechowywania podstawowych informacji o roli
WfParticipant() - Constructor for class com.suncode.pwfl.workflow.assignment.WfParticipant
 
WfParticipant(String, String) - Constructor for class com.suncode.pwfl.workflow.assignment.WfParticipant
 
WorkflowComponent - Class in com.suncode.pwfl.workflow.component
Base class for all workflow components.
WorkflowComponent(ComponentDefinition) - Constructor for class com.suncode.pwfl.workflow.component.WorkflowComponent
 
WorkflowComponent(String, String, LocalizedString, LocalizedString, Icon, List<Category>, List<ParameterDefinition<?>>, List<ContextVariable<?>>, LocalizedString) - Constructor for class com.suncode.pwfl.workflow.component.WorkflowComponent
 
WorkflowComponentRegistry - Interface in com.suncode.pwfl.workflow.component
Registry for workflow components.
WorkflowContext - Class in com.suncode.pwfl.workflow
Base class for workflow contexts i.e.
WorkflowContext(String, String) - Constructor for class com.suncode.pwfl.workflow.WorkflowContext
 
wrap(Object, ParameterDefinition<?>) - Static method in class com.suncode.pwfl.component.Argument
Wraps raw parameter value as argument.
wrap(Type<?>) - Static method in enum com.suncode.pwfl.core.type.BasicTypes
 
wrap(Throwable) - Static method in exception com.suncode.pwfl.SystemException
 
wrap(Throwable, Translator) - Static method in exception com.suncode.pwfl.SystemException
 
WrappedCheckedException - Exception in com.suncode.pwfl.support
Wyjątek RuntimeException, który może służyć do chwilowego wrappowania wyjątku checked Exception w miejscach, gdzie nie jest możliwe rzucanie takich wyjątków (np. klasy Anonymous).
WrappedCheckedException(Exception) - Constructor for exception com.suncode.pwfl.support.WrappedCheckedException
Tworzy wrapper podanego wyjątku.
write(int) - Method in class com.suncode.pwfl.util.logging.LoggerOutputStream
 
writeToStream(OutputStream) - Method in interface com.suncode.pwfl.administration.scheduledtask.file.OutputStreamConsumer
 

X

XpdlPackageValidationException - Exception in com.suncode.pwfl.xpdl.exception
KROTKI OPIS...
XpdlPackageValidationException(String) - Constructor for exception com.suncode.pwfl.xpdl.exception.XpdlPackageValidationException
 
XpdlService - Interface in com.suncode.pwfl.xpdl
Umozliwia zarzadzanie mapami procesu w postaci plikow xpdl
XpdlTableService - Interface in com.suncode.pwfl.xpdl.table
 
XpdlTranslationService - Interface in com.suncode.pwfl.xpdl
 

Y

YEAR_FORMAT - Static variable in class com.suncode.pwfl.util.constants.DateConstants
 
YEAR_MONTH_FORMAT - Static variable in class com.suncode.pwfl.util.constants.DateConstants
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

Copyright © 2023 Suncode. All rights reserved.