Interface ManagedObjectSourceSpecification
public interface ManagedObjectSourceSpecification
Specification of a
ManagedObjectSource. This is different to the
ManagedObjectSourceMetaData as it specifies how to configure the
ManagedObjectSource to then obtain its
ManagedObjectSourceMetaData based on the configuration.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the specification of the properties for theManagedObjectSource.
-
Method Details
-
getProperties
ManagedObjectSourceProperty[] getProperties()Obtains the specification of the properties for theManagedObjectSource.- Returns:
- Property specification.
-