@Implementable
@AccessLevel(value=EXTERNAL)
public interface SWExcludedCases
Example of binding in custom Module class:
{ @code final Multi binder<SWExcludedCases> setBinder = Multibinder.newSetBinder(binder(), SWExcludedCases.class); setBinder.addBinding().to(AnotherSWExcludedCasesImpl.class); }
Modifier and Type | Method and Description |
---|---|
java.util.Set<curam.codetable.impl.CASETYPECODEEntry> |
getListOfExcludedCases()
Returns a list of case type codes of cases which are not
shown to the supervisor.
|
@AccessLevel(value=EXTERNAL) java.util.Set<curam.codetable.impl.CASETYPECODEEntry> getListOfExcludedCases() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.InformationalException
- Generic Exception Signature.curam.util.exception.AppException
- Generic Exception Signature.