org.rhq.enterprise.server.content.metadata
Interface ContentSourceMetadataManagerLocal

All Known Implementing Classes:
ContentSourceMetadataManagerBean

public interface ContentSourceMetadataManagerLocal


Method Summary
 void registerTypes(Set<org.rhq.core.domain.content.ContentSourceType> typesToRegister)
          Registers content source types.
 

Method Detail

registerTypes

void registerTypes(Set<org.rhq.core.domain.content.ContentSourceType> typesToRegister)
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.

Parameters:
typesToRegister - the types that our content source subsystem should have


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