Kie Workbench - Server Component - API 6.2.0.CR2

Uses of Interface
org.kie.workbench.common.screens.server.management.model.ContainerRef

Packages that use ContainerRef
org.kie.workbench.common.screens.server.management.events   
org.kie.workbench.common.screens.server.management.model   
org.kie.workbench.common.screens.server.management.model.impl   
 

Uses of ContainerRef in org.kie.workbench.common.screens.server.management.events
 

Methods in org.kie.workbench.common.screens.server.management.events that return ContainerRef
 ContainerRef ContainerStopped.getContainer()
           
 ContainerRef ContainerCreated.getContainer()
           
 

Constructors in org.kie.workbench.common.screens.server.management.events with parameters of type ContainerRef
ContainerCreated(ContainerRef container)
           
ContainerStopped(ContainerRef container)
           
 

Uses of ContainerRef in org.kie.workbench.common.screens.server.management.model
 

Subinterfaces of ContainerRef in org.kie.workbench.common.screens.server.management.model
 interface Container
           
 

Methods in org.kie.workbench.common.screens.server.management.model that return ContainerRef
 ContainerRef ServerRef.getContainerRef(String containerId)
           
 

Methods in org.kie.workbench.common.screens.server.management.model that return types with arguments of type ContainerRef
 Collection<ContainerRef> ServerRef.getContainersRef()
           
 

Methods in org.kie.workbench.common.screens.server.management.model with parameters of type ContainerRef
 void ServerRef.addContainerRef(ContainerRef containerConfig)
           
 

Uses of ContainerRef in org.kie.workbench.common.screens.server.management.model.impl
 

Classes in org.kie.workbench.common.screens.server.management.model.impl that implement ContainerRef
 class ContainerImpl
           
 class ContainerRefImpl
           
 

Fields in org.kie.workbench.common.screens.server.management.model.impl with type parameters of type ContainerRef
protected  Map<String,ContainerRef> ServerRefImpl.containersRef
           
 

Methods in org.kie.workbench.common.screens.server.management.model.impl that return ContainerRef
 ContainerRef ServerRefImpl.getContainerRef(String containerId)
           
 

Methods in org.kie.workbench.common.screens.server.management.model.impl that return types with arguments of type ContainerRef
 Collection<ContainerRef> ServerRefImpl.getContainersRef()
           
 

Methods in org.kie.workbench.common.screens.server.management.model.impl with parameters of type ContainerRef
 void ServerRefImpl.addContainerRef(ContainerRef containerRef)
           
 

Constructor parameters in org.kie.workbench.common.screens.server.management.model.impl with type arguments of type ContainerRef
ServerImpl(String id, String name, String username, String password, ContainerStatus status, ConnectionType connectionType, Collection<Container> containers, Map<String,String> properties, Collection<ContainerRef> containersConfig)
           
ServerRefImpl(String id, String name, String username, String password, ContainerStatus status, ConnectionType connectionType, Map<String,String> properties, Collection<ContainerRef> containerRefs)
           
 


Kie Workbench - Server Component - API 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.