Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.versioning
Class DefaultVersioningRuleDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.versioning.DefaultVersioningRuleDescriptor
All Implemented Interfaces:
Serializable

public class DefaultVersioningRuleDescriptor
extends Object
implements Serializable

Descriptor to contribute default versioning rule for all document types.*

Since:
5.4.2
Author:
Laurent Doguin
See Also:
Serialized Form

Field Summary
 InitialStateDescriptor initialState
           
 Map<String,SaveOptionsDescriptor> options
           
 
Constructor Summary
DefaultVersioningRuleDescriptor()
           
 
Method Summary
 InitialStateDescriptor getInitialState()
           
 Map<String,SaveOptionsDescriptor> getOptions()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

options

public Map<String,SaveOptionsDescriptor> options

initialState

public InitialStateDescriptor initialState
Constructor Detail

DefaultVersioningRuleDescriptor

public DefaultVersioningRuleDescriptor()
Method Detail

getOptions

public Map<String,SaveOptionsDescriptor> getOptions()

getInitialState

public InitialStateDescriptor getInitialState()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.