public interface BoxRepository
Modifier and Type | Method and Description |
---|---|
AbstractBox |
findBoxOrFirstByDefault(String workspace,
String box) |
AbstractBox |
getBox(String boxId) |
List<AbstractBox> |
getBoxVersions(String boxId) |
List<PolicyBox> |
getCloudFormationPolicyBoxes(String workspace) |
List<PolicyBox> |
getNoCloudFormationPolicyBoxes(String workspace) |
List<AbstractBox> |
getNoPolicyAndNoApplicationBoxes(String workspace) |
List<AbstractBox> |
getNoPolicyBoxes(String workspace) |
List<AbstractBox> getNoPolicyAndNoApplicationBoxes(String workspace) throws RepositoryException
RepositoryException
List<AbstractBox> getNoPolicyBoxes(String workspace) throws RepositoryException
RepositoryException
List<PolicyBox> getCloudFormationPolicyBoxes(String workspace) throws RepositoryException
RepositoryException
List<PolicyBox> getNoCloudFormationPolicyBoxes(String workspace) throws RepositoryException
RepositoryException
AbstractBox getBox(String boxId) throws RepositoryException
RepositoryException
List<AbstractBox> getBoxVersions(String boxId) throws RepositoryException
RepositoryException
AbstractBox findBoxOrFirstByDefault(String workspace, String box) throws RepositoryException
RepositoryException
Copyright © 2016–2019. All rights reserved.