|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChangeType | |
|---|---|
| org.xcmis.spi.model | |
| Uses of ChangeType in org.xcmis.spi.model |
|---|
| Methods in org.xcmis.spi.model that return ChangeType | |
|---|---|
static ChangeType |
ChangeType.fromValue(String value)
|
ChangeType |
ChangeInfo.getChangeType()
|
ChangeType |
ChangeEvent.getType()
|
static ChangeType |
ChangeType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ChangeType[] |
ChangeType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.xcmis.spi.model with parameters of type ChangeType | |
|---|---|
void |
ChangeInfo.setChangeType(ChangeType changeType)
Set type of change. |
| Constructors in org.xcmis.spi.model with parameters of type ChangeType | |
|---|---|
ChangeEvent(String logToken,
String objectId,
ChangeType changeType,
Calendar date)
|
|
ChangeEvent(String logToken,
String objectId,
ChangeType changeType,
Calendar date,
List<Property<?>> properties)
Deprecated. |
|
ChangeEvent(String logToken,
String objectId,
ChangeType changeType,
Calendar date,
List<Property<?>> properties,
Set<String> policiesId,
List<AccessControlEntry> acl)
Create change event. |
|
ChangeInfo(Calendar changeTime,
ChangeType changeType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||