@Portable public class MigrationResult extends Object
| Constructor and Description |
|---|
MigrationResult(org.uberfire.backend.vfs.Path path) |
MigrationResult(org.uberfire.backend.vfs.Path path,
BPMNDiagramEditorService.ServiceError error) |
| Modifier and Type | Method and Description |
|---|---|
BPMNDiagramEditorService.ServiceError |
getError() |
org.uberfire.backend.vfs.Path |
getPath() |
boolean |
hasError() |
public MigrationResult(org.uberfire.backend.vfs.Path path,
BPMNDiagramEditorService.ServiceError error)
public MigrationResult(org.uberfire.backend.vfs.Path path)
public org.uberfire.backend.vfs.Path getPath()
public BPMNDiagramEditorService.ServiceError getError()
public boolean hasError()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.