Package | Description |
---|---|
com.suncode.pwfl.administration.structure |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie stanowiskami i jednostkami organizacyjnymi.
|
com.suncode.pwfl.administration.substitution | |
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.archive |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
|
com.suncode.pwfl.audit | |
com.suncode.pwfl.datasource | |
com.suncode.pwfl.search.sql | |
com.suncode.pwfl.support | |
com.suncode.pwfl.util |
Pakiet zawiera zbiór elementów ułatwiających wykonywanie podstawowych operacji.
|
com.suncode.pwfl.workflow.activity |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie zadaniami.
|
com.suncode.pwfl.workflow.process |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami.
|
Modifier and Type | Method and Description |
---|---|
CountedResult<Position> |
PositionFinder.find(String positionName,
String positionSymbol,
String higherPositionName,
String ouName,
Integer start,
Integer limit,
Sorter sorter)
Umożliwia wyszukiwania stanowisk
|
CountedResult<OrganizationalUnit> |
OrganizationalUnitFinder.find(String ouName,
String ouSymbol,
String higherOuName,
String directorPositionName,
Integer start,
Integer limit,
Sorter sorter)
Funkcja umożliwjająca wyszukiwanie jednostek organizacyjnych
|
CountedResult<OrganizationalUnit> |
OrganizationalUnitFinder.find(String ouName,
String ouSymbol,
String higherOuName,
String higherOuSymbol,
String directorPositionName,
String directorPositionSymbol,
Integer start,
Integer limit,
Sorter sorter)
Funkcja umożliwjająca wyszukiwanie jednostek organizacyjnych
|
CountedResult<Position> |
PositionFinder.findByFilters(HibernateFilter filter,
Pagination pagination)
Umożliwia wyszukiwanie stanowisk na podstawie filtrów
|
CountedResult<Position> |
PositionFinder.findByHigherPositionSymbol(String positionName,
String positionSymbol,
String higherPositionSymbol,
String organizationalUnitSymbol,
Integer start,
Integer limit,
Sorter sorter)
Umożliwia wyszukiwania stanowisk
|
CountedResult<OrganizationalUnit> |
StructureService.getOrganizationalUnits(String organizationalUnitName,
String organizationalUnitSymbol,
String higherOrganizationalUnitName,
String higherOrganizationalUnitSymbol,
String directorPositionName,
String directorPositionSymbol)
Wyszukiwanie jednostek organizacyjnych
|
CountedResult<OrganizationalUnit> |
StructureService.getOrganizationalUnits(String organizationalUnitName,
String organizationalUnitSymbol,
String higherOrganizationalUnitName,
String higherOrganizationalUnitSymbol,
String directorPositionName,
String directorPositionSymbol,
Pagination pagination)
Wyszukiwanie jednostek organizacyjnych
|
CountedResult<Position> |
StructureService.getPositions(String name,
String symbol,
String higherPositionName,
String higherPositionSymbol,
String organizationalUnitName,
String organizationalUnitSymbol,
Long roleId,
String userId) |
CountedResult<Position> |
StructureService.getPositions(String name,
String symbol,
String higherPositionName,
String higherPositionSymbol,
String organizationalUnitName,
String organizationalUnitSymbol,
Long roleId,
String userId,
Pagination pagination) |
Modifier and Type | Method and Description |
---|---|
CountedResult<Substitution> |
SubstitutionFinder.findAll(org.joda.time.LocalDate fromDate,
Pagination pagination)
Metoda pobiera wszystkie zastępstwa w systemie, które są aktywne lub zakończone nie wcześniej niż podana data.
|
CountedResult<Substitution> |
SubstitutionFinder.findAllForUser(String userName,
org.joda.time.LocalDate fromDate,
Pagination pagination)
Metoda pobiera wszystkie zastępstwa w systemie dla użytkownika, które są aktywne lub zakończone nie wcześniej niż
podana data.
|
CountedResult<Substitution> |
SubstitutionFinder.findByFilters(HibernateFilter filters,
Pagination pagination)
Pobiera zastępstwa na podstawie zdefiniowanych filtrów.
|
CountedResult<Substitution> |
SubstitutionFinder.findSubstitutionsForUserOus(String userName,
org.joda.time.LocalDate fromDate,
boolean includeSubOus,
Pagination pagination)
Metoda wyszukuje zdefiniowane zastępstwa dla wszystkich użytkowników należących do tej samej jednostki
organizacyjnej, co podany użytkownik.
|
Modifier and Type | Method and Description |
---|---|
CountedResult<User> |
UserFinder.findByFilters(List<HibernateFilter> filters,
UserSorter sorter,
int start,
int limit)
Pobiera użytkowników na podstawie zdefiniowanych filtrów.
|
CountedResult<User> |
UserFinder.findByGroups(List<String> groups,
Sorter sorter,
int start,
int limit)
Pobiera wyszukuje użytkowników należących do podanych grup
|
Modifier and Type | Method and Description |
---|---|
CountedResult<DocumentClassIndex> |
DocumentClassIndexFinder.findByDocumentClass(Long docClassId,
Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera stronnicowaną listę przetłumaczonych indeksów klasy dokumentów
|
CountedResult<DocumentClassIndex> |
DocumentClassIndexFinder.findByDocumentClass(Long docClassId,
Locale locale,
Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera stronnicowaną listę przetłumaczonych we wskazanym jęzku indeksów klasy dokumentów
|
CountedResult<WfFile> |
FileFinder.findByDocumentClassName(String documentClassName,
Integer start,
Integer limit)
Pobiera wszystkie pliki z podanej klasy dokumentów
|
CountedResult<WfDocument> |
DocumentFinder.findByIndexes(Long documentClassId,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins)
Wyszukuje dokumenty o podanych parametrach.
|
CountedResult<WfDocument> |
DocumentFinder.findByIndexes(Long documentClassId,
Map<Long,Object> indexes,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins)
Wyszukuje dokumenty o podanych indeksach
|
CountedResult<WfFile> |
FileFinder.findByIndexesCounted(Map<Long,Object> indexes,
Long documentClassId,
Integer start,
Integer limit)
Wyszukuje dokumenty o podanych indeksach
|
CountedResult<WfDocument> |
DocumentFinder.findByIndexesForUser(String username,
Long documentClassId,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins)
Wyszukuje dokumenty o podanych parametrach.
|
CountedResult<WfDocument> |
DocumentFinder.findByIndexesForUser(String username,
Long documentClassId,
Map<Long,Object> indexes,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins)
Wyszukuje dokumenty o podanych parametrach.
|
CountedResult<DocumentClass> |
DocumentClassService.getAll(Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera stronnicowaną listę przetłumaczonych klas dokumentów
|
CountedResult<DocumentClass> |
DocumentClassService.getAll(Locale locale,
Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera stronnicowaną listę przetłumaczonych we wskazanym języku klas dokumentów
|
CountedResult<WfDocument> |
DocumentClassAssociationService.getAssociatedDocumentsFromClass(Long documentClassId,
Long documentId,
Long childDocumentClassId,
Integer start,
Integer limit,
String sort,
String dir,
String userName)
Pobiera listę dokumentów powiązanych należących do klasy przekazanej w parametrze
childDocumentClassId |
Modifier and Type | Method and Description |
---|---|
CountedResult<AuditDto> |
AuditFinder.getAudits(LocalDateTime auditStart,
LocalDateTime auditStop,
Integer start,
Integer limit,
AuditSortProperty auditSortProperty,
SortDirection sortDirection)
Pobiera audyty w podanym przedziale czasowym
|
CountedResult<AuditDto> |
AuditFinder.getAuditsByCategories(List<AuditCategories> auditCategories,
LocalDateTime auditStart,
LocalDateTime auditStop,
Integer start,
Integer limit,
AuditSortProperty auditSortProperty,
SortDirection sortDirection)
Pobiera audyty danej kategorii w podanym przedziale czasowym
|
CountedResult<AuditDto> |
AuditFinder.getAuditsByTypes(List<AuditTypes> auditTypes,
LocalDateTime auditStart,
LocalDateTime auditStop,
Integer start,
Integer limit,
AuditSortProperty auditSortProperty,
SortDirection sortDirection)
Pobiera audyty danego typu w podanym przedziale czasowym
|
Modifier and Type | Method and Description |
---|---|
CountedResult<Map<String,Object>> |
AbstractDataSourceInstance.execute(Map<String,String> parameters,
Map<String,String> filters,
Pagination pagination) |
CountedResult<Map<String,Object>> |
DataSourceInstance.execute(Map<String,String> parameters,
Map<String,String> filters,
Pagination pagination) |
CountedResult<Map<String,Object>> |
AbstractDataSourceInstance.execute(Map<String,String> parameters,
Pagination pagination) |
CountedResult<Map<String,Object>> |
DataSourceInstance.execute(Map<String,String> parameters,
Pagination pagination) |
CountedResult<Map<String,Object>> |
AbstractDataSourceInstance.getCountedData(Map<String,String> parameters,
Map<String,String> filters,
Pagination pagination)
Deprecated.
|
CountedResult<Map<String,Object>> |
DataSourceInstance.getCountedData(Map<String,String> parameters,
Map<String,String> filters,
Pagination pagination)
Deprecated.
|
CountedResult<Map<String,Object>> |
AbstractDataSourceInstance.getCountedData(Map<String,String> parameters,
Pagination pagination)
Deprecated.
|
CountedResult<Map<String,Object>> |
DataSourceInstance.getCountedData(Map<String,String> parameters,
Pagination pagination)
Deprecated.
|
CountedResult<DataSourceDeclaration> |
DataSourceService.getDeclarations(HibernateFilter filters,
Pagination pagination)
Returns all declarations from database.
|
CountedResult<DataSourceDeclaration> |
DataSourceService.getDeclarations(Pagination pagination)
Returns all declarations from database.
|
Modifier and Type | Method and Description |
---|---|
<T> CountedResult<T> |
SQLFinder.find(SQLBuilder builder,
Class<T> type,
Integer start,
Integer limit)
Wykonuje zdefiniowane zapytanie i pobiera wyniki z podanymi ograniczeniami.
|
CountedResult<Map<String,Object>> |
SQLFinder.find(SQLBuilder builder,
Integer start,
Integer limit)
Wykonuje zdefiniowane zapytanie i pobiera wyniki z podanymi ograniczeniami.
|
Modifier and Type | Method and Description |
---|---|
CountedResult<T> |
BaseFinder.getCountedResult(org.hibernate.criterion.DetachedCriteria dc,
Pagination pagination)
Wyszukuje obiekty na podstawie zdefiniowanych parametrów.
|
CountedResult<T> |
BaseFinder.getCountedResult(org.hibernate.criterion.DetachedCriteria dc,
Sorter sorter,
Integer start,
Integer limit)
Wyszukuje obiekty na podstawie zdefiniowanych parametrów.
|
Modifier and Type | Method and Description |
---|---|
CountedResult<T> |
BaseFinderImpl.getCountedResult(org.hibernate.criterion.DetachedCriteria dc,
Pagination pagination) |
CountedResult<T> |
BaseFinderImpl.getCountedResult(org.hibernate.criterion.DetachedCriteria dc,
Sorter sorter,
Integer start,
Integer limit) |
Modifier and Type | Method and Description |
---|---|
CountedResult<Activity> |
ActivityFinder.findActivitiesAssignedToUser(String userName,
Integer start,
Integer limit,
String... joins)
Pobiera zadania przypisane do użytkownika
|
CountedResult<UserActivity> |
ActivityFinder.findActivitiesAssignedToUserForProcessDefinitions(String userName,
List<ActivityState> activityStates,
List<String> processDefinitionIds,
Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera zadania przypisane do użytkownika, należące do podanych typów procesów oraz w podanych statusach
|
CountedResult<Activity> |
ActivityFinder.findActivitiesExecutedByUser(String userName,
Integer start,
Integer limit,
String... joins)
Pobiera zadania wykonane przez użytkownika
|
CountedResult<UserActivity> |
ActivityFinder.findActivitiesInSubstitutionForUserForProcessDefinitions(String userName,
List<ActivityState> activityStates,
List<String> processDefinitionIds,
Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera zadania użytkownika w zastępstwie, należące do podanych typów procesów oraz w podanych statusach
|
CountedResult<UserActivity> |
ActivityFinder.findActivitiesWithExceededDeadlineAssignedToUserForProcessDefinitions(String userName,
List<ActivityState> activityStates,
List<String> processDefinitionIds,
Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera przeterminowane zadania przypisane do użytkownika, należące do podanych typów procesów oraz w podanych statusach
|
CountedResult<Activity> |
ActivityFinder.findMobileActivitiesForUser(String userName,
Integer start,
Integer limit)
Pobiera zadania przypisane do użytkownika, które są zgodne z aplikacją mobilną.
|
CountedResult<UserActivity> |
ActivityService.getActivitiesInSubstitutionAssignedToUser(String userName,
List<String> processDefinitionIds,
Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera stronnicowane zadania w zastępstwie danego użytkownika, należące do podanych typów procesów.
|
CountedResult<UserActivity> |
ActivityService.getOpenActivitiesAssignedToUser(String userName,
List<String> processDefinitionIds,
Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera stronnicowane otwarte zadania dla danego użytkownika, należące do podanych typów procesów.
|
CountedResult<UserActivity> |
ActivityService.getOpenActivitiesWithExceededDeadlineAssignedToUser(String userName,
List<String> processDefinitionIds,
Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera stronnicowane przeterminowane zadania danego użytkownika, należące do podanych typów procesów.
|
CountedResult<UserActivity> |
ActivityService.getRunningActivitiesAssignedToUser(String userName,
List<String> processDefinitionIds,
Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera stronnicowane uruchomione zadania dla danego użytkownika, należące do podanych typów procesów.
|
CountedResult<UserActivity> |
ActivityService.getWaitingToStartActivitiesAssignedToUser(String userName,
List<String> processDefinitionIds,
Integer start,
Integer limit,
String sortBy,
SortDirection sortDirection)
Pobiera stronnicowane oczekujące na uruchomienie zadania dla danego użytkownika, należące do podanych typów procesów.
|
Modifier and Type | Method and Description |
---|---|
CountedResult<Process> |
ProcessFinder.findByIndexes(String processDefId,
List<IndexFilter> indexFilters,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins) |
CountedResult<Process> |
ProcessFinder.findByIndexes(String processDefId,
Map<String,Object> indexes,
List<Sorter> sorters,
Integer start,
Integer limit,
String... joins) |
Copyright © 2023 Suncode. All rights reserved.