Uses of Class
org.odpi.openmetadata.frameworks.auditlog.ComponentDevelopmentStatus
-
Packages that use ComponentDevelopmentStatus Package Description org.odpi.openmetadata.frameworks.auditlog -
-
Uses of ComponentDevelopmentStatus in org.odpi.openmetadata.frameworks.auditlog
Methods in org.odpi.openmetadata.frameworks.auditlog that return ComponentDevelopmentStatus Modifier and Type Method Description ComponentDevelopmentStatusAuditLogReportingComponent. getComponentDevelopmentStatus()Return the development status of the component.ComponentDevelopmentStatusComponentDescription. getComponentDevelopmentStatus()Return the development status of the component.static ComponentDevelopmentStatusComponentDevelopmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentDevelopmentStatus[]ComponentDevelopmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.odpi.openmetadata.frameworks.auditlog with parameters of type ComponentDevelopmentStatus Modifier and Type Method Description AuditLogAuditLog. createNewAuditLog(int componentId, ComponentDevelopmentStatus componentDevelopmentStatus, String componentName, String componentDescription, String componentWikiURL)Clone request is used to create an audit log for a component outside the OMRS.voidAuditLogReportingComponent. setComponentDevelopmentStatus(ComponentDevelopmentStatus componentDevelopmentStatus)Set up the development status of the component.Constructors in org.odpi.openmetadata.frameworks.auditlog with parameters of type ComponentDevelopmentStatus Constructor Description AuditLog(AuditLogDestination destination, int componentId, ComponentDevelopmentStatus componentDevelopmentStatus, String componentName, String componentDescription, String componentWikiURL)Typical constructor: each component using the audit log will create their own AuditLog instance and will push log records to it.AuditLogReportingComponent(int componentId, ComponentDevelopmentStatus componentDevelopmentStatus, String componentName, String componentDescription, String componentWikiURL)Construct the description of the reporting component.
-