public class CreateOperations extends Object
CatalogFrameworkImpl
.
This class contains two delegated methods and methods to support them. No operations/support methods should be added to this class except in support of CFI create operations.
Constructor and Description |
---|
CreateOperations(FrameworkProperties frameworkProperties,
QueryOperations queryOperations,
SourceOperations sourceOperations,
OperationsSecuritySupport opsSecuritySupport,
OperationsMetacardSupport opsMetacardSupport,
OperationsCatalogStoreSupport opsCatStoreSupport,
OperationsStorageSupport opsStorageSupport) |
Modifier and Type | Method and Description |
---|---|
CreateResponse |
create(CreateRequest createRequest) |
CreateResponse |
create(CreateStorageRequest streamCreateRequest,
List<String> fanoutTagBlacklist) |
public CreateOperations(FrameworkProperties frameworkProperties, QueryOperations queryOperations, SourceOperations sourceOperations, OperationsSecuritySupport opsSecuritySupport, OperationsMetacardSupport opsMetacardSupport, OperationsCatalogStoreSupport opsCatStoreSupport, OperationsStorageSupport opsStorageSupport)
public CreateResponse create(CreateRequest createRequest) throws IngestException, SourceUnavailableException
public CreateResponse create(CreateStorageRequest streamCreateRequest, List<String> fanoutTagBlacklist) throws IngestException, SourceUnavailableException
This work is licensed under a Creative Commons Attribution 4.0 International License.