Package | Description |
---|---|
com.streamscape.sdo.advisory | |
com.streamscape.sdo.enums |
Modifier and Type | Method and Description |
---|---|
ArtifactState |
RepositoryArtifactStateChangeAdvisory.getState() |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryArtifactStateChangeAdvisory.setState(ArtifactState state) |
Modifier and Type | Field and Description |
---|---|
static ArtifactState |
ArtifactState.CHANGED |
static ArtifactState |
ArtifactState.CREATED
Artifact Created.
|
static ArtifactState |
ArtifactState.DESTROYED
Artifact Destroyed.
|
static ArtifactState |
ArtifactState.EXPORTED
Artifact Exported.
|
static ArtifactState |
ArtifactState.IMPORTED
Artifact Imported.
|
static ArtifactState |
ArtifactState.LEASE_EXTENDED
Lease for entity was extended.
|
static ArtifactState |
ArtifactState.LOCKED
Artifact Locked (in terms of filesystem).
|
static ArtifactState |
ArtifactState.LOCKED_FOR_MODIFY
Modification lock was set for entity.
|
static ArtifactState |
ArtifactState.NOT_EXISTS
Entity is not found on filesystem => removing it from owners table (during sync operation).
|
static ArtifactState |
ArtifactState.NOT_IN_CACHE
Entity is missed in the cache.
|
static ArtifactState |
ArtifactState.OWNER_CHANGED
Entity owner was updated.
|
static ArtifactState |
ArtifactState.RECOVER_GROUPS_TABLE |
static ArtifactState |
ArtifactState.RECOVER_INVALID_MODIFICATION
Entity was modified outside of runtime.
|
static ArtifactState |
ArtifactState.RECOVER_MANAGED_NODES_TABLE |
static ArtifactState |
ArtifactState.RECOVER_ORGANIZATIONS_TABLE |
static ArtifactState |
ArtifactState.RECOVER_OWNER_MISMATCH
Entity owner does not equal to current use.
|
static ArtifactState |
ArtifactState.RECOVER_OWNERS_TABLE
System tables was recreated.
|
static ArtifactState |
ArtifactState.RECOVER_SERIAL_SCHEMAS_TABLE |
static ArtifactState |
ArtifactState.RECOVER_USERS_TABLE |
static ArtifactState |
ArtifactState.SHARE_VIOLATION
Artifact or context directory on file system is in use and could not be deleted.
|
static ArtifactState |
ArtifactState.TO_JUNK
Entity was moved to junk.
|
static ArtifactState |
ArtifactState.UNLOCKED
Artifact Unlocked (in terms of filesystem).
|
static ArtifactState |
ArtifactState.UNLOCKED_FOR_MODIFY
Modification lock was cleared for entity.
|
static ArtifactState |
ArtifactState.UPDATED
Artifact Updated.
|
Modifier and Type | Method and Description |
---|---|
static ArtifactState |
ArtifactState.valueOf(java.lang.String name) |
static ArtifactState[] |
ArtifactState.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.