| Package | Description |
|---|---|
| com.plusmpm.util.documents | |
| com.suncode.pwfl.archive |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie archiwum systemowym.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentEventTypes |
DocumentEventTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentEventTypes[] |
DocumentEventTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentClassActionService.executeArchiveActions(WfDocument document,
DocumentEventTypes type)
Wykonuje akcje związane z archiwum na klasie dokumentów
|
void |
DocumentClassActionService.executeProcessActions(WfDocument document,
DocumentEventTypes type,
String processId,
String activityId)
Wykonuje akcje związane z procesem na klasie dokumentów
|
List<DocumentClassAction> |
DocumentClassActionFinder.findByType(Long docClassId,
DocumentEventTypes eventType)
Pobiera akcje na klasie dokumentów o podanym typie
|
List<DocumentClassAction> |
DocumentClassActionFinder.findDocumentClassActionByProcessDefId(String procDefId,
DocumentEventTypes eventType)
Pobiera akcje na klasach dokumentów, które są zdefiniowane na procesie o podanym id,
oraz są akcjami podanego typu.
|
String |
DocumentClassAction.getSourceName(DocumentEventTypes eventType) |
void |
DocumentClassAction.setSource(DocumentEventTypes type) |
Copyright © 2015 Suncode. All rights reserved.