public static class MigrationDescriptor.MigrationStepDescriptor extends Object implements Descriptor
| Modifier and Type | Field and Description |
|---|---|
String |
description |
String |
descriptionLabel |
String |
fromState |
String |
id |
String |
toState |
UNIQUE_DESCRIPTOR_ID| Constructor and Description |
|---|
MigrationStepDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDescriptionLabel() |
String |
getFromState() |
String |
getId()
The descriptor id, descriptors with same id are merged.
|
String |
getToState() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoesRemove, mergepublic String descriptionLabel
public String description
public MigrationStepDescriptor()
public String getId()
DescriptorTo forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden toString() for exemple.
getId in interface Descriptorpublic String getFromState()
public String getToState()
public String getDescriptionLabel()
public String getDescription()
Copyright © 2019 Nuxeo. All rights reserved.