Uses of Class
org.kie.server.controller.api.model.runtime.ServerInstanceKey
-
Packages that use ServerInstanceKey Package Description org.kie.server.controller.api org.kie.server.controller.api.model.runtime org.kie.server.controller.api.model.spec org.kie.server.controller.api.service -
-
Uses of ServerInstanceKey in org.kie.server.controller.api
Methods in org.kie.server.controller.api that return ServerInstanceKey Modifier and Type Method Description static ServerInstanceKeyModelFactory. newServerInstanceKey(String serverTemplateId, String url) -
Uses of ServerInstanceKey in org.kie.server.controller.api.model.runtime
Subclasses of ServerInstanceKey in org.kie.server.controller.api.model.runtime Modifier and Type Class Description classServerInstanceMethods in org.kie.server.controller.api.model.runtime that return ServerInstanceKey Modifier and Type Method Description ServerInstanceKeyContainer. getServerInstanceKey()ServerInstanceKey[]ServerInstanceKeyList. getServerInstanceKeys()Methods in org.kie.server.controller.api.model.runtime with parameters of type ServerInstanceKey Modifier and Type Method Description voidServerInstanceKeyList. setServerInstanceKeys(ServerInstanceKey[] serverInstanceKeys)Constructors in org.kie.server.controller.api.model.runtime with parameters of type ServerInstanceKey Constructor Description Container(String containerSpecId, String containerName, ServerInstanceKey serverInstanceKey, Collection<org.kie.server.api.model.Message> messages, org.kie.server.api.model.ReleaseId resolvedReleasedId, String url)ContainerKey(String containerSpecId, String containerName, ServerInstanceKey serverInstanceKey)ServerInstanceKey(ServerInstanceKey key)ServerInstanceKeyList(ServerInstanceKey[] serverInstanceKeys)Constructor parameters in org.kie.server.controller.api.model.runtime with type arguments of type ServerInstanceKey Constructor Description ServerInstanceKeyList(Collection<ServerInstanceKey> serverInstanceKeys) -
Uses of ServerInstanceKey in org.kie.server.controller.api.model.spec
Methods in org.kie.server.controller.api.model.spec that return ServerInstanceKey Modifier and Type Method Description ServerInstanceKeyServerTemplate. getServerInstance(String serverInstanceId)Methods in org.kie.server.controller.api.model.spec that return types with arguments of type ServerInstanceKey Modifier and Type Method Description Collection<ServerInstanceKey>ServerTemplate. getAllServerInstanceKeys()Collection<ServerInstanceKey>ServerTemplate. getServerInstanceKeys()Methods in org.kie.server.controller.api.model.spec with parameters of type ServerInstanceKey Modifier and Type Method Description voidServerTemplate. addServerInstance(ServerInstanceKey serverInstance) -
Uses of ServerInstanceKey in org.kie.server.controller.api.service
Methods in org.kie.server.controller.api.service with parameters of type ServerInstanceKey Modifier and Type Method Description voidSpecManagementService. deleteServerInstance(ServerInstanceKey serverInstanceKey)ContainerListRuntimeManagementService. getContainers(ServerInstanceKey serverInstanceKey)
-