Enum Class ResourceUse
- All Implemented Interfaces:
Serializable
,Comparable<ResourceUse>
,Constable
ResourceUse describes the difference values used in the resourceUse property found in the ResourceList
relationship.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA collection of guided activities either suggested, or taken, to complete a project.A type of service that may be called by this service.Extract metadata from the real-world resource and add it to the open metadata repositories.Create a survey report that details the content of the real-world resource that is attached to an asset.Choose the appropriate path to take.A connector type that can be used in a connection used to create a connector instance.A template to create an element from the values in the linked element.A type of connector that can be hosted by this type of service/engine.A type of governance engine that can be hosted by this type of service.A type of service that can be hosted on a type of server.Improve the information about an element in the open metadata repositories.Send notification to a steward.A template to create a member of the linked collection.Make a change to the real-world resource such as add or copy data.A team assigned to support the work associated with the element.A person assigned to support the work associated with the element.A process that automates some of the work associated with the element.A template that can be used in conjunction with a governance action or connector.Create a survey report that details the content of the real-world resource that is attached to an asset.Remove asset and associated metadata for the real-world resource from the open metadata repositories.Create a survey report that details whether the content of the real-world resource that is attached to an asset is withing the bounds required by its data specification.Monitor for changes to a metadata element and its related elements and take action if required. -
Method Summary
Modifier and TypeMethodDescriptionReturn the category for this resourceUse value.Return the description for this value.Return the qualified name for this resourceUse value.Return the value of resourceUse.Return the resource use properties associated with this resourceUse valuetoString()
Output of this enum class and main value.static ResourceUse
Returns the enum constant of this class with the specified name.static ResourceUse[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SURVEY_RESOURCE
Create a survey report that details the content of the real-world resource that is attached to an asset. -
VALIDATE_RESOURCE
Create a survey report that details whether the content of the real-world resource that is attached to an asset is withing the bounds required by its data specification. -
CERTIFY_RESOURCE
Create a survey report that details the content of the real-world resource that is attached to an asset. -
CATALOG_RESOURCE
Extract metadata from the real-world resource and add it to the open metadata repositories. Ongoing monitoring means that any changes to the resource are reflected in the open metadata repositories. -
UNCATALOG_RESOURCE
Remove asset and associated metadata for the real-world resource from the open metadata repositories. -
PROVISION_RESOURCE
Make a change to the real-world resource such as add or copy data. -
IMPROVE_METADATA
Improve the information about an element in the open metadata repositories. -
INFORM_STEWARD
Send notification to a steward. -
CHOOSE_PATH
Choose the appropriate path to take. -
WATCH_DOG
Monitor for changes to a metadata element and its related elements and take action if required. -
SUPPORTING_PEOPLE
A team assigned to support the work associated with the element. -
SUPPORTING_PERSON
A person assigned to support the work associated with the element. -
SUPPORTING_TEMPLATE
A template that can be used in conjunction with a governance action or connector. -
SUPPORTING_PROCESS
A process that automates some of the work associated with the element. -
HOSTED_SERVICE
A type of service that can be hosted on a type of server. -
HOSTED_CONNECTOR
A type of connector that can be hosted by this type of service/engine. -
HOSTED_GOVERNANCE_ENGINE
A type of governance engine that can be hosted by this type of service. -
CALLED_SERVICE
A type of service that may be called by this service. -
CONFIGURE_CONNECTOR
A connector type that can be used in a connection used to create a connector instance. -
ACTIVITY_FOLDER
A collection of guided activities either suggested, or taken, to complete a project. -
MEMBER_TEMPLATE
A template to create a member of the linked collection. -
DERIVED_ELEMENT_TEMPLATE
A template to create an element from the values in the linked element. The placeholder properties match the attribute names of the linked element.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getResourceUse
Return the value of resourceUse.- Returns:
- string
-
getDescription
Return the description for this value.- Returns:
- string
-
getQualifiedName
Return the qualified name for this resourceUse value.- Returns:
- string
-
getCategory
Return the category for this resourceUse value.- Returns:
- string
-
getResourceUseProperties
Return the resource use properties associated with this resourceUse value- Returns:
- null or list
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<ResourceUse>
- Returns:
- string showing enum value
-