Uses of Class
org.kie.server.controller.api.model.spec.ServerTemplateKey
-
Packages that use ServerTemplateKey Package Description org.kie.server.controller.api.model.spec org.kie.server.controller.api.storage -
-
Uses of ServerTemplateKey in org.kie.server.controller.api.model.spec
Subclasses of ServerTemplateKey in org.kie.server.controller.api.model.spec Modifier and Type Class Description classServerTemplateMethods in org.kie.server.controller.api.model.spec that return ServerTemplateKey Modifier and Type Method Description ServerTemplateKeyContainerSpecKey. getServerTemplateKey()ServerTemplateKey[]ServerTemplateKeyList. getServerTemplates()Methods in org.kie.server.controller.api.model.spec with parameters of type ServerTemplateKey Modifier and Type Method Description booleanServerTemplate. hasMatchingId(ServerTemplateKey serverTemplateKey)voidContainerSpecKey. setServerTemplateKey(ServerTemplateKey serverTemplateKey)voidServerTemplateKeyList. setServerTemplates(ServerTemplateKey[] KieServerInstances)Constructors in org.kie.server.controller.api.model.spec with parameters of type ServerTemplateKey Constructor Description ContainerSpec(String id, String containerName, ServerTemplateKey serverTemplateKey, org.kie.server.api.model.ReleaseId releasedId, org.kie.server.api.model.KieContainerStatus status, Map<Capability,ContainerConfig> configs)ContainerSpecKey(String id, String containerName, ServerTemplateKey serverTemplateKey)ServerTemplateKeyList(ServerTemplateKey[] serverTemplates)Constructor parameters in org.kie.server.controller.api.model.spec with type arguments of type ServerTemplateKey Constructor Description ServerTemplateKeyList(Collection<ServerTemplateKey> serverTemplates) -
Uses of ServerTemplateKey in org.kie.server.controller.api.storage
Methods in org.kie.server.controller.api.storage that return types with arguments of type ServerTemplateKey Modifier and Type Method Description List<ServerTemplateKey>KieServerTemplateStorage. loadKeys()Load all known ServerTemplates
-