Interface ManagedObjectSourceSpecification
-
public interface ManagedObjectSourceSpecification
Specification of aManagedObjectSource
. This is different to theManagedObjectSourceMetaData
as it specifies how to configure theManagedObjectSource
to then obtain itsManagedObjectSourceMetaData
based 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.
-
-