public interface Process
Modifier and Type | Field and Description |
---|---|
static String |
JOIN_PROCESS_DEFINITION
Pozwala dołączyć definicję procesu
|
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedTime() |
String |
getDescription() |
IndexInfo |
getIndex(String id)
Wywołanie metody gdy indeksy nie są załadowane rzuci wyjątek
|
Object |
getIndexValue(String id)
Wywołanie metody gdy indeksy nie są załadowane rzuci wyjątek
|
Date |
getLastStateTime() |
String |
getName() |
Long |
getObjectId() |
ProcessDefinition |
getProcessDefinition() |
String |
getProcessId() |
Date |
getStartedTime() |
ProcessState |
getState() |
boolean |
isIndexLoaded() |
static final String JOIN_PROCESS_DEFINITION
String getProcessId()
String getName()
String getDescription()
ProcessState getState()
ProcessDefinition getProcessDefinition()
boolean isIndexLoaded()
IndexInfo getIndex(String id)
id
- Id zmiennej procesuObject getIndexValue(String id)
id
- Id zmiennej procesuDate getCreatedTime()
Date getStartedTime()
Date getLastStateTime()
Long getObjectId()
Copyright © 2019 Suncode. All rights reserved.