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
Fields Modifier and Type Field Description String
description
String
descriptionLabel
String
fromState
String
id
String
toState
-
Fields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
-
Constructor Summary
Constructors Constructor Description MigrationStepDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getDescriptionLabel()
String
getFromState()
String
getId()
The descriptor id, descriptors with same id are merged.String
getToState()
-
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 Detail
-
descriptionLabel
public String descriptionLabel
-
description
public String description
-
-
Constructor Detail
-
MigrationStepDescriptor
public MigrationStepDescriptor()
-
-
Method Detail
-
getId
public String 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
public String getFromState()
-
getToState
public String getToState()
-
getDescriptionLabel
public String getDescriptionLabel()
-
getDescription
public String getDescription()
-
-