Uses of Class
no.difi.sdp.client2.domain.sbd.Scope
-
Packages that use Scope Package Description no.difi.sdp.client2.domain.sbd -
-
Uses of Scope in no.difi.sdp.client2.domain.sbd
Fields in no.difi.sdp.client2.domain.sbd with type parameters of type Scope Modifier and Type Field Description protected List<Scope>BusinessScope. scopeMethods in no.difi.sdp.client2.domain.sbd that return Scope Modifier and Type Method Description ScopeScope. addScopeInformation(CorrelationInformation correlationInformation)ScopeStandardBusinessDocument. getScope(ScopeType scopeType)Methods in no.difi.sdp.client2.domain.sbd that return types with arguments of type Scope Modifier and Type Method Description Optional<Scope>StandardBusinessDocument. findScope(ScopeType scopeType)List<Scope>BusinessScope. getScope()Gets the value of the scope property.List<Scope>StandardBusinessDocument. getScopes()Methods in no.difi.sdp.client2.domain.sbd with parameters of type Scope Modifier and Type Method Description BusinessScopeBusinessScope. addScope(Scope scope)BusinessScopeBusinessScope. addScopes(Scope... scopes)Method parameters in no.difi.sdp.client2.domain.sbd with type arguments of type Scope Modifier and Type Method Description voidBusinessScope. setScope(List<Scope> scope)Constructor parameters in no.difi.sdp.client2.domain.sbd with type arguments of type Scope Constructor Description BusinessScope(List<Scope> scope)
-