public class Claims extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ASL_CODE |
static String |
DOJO |
static String |
HEADER_SAMPLE_PREDICATE |
static String |
HEADER_TYPE_PREDICATE |
static String |
LICENSE_APPROVAL_PREDICATE |
static String |
LICENSE_FAMILY_PREDICATE |
static String |
OASIS_CODE |
static String |
W3C_CODE |
static String |
W3CD_CODE |
Constructor and Description |
---|
Claims() |
Modifier and Type | Method and Description |
---|---|
static void |
reportGeneratedClaims(String subject,
String notes,
IClaimReporter reporter) |
static void |
reportGeneratedHeaderTypeClaim(String subject,
IClaimReporter reporter) |
static void |
reportHeaderSampleClaim(String sample,
String subject,
IClaimReporter reporter) |
static void |
reportHeaderTypeClaim(String type,
String subject,
IClaimReporter reporter) |
static void |
reportLicenseApprovalClaim(CharSequence subject,
boolean isAcceptable,
IClaimReporter reporter) |
static void |
reportStandardClaims(String subject,
String notes,
String code,
String name,
IClaimReporter reporter) |
public static final String LICENSE_APPROVAL_PREDICATE
public static final String LICENSE_FAMILY_PREDICATE
public static final String HEADER_SAMPLE_PREDICATE
public static final String HEADER_TYPE_PREDICATE
public static final String ASL_CODE
public static final String OASIS_CODE
public static final String W3CD_CODE
public static final String W3C_CODE
public static final String DOJO
public static void reportHeaderSampleClaim(String sample, String subject, IClaimReporter reporter) throws RatReportFailedException
RatReportFailedException
public static void reportGeneratedHeaderTypeClaim(String subject, IClaimReporter reporter) throws RatReportFailedException
RatReportFailedException
public static void reportHeaderTypeClaim(String type, String subject, IClaimReporter reporter) throws RatReportFailedException
RatReportFailedException
public static void reportGeneratedClaims(String subject, String notes, IClaimReporter reporter) throws RatReportFailedException
RatReportFailedException
public static void reportStandardClaims(String subject, String notes, String code, String name, IClaimReporter reporter) throws RatReportFailedException
RatReportFailedException
public static void reportLicenseApprovalClaim(CharSequence subject, boolean isAcceptable, IClaimReporter reporter) throws RatReportFailedException
RatReportFailedException
Copyright © 2006–2015. All rights reserved.