Interface ManagedObjectSourceSpecification
-
public interface ManagedObjectSourceSpecificationSpecification of aManagedObjectSource. This is different to theManagedObjectSourceMetaDataas it specifies how to configure theManagedObjectSourceto then obtain itsManagedObjectSourceMetaDatabased on the configuration.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedObjectSourceProperty[]getProperties()Obtains the specification of the properties for theManagedObjectSource.
-
-
-
Method Detail
-
getProperties
ManagedObjectSourceProperty[] getProperties()
Obtains the specification of the properties for theManagedObjectSource.- Returns:
- Property specification.
-
-