@PublicApi
public interface GeneratorManager
Modifier and Type | Method and Description |
---|---|
long |
createGenerator(String moduleKey,
Map<String,Object> parameters,
Long owningStructure) |
long |
createTransientGenerator(String moduleKey,
Map<String,Object> parameters) |
void |
deleteGenerator(long id) |
GeneratorSpec |
getGenerator(long id) |
void |
updateGenerator(long id,
String moduleKey,
Map<String,Object> parameters,
Long owningStructure) |
long createGenerator(@NotNull String moduleKey, @Nullable Map<String,Object> parameters, @Nullable Long owningStructure) throws StructureException
StructureException
long createTransientGenerator(@NotNull String moduleKey, @Nullable Map<String,Object> parameters) throws StructureException
StructureException
void updateGenerator(long id, @NotNull String moduleKey, @Nullable Map<String,Object> parameters, @Nullable Long owningStructure) throws StructureException
StructureException
void deleteGenerator(long id) throws StructureException
StructureException
@NotNull GeneratorSpec getGenerator(long id) throws StructureException
StructureException
Copyright © 2023 ALM Works. All Rights Reserved.