| Package | Description | 
|---|---|
| com.suncode.pwfl.archive | Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym. | 
| com.suncode.pwfl.workflow.process | Pakiet zawiera zbiór elementów umożliwiających zarządzanie procesami. | 
| Modifier and Type | Method and Description | 
|---|---|
| DocumentClass | WfFile. getDocumentClass() | 
| DocumentClass | DocumentProtection. getDocumentClass() | 
| DocumentClass | LinkConnection. getDocumentClass() | 
| DocumentClass | DocumentClassService. getDocumentClass(String name,
                String... joins)Pobiera obiekt klasy dokumentów | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<DocumentClass> | Directory. getDocClasses() | 
| List<DocumentClass> | DocumentClassService. getDocumentClassesForProcess(String processDefId)Pobiera klasy dokumentów przypisane do procesu | 
| List<DocumentClass> | DocumentClassService. getDocumentClassesForUser(String userName)Pobiera listę klas dokumentów do których podany użytkownik może dodawać dokumenty | 
| List<DocumentClass> | DocumentClassService. 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) | 
| List<DocumentClass> | 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) | 
| List<DocumentClass> | DocumentClassService. getDocumentClassesForUserAndProcess(String userName,
                                   String processDefId)Pobiera listę klas dokumentów do których użytkownik może dodawać dokument w konkretnym procesie | 
| List<DocumentClass> | DocumentClassService. 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 procesie | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DocumentClassService. createDocumentClass(DocumentClass dc)Zapisuje klasa dokumentów w bazie danych. | 
| void | WfFile. setDocumentClass(DocumentClass documentClass) | 
| void | DocumentProtection. setDocumentClass(DocumentClass docClass) | 
| void | LinkConnection. setDocumentClass(DocumentClass documentClass) | 
| void | DocumentClassService. updateDocumentClass(DocumentClass dc)Modyfikuje klasę dokumentów | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Directory. setDocClasses(Set<DocumentClass> docClasses) | 
| Modifier and Type | Method and Description | 
|---|---|
| ProcessDocumentClass | ProcessService. addDocClassToProcess(String processDefId,
                    DocumentClass docClass)Dodaje klasę dokumentu, która będzie dostępna w procesie | 
Copyright © 2019 Suncode. All rights reserved.