| Package | Description |
|---|---|
| org.rhq.enterprise.server.content |
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.content.Advisory |
AdvisoryManagerLocal.createAdvisory(org.rhq.core.domain.auth.Subject subject,
String advisory,
String advisoryType,
String synopsis)
Creates a new advisory in the system.
|
org.rhq.core.domain.content.Advisory |
AdvisoryManagerBean.createAdvisory(org.rhq.core.domain.auth.Subject user,
String advisory,
String advisoryType,
String synopsis) |
org.rhq.core.domain.content.AdvisoryBuglist |
AdvisoryManagerBean.createAdvisoryBuglist(org.rhq.core.domain.auth.Subject user,
org.rhq.core.domain.content.Advisory advisory,
String buginfo) |
org.rhq.core.domain.content.AdvisoryCVE |
AdvisoryManagerLocal.createAdvisoryCVE(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.content.Advisory advisory,
org.rhq.core.domain.content.CVE cve)
creates a AdvisoryCVE relationship object
|
org.rhq.core.domain.content.AdvisoryCVE |
AdvisoryManagerBean.createAdvisoryCVE(org.rhq.core.domain.auth.Subject user,
org.rhq.core.domain.content.Advisory advisory,
org.rhq.core.domain.content.CVE cve) |
org.rhq.core.domain.content.AdvisoryPackage |
AdvisoryManagerLocal.createAdvisoryPackage(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.content.Advisory advisory,
org.rhq.core.domain.content.PackageVersion packageVersion)
creates a AdvisoryPackage mapping object
|
org.rhq.core.domain.content.AdvisoryPackage |
AdvisoryManagerBean.createAdvisoryPackage(org.rhq.core.domain.auth.Subject user,
org.rhq.core.domain.content.Advisory advisory,
org.rhq.core.domain.content.PackageVersion pkg) |
org.rhq.core.domain.content.CVE |
AdvisoryManagerLocal.createCVE(org.rhq.core.domain.auth.Subject subject,
String cvename)
creates a cve instance for a given cve name
|
org.rhq.core.domain.content.CVE |
AdvisoryManagerBean.createCVE(org.rhq.core.domain.auth.Subject user,
String cvename) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.