@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
StructureExceptionlong createTransientGenerator(@NotNull
                              String moduleKey,
                              @Nullable
                              Map<String,Object> parameters)
                       throws StructureException
StructureExceptionvoid updateGenerator(long id,
                     @NotNull
                     String moduleKey,
                     @Nullable
                     Map<String,Object> parameters,
                     @Nullable
                     Long owningStructure)
              throws StructureException
StructureExceptionvoid deleteGenerator(long id)
              throws StructureException
StructureException@NotNull GeneratorSpec getGenerator(long id) throws StructureException
StructureExceptionCopyright © 2020 ALM Works. All Rights Reserved.