|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Deployment
represents an existing deployment in the repository.
| Field Summary | |
|---|---|
static java.lang.String |
STATE_ACTIVE
normal deployments for which contained process definitions can be executed. |
static java.lang.String |
STATE_SUSPENDED
invisible for all operations except delete or resume. |
| Method Summary | |
|---|---|
java.lang.String |
getId()
unique identification of this deployment that is used as a reference in the service methods |
java.lang.String |
getName()
typically correspond to the file name or url or some other form of identifying the source archive file for this deployment. |
java.lang.String |
getState()
STATE_ACTIVE or STATE_SUSPENDED |
long |
getTimestamp()
the timestamp can optionally be given and represents the last updated timestamp of the archive file that is being deployed. |
| Field Detail |
|---|
static final java.lang.String STATE_ACTIVE
static final java.lang.String STATE_SUSPENDED
| Method Detail |
|---|
java.lang.String getId()
java.lang.String getName()
long getTimestamp()
java.lang.String getState()
STATE_ACTIVE or STATE_SUSPENDED
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||