@Service @Transactional public class ProcessDocumentHelperImpl extends Object implements ProcessDocumentHelper
| Constructor and Description |
|---|
ProcessDocumentHelperImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected List<WfDocument> |
convertFilesToDocuments(List<WfFile> files) |
List<WfDocument> |
getDocumentsAttachedInActivity(String processId,
String activityId,
Boolean onlyAddedHere,
String... joins)
Pobiera dokumenty podłączone do procesu w konkretnym zadaniu.
|
List<WfDocument> |
getDocumentsAttachedInStage(String processId,
String activityDefId,
String... joins)
Pobiera dokumenty podłączone do procesu na konkretnym etapie.
|
public List<WfDocument> getDocumentsAttachedInStage(String processId, String activityDefId, String... joins)
ProcessDocumentHelpergetDocumentsAttachedInStage in interface ProcessDocumentHelperprocessId - Id procesuactivityDefId - Id definicji zadania(etapu)joins - Pozwala dołączyć dodatakowe elementyprotected List<WfDocument> convertFilesToDocuments(List<WfFile> files)
public List<WfDocument> getDocumentsAttachedInActivity(String processId, String activityId, Boolean onlyAddedHere, String... joins)
ProcessDocumentHelpergetDocumentsAttachedInActivity in interface ProcessDocumentHelperprocessId - Id procesuactivityId - Id zadaniaonlyAddedHere - czy tylko dodane dokładnie w tym zadaniujoins - Pozwala dołączyć dodatakowe elementyCopyright © 2019 Suncode. All rights reserved.