public interface DriftTemplateManagerRemote
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.drift.DriftDefinitionTemplate |
createTemplate(org.rhq.core.domain.auth.Subject subject,
int resourceTypeId,
boolean isUserDefined,
org.rhq.core.domain.drift.DriftDefinition definition) |
void |
deleteTemplate(org.rhq.core.domain.auth.Subject subject,
int templateId) |
org.rhq.core.domain.util.PageList<org.rhq.core.domain.drift.DriftDefinitionTemplate> |
findTemplatesByCriteria(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.criteria.DriftDefinitionTemplateCriteria criteria) |
void |
pinTemplate(org.rhq.core.domain.auth.Subject subject,
int templateId,
int snapshotDriftDefId,
int snapshotVersion) |
void |
updateTemplate(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.drift.DriftDefinitionTemplate template) |
org.rhq.core.domain.util.PageList<org.rhq.core.domain.drift.DriftDefinitionTemplate> findTemplatesByCriteria(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.criteria.DriftDefinitionTemplateCriteria criteria)
org.rhq.core.domain.drift.DriftDefinitionTemplate createTemplate(org.rhq.core.domain.auth.Subject subject,
int resourceTypeId,
boolean isUserDefined,
org.rhq.core.domain.drift.DriftDefinition definition)
void pinTemplate(org.rhq.core.domain.auth.Subject subject,
int templateId,
int snapshotDriftDefId,
int snapshotVersion)
void updateTemplate(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.drift.DriftDefinitionTemplate template)
void deleteTemplate(org.rhq.core.domain.auth.Subject subject,
int templateId)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.