Uses of Class
no.difi.sdp.client2.domain.sbd.CorrelationInformation
-
Packages that use CorrelationInformation Package Description no.difi.sdp.client2.domain.sbd -
-
Uses of CorrelationInformation in no.difi.sdp.client2.domain.sbd
Fields in no.difi.sdp.client2.domain.sbd with type parameters of type CorrelationInformation Modifier and Type Field Description protected List<CorrelationInformation>Scope. scopeInformationMethods in no.difi.sdp.client2.domain.sbd that return types with arguments of type CorrelationInformation Modifier and Type Method Description List<CorrelationInformation>Scope. getScopeInformation()Methods in no.difi.sdp.client2.domain.sbd with parameters of type CorrelationInformation Modifier and Type Method Description ScopeScope. addScopeInformation(CorrelationInformation correlationInformation)Method parameters in no.difi.sdp.client2.domain.sbd with type arguments of type CorrelationInformation Modifier and Type Method Description voidScope. setScopeInformation(List<CorrelationInformation> scopeInformation)Constructor parameters in no.difi.sdp.client2.domain.sbd with type arguments of type CorrelationInformation Constructor Description Scope(String type, String instanceIdentifier, String identifier, List<CorrelationInformation> scopeInformation)
-