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