Enum Class SystemDefinition
java.lang.Object
java.lang.Enum<SystemDefinition>
org.odpi.openmetadata.samples.archiveutilities.businesssystems.SystemDefinition
- All Implemented Interfaces:
Serializable
,Comparable<SystemDefinition>
,Constable
The SystemDefinition is used to feed the definition of the organization's systems for Coco Pharmaceuticals scenarios.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionaustin-haz-mat - Austin Hazardous Materials Inventory.aus-inventory - Inventory for raw materials and products produced across all Coco Pharmaceuticals sites (except Austin).MFCTRL9482 - Manufacturing control system for the Austin factory.Canadian payroll - Payroll and Canadian tax calculations.Ordering system for Coco Pharmaceuticalscoco-hrim - Human Resources Information Manager (HRIM) provides the central management application for employee management including hiring, skills management, recognition and all reasons for termination of employment.coco-inventory - Inventory for raw materials and products produced across all Coco Pharmaceuticals sites.coco-ledgers - Ledgers for Coco Pharmaceuticals.cocopages - Employee directory with business partners.procurement01 - Purchasing system for Coco Pharmaceuticals.procurement04 - Local purchasing system for Austin Factory Site.procurement05 - Local purchasing system for Edmonton Factory Site.procurement02 - Local purchasing system for New York Site.procurement03 - Local purchasing system for Winchester Factory Site.coco-sus - Coco Pharmaceuticals Sustainability Data Marts.coco-sus-calculators - Coco Pharmaceuticals Sustainability Coco Pharmaceuticals Sustainability Calculators on Airflow..coco-sus-dashboards - Coco Pharmaceuticals Sustainability Dashboards and Reporting.ed-mfg-control - Manufacturing control system for the Edmonton factory.coco-expenses - Employee expense declaration for Coco Pharmaceuticals.coco-haz-mat - Coco Pharmaceuticals Hazardous Materials Inventory.ed-mfg-control - Manufacturing control system for the Edmonton factory.Netherlands payroll - Payroll and Dutch tax calculations.sec-admin - Security administration for all access grants to Coco Pharmaceutical systems.UK payroll - Payroll and UK tax calculations.winch-mfg-control - Manufacturing control system for the Winchester factory. -
Method Summary
Modifier and TypeMethodDescriptionBusiness owner responsible for the system.Return where this system is running.Return the description of this system.long
Return the time offset to set up the creation time.Return the network URL for the system.Return the manufactured qualified name.Return the open metadata GUIDReturn the deployed identifier for this system.Return the facility where this server is located.Return the type of system (used to set deployedImplementationType).Return the userId used by this server.Return the version of the server.getZones()
Return the list of zones that this server belongs to.toString()
Output of this enum class and main value.static SystemDefinition
Returns the enum constant of this class with the specified name.static SystemDefinition[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COCO_CRM
Ordering system for Coco Pharmaceuticals -
COCO_PRODUCT_PLANNING
-
COCO_PROCUREMENT_AMS
procurement01 - Purchasing system for Coco Pharmaceuticals. -
COCO_PROCUREMENT_NY
procurement02 - Local purchasing system for New York Site. -
COCO_PROCUREMENT_WINCH
procurement03 - Local purchasing system for Winchester Factory Site. -
COCO_PROCUREMENT_AUS
procurement04 - Local purchasing system for Austin Factory Site. -
COCO_PROCUREMENT_ED
procurement05 - Local purchasing system for Edmonton Factory Site. -
COCO_INVENTORY
coco-inventory - Inventory for raw materials and products produced across all Coco Pharmaceuticals sites. -
AUS_INVENTORY
aus-inventory - Inventory for raw materials and products produced across all Coco Pharmaceuticals sites (except Austin). -
COCO_HRIM
coco-hrim - Human Resources Information Manager (HRIM) provides the central management application for employee management including hiring, skills management, recognition and all reasons for termination of employment. -
COCO_PAGES
cocopages - Employee directory with business partners. -
SEC_ADMIN
sec-admin - Security administration for all access grants to Coco Pharmaceutical systems. -
EMPLOYEE_EXPENSES
coco-expenses - Employee expense declaration for Coco Pharmaceuticals. -
UK_PAYROLL
UK payroll - Payroll and UK tax calculations. -
NL_PAYROLL
Netherlands payroll - Payroll and Dutch tax calculations. -
CA_PAYROLL
Canadian payroll - Payroll and Canadian tax calculations. -
COCO_LEDGERS
coco-ledgers - Ledgers for Coco Pharmaceuticals. -
AUS_MANUFACTURING_CONTROL
MFCTRL9482 - Manufacturing control system for the Austin factory. -
WINCH_MANUFACTURING_CONTROL
winch-mfg-control - Manufacturing control system for the Winchester factory. -
ED_MANUFACTURING_CONTROL
ed-mfg-control - Manufacturing control system for the Edmonton factory. -
MANUFACTURING_PLANNING
ed-mfg-control - Manufacturing control system for the Edmonton factory. -
HAZ_MAT
coco-haz-mat - Coco Pharmaceuticals Hazardous Materials Inventory. -
AUS_HAZ_MAT
austin-haz-mat - Austin Hazardous Materials Inventory. -
COCO_SUS
coco-sus - Coco Pharmaceuticals Sustainability Data Marts. -
COCO_SUS_DASHBOARDS
coco-sus-dashboards - Coco Pharmaceuticals Sustainability Dashboards and Reporting. -
COCO_SUS_CALCULATORS
coco-sus-calculators - Coco Pharmaceuticals Sustainability Coco Pharmaceuticals Sustainability Calculators on Airflow..
-
-
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
-
getSystemGUID
Return the open metadata GUID- Returns:
- string
-
getQualifiedName
Return the manufactured qualified name.- Returns:
- string
-
getSystemId
Return the deployed identifier for this system.- Returns:
- string
-
getDescription
Return the description of this system.- Returns:
- string
-
getUserId
Return the userId used by this server. Will be null for a cloud service.- Returns:
- string
-
getBusinessOwner
Business owner responsible for the system. Typically funds updates/maintenance etc. Does not perform updates/maintenance.- Returns:
- person
-
getNetworkAddress
Return the network URL for the system.- Returns:
- url
-
getSystemType
Return the type of system (used to set deployedImplementationType).- Returns:
- system type definition
-
getVersionIdentifier
Return the version of the server.- Returns:
- string
-
getSystemLocation
Return the facility where this server is located.- Returns:
- facility identifier
-
getZones
Return the list of zones that this server belongs to.- Returns:
- list of strings
-
getDeployedOn
Return where this system is running. May be null if running as a cloud service and so the hosts are not known.- Returns:
- list of hosts where this system is running
-
getLoadTime
public long getLoadTime()Return the time offset to set up the creation time.- Returns:
- long
-
toString
Output of this enum class and main value.- Overrides:
toString
in classEnum<SystemDefinition>
- Returns:
- string showing enum value
-