public interface ExternalElementsGetterInterface
Modifier and Type | Method and Description |
---|---|
<T,Z> java.util.ArrayList<T> |
fromArrayListToArrayListDTO(java.util.ArrayList<Z> input,
java.lang.Class<T> clazz) |
AssumptionDTO |
getAssumptionByPointerBus(PointerBus pointerBus) |
ContextFactorDTO |
getContextFactorByPointerBus(PointerBus pointerBus) |
InstanceProjectDTO |
getInstanceProjectByPointerBus(PointerBus pointerBus) |
ExternalElementsDTO |
getMeasurementGoalExternalElements(java.lang.String measurementGoalId) |
OrganizationalGoalDTO |
getOrganizationalGoalByPointerBus(PointerBus pointerBus) |
ExternalElementsDTO getMeasurementGoalExternalElements(java.lang.String measurementGoalId) throws java.io.IOException, BusException, BadInputException
java.io.IOException
BusException
BadInputException
<T,Z> java.util.ArrayList<T> fromArrayListToArrayListDTO(java.util.ArrayList<Z> input, java.lang.Class<T> clazz)
AssumptionDTO getAssumptionByPointerBus(PointerBus pointerBus) throws java.io.IOException, BusException, NotFoundException
java.io.IOException
BusException
NotFoundException
ContextFactorDTO getContextFactorByPointerBus(PointerBus pointerBus) throws java.io.IOException, BusException, NotFoundException
java.io.IOException
BusException
NotFoundException
OrganizationalGoalDTO getOrganizationalGoalByPointerBus(PointerBus pointerBus) throws java.io.IOException, BusException, NotFoundException
java.io.IOException
BusException
NotFoundException
InstanceProjectDTO getInstanceProjectByPointerBus(PointerBus pointerBus) throws java.io.IOException, BusException, NotFoundException
java.io.IOException
BusException
NotFoundException