Uses of Class
com.suncode.pwfl.archive.DocumentClass
Packages that use DocumentClass
Package
Description
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami.
-
Uses of DocumentClass in com.suncode.pwfl.archive
Methods in com.suncode.pwfl.archive that return DocumentClassModifier and TypeMethodDescriptionDocumentClassService.getDocumentClass
(String name, String... joins) Pobiera obiekt klasy dokumentówDocumentProtection.getDocumentClass()
WfFile.getDocumentClass()
Methods in com.suncode.pwfl.archive that return types with arguments of type DocumentClassModifier and TypeMethodDescriptionDocumentClassService.getAll
(Integer start, Integer limit, String sortBy, SortDirection sortDirection) Pobiera stronnicowaną listę przetłumaczonych klas dokumentówDocumentClassService.getAll
(Locale locale, Integer start, Integer limit, String sortBy, SortDirection sortDirection) Pobiera stronnicowaną listę przetłumaczonych we wskazanym języku klas dokumentówDirectory.getDocClasses()
DocumentClassService.getDocumentClassesForProcess
(String processDefId) Pobiera klasy dokumentów przypisane do procesuDocumentClassService.getDocumentClassesForUser
(String userName) Pobiera listę klas dokumentów do których podany użytkownik może dodawać dokumentyDocumentClassService.getDocumentClassesForUser
(String userName, boolean withAddingRight) 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)DocumentClassService.getDocumentClassesForUser
(String userName, DocumentUploadSource uploadSource) Pobiera listę klas dokumentów do których użytkownik może dodawać dokumentu na konkretnym poziomie (archiwum lub proces)DocumentClassService.getDocumentClassesForUserAndProcess
(String userName, String processDefId) Pobiera listę klas dokumentów do których użytkownik może dodawać dokument w konkretnym procesieDocumentClassService.getDocumentClassesForUserAndProcess
(String userName, String processDefId, boolean withAddingRight) 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 procesieMethods in com.suncode.pwfl.archive with parameters of type DocumentClassModifier and TypeMethodDescriptionvoid
DocumentClassService.createDocumentClass
(DocumentClass dc) Zapisuje klasa dokumentów w bazie danych.boolean
DocumentClassService.hasRightsToReadDocumentClass
(String username, DocumentClass documentClass) Sprawdza, czy użytkownika ma uprawnienia do odczytu klasy dokumentówvoid
DocumentProtection.setDocumentClass
(DocumentClass docClass) void
WfFile.setDocumentClass
(DocumentClass documentClass) void
DocumentClassService.updateDocumentClass
(DocumentClass dc) Modyfikuje klasę dokumentówMethod parameters in com.suncode.pwfl.archive with type arguments of type DocumentClass -
Uses of DocumentClass in com.suncode.pwfl.workflow.process
Methods in com.suncode.pwfl.workflow.process with parameters of type DocumentClassModifier and TypeMethodDescriptionProcessService.addDocClassToProcess
(String processDefId, DocumentClass docClass) Dodaje klasę dokumentu, która będzie dostępna w procesie