Package org.nuxeo.runtime.migration
Class MigrationDescriptor.MigrationStepDescriptor
java.lang.Object
org.nuxeo.runtime.migration.MigrationDescriptor.MigrationStepDescriptor
- All Implemented Interfaces:
Descriptor
- Enclosing class:
- MigrationDescriptor
public static class MigrationDescriptor.MigrationStepDescriptor
extends Object
implements Descriptor
-
Field Summary
Modifier and TypeFieldDescriptionFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
The descriptor id, descriptors with same id are merged.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove, merge
-
Field Details
-
id
-
fromState
-
toState
-
descriptionLabel
-
description
-
-
Constructor Details
-
MigrationStepDescriptor
public MigrationStepDescriptor()
-
-
Method Details
-
getId
Description copied from interface:Descriptor
The descriptor id, descriptors with same id are merged.To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden
toString()
for exemple.- Specified by:
getId
in interfaceDescriptor
-
getFromState
-
getToState
-
getDescriptionLabel
-
getDescription
-