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() |
Date |
getLimitTime() |
String |
getName() |
Long |
getObjectId() |
Long |
getObjectVersion() |
ProcessDefinition |
getProcessDefinition() |
String |
getProcessId() |
String |
getRawDescription() |
String |
getRawName() |
String |
getResourceRequesterId() |
Date |
getStartedTime() |
ProcessState |
getState() |
boolean |
isIndexLoaded() |
static final String JOIN_PROCESS_DEFINITION
String getProcessId()
String getName()
String getRawName()
String getDescription()
String getRawDescription()
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()
Date getLimitTime()
Long getObjectId()
Long getObjectVersion()
String getResourceRequesterId()
Copyright © 2025 Suncode. All rights reserved.