Package com.collibra.dgc.core.api.model
Interface NamedResource
-
- All Known Subinterfaces:
Asset
,AssetType
,AttributeType
,BooleanAttributeType
,Community
,ComplexRelationType
,DataQualityRule
,DateAttributeType
,Domain
,DomainType
,Job
,MultiValueListAttributeType
,NamedDescribedResource
,NumericAttributeType
,Organization
,Role
,Scope
,ScriptAttributeType
,SingleValueListAttributeType
,Status
,StringAttributeType
,UserGroup
,WorkflowDefinition
public interface NamedResource extends Resource
Represents a resource that has a name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the name of the resource.-
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
-