public class VersioningRuleDescriptor extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected Boolean |
enabled |
InitialStateDescriptor |
initialState |
Map<String,SaveOptionsDescriptor> |
options |
protected String |
typeName |
Constructor and Description |
---|
VersioningRuleDescriptor()
Empty constructor.
|
VersioningRuleDescriptor(VersioningRuleDescriptor other)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
InitialStateDescriptor |
getInitialState() |
Map<String,SaveOptionsDescriptor> |
getOptions() |
String |
getTypeName() |
boolean |
isEnabled() |
void |
merge(VersioningRuleDescriptor other) |
public Map<String,SaveOptionsDescriptor> options
public InitialStateDescriptor initialState
public VersioningRuleDescriptor()
public VersioningRuleDescriptor(VersioningRuleDescriptor other)
public boolean isEnabled()
public String getTypeName()
public Map<String,SaveOptionsDescriptor> getOptions()
public InitialStateDescriptor getInitialState()
public void merge(VersioningRuleDescriptor other)
Copyright © 2015 Nuxeo SA. All rights reserved.