Interface Sampleable

    • Method Detail

      • getSampleEntity

        Object getSampleEntity()
        Provides a sample entity object which can be populated with data and then passed to methods like Createable.createEntity(EntityReference, Object, java.util.Map), this is necessary so that the type of the entity object is known and the right fields can be pre-filled, it also allows us to support the case of different read and write objects Note: The entity class type needs to be able to be resolved from the ClassLoader of the EntityBroker (currently this means deployed into shared)
        Returns:
        a sample entity object for entities of the type represented by this provider
        Throws:
        IllegalStateException - if the sample object cannot be obtained for some reason