org.rhq.enterprise.server.content.metadata
Class ContentSourceMetadataManagerBean

java.lang.Object
  extended by org.rhq.enterprise.server.content.metadata.ContentSourceMetadataManagerBean
All Implemented Interfaces:
ContentSourceMetadataManagerLocal

public class ContentSourceMetadataManagerBean
extends Object
implements ContentSourceMetadataManagerLocal

Used to work with metadata defining content source types.


Constructor Summary
ContentSourceMetadataManagerBean()
           
 
Method Summary
 void registerTypes(Set<org.rhq.core.domain.content.ContentSourceType> typesToRegister)
          Registers content source types.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentSourceMetadataManagerBean

public ContentSourceMetadataManagerBean()
Method Detail

registerTypes

public void registerTypes(Set<org.rhq.core.domain.content.ContentSourceType> typesToRegister)
Description copied from interface: ContentSourceMetadataManagerLocal
Registers content source types. This will updates all existing content source type definitions so they match with the given types passed in. If any types used to exist but no longer do (and have no foreign key relationships with other existing objects), they will be removed.

Specified by:
registerTypes in interface ContentSourceMetadataManagerLocal
Parameters:
typesToRegister - the types that our content source subsystem should have


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.