public interface ResourceMetadata extends Metadata
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes()
Returns a list of indexed attributes for this resource.
|
java.util.Set<Ref> |
getDependencyRefs()
Returns references to resources which this resource depends on
|
java.util.Set<Ref> |
getDependentRefs()
Returns references to resources which depend on this resource
|
Diagnostic.Severity |
getDiagnosticSeverity()
Returns the status of this resource with respect to validation.
|
Digest |
getDigest()
Returns the digest information for this resource
|
boolean |
hasSensitiveInformation()
Returns whether this resource has sensitive information such as passwords
|
getDependencies, getDependents, getThisRef
Diagnostic.Severity getDiagnosticSeverity()
java.util.Map<java.lang.String,java.lang.Object> getAttributes()
boolean hasSensitiveInformation()
java.util.Set<Ref> getDependencyRefs()
java.util.Set<Ref> getDependentRefs()
Digest getDigest()