Package | Description |
---|---|
com.hp.ucmdb.api.topology |
This package contains services for defining and running TQL queries and processing the results.
|
Modifier and Type | Method and Description |
---|---|
static CreateGracefullyMode |
CreateGracefullyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateGracefullyMode[] |
CreateGracefullyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateStatus |
TopologyUpdateService.createGracefully(TopologyModificationData modificationData,
CreateGracefullyMode mode)
Similar to
TopologyUpdateService.create(TopologyModificationData, CreateMode) , except that on failure, instead of throwing an
exception, the given modificationData is split to smaller chunks that are processed individually. |
Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.