Interface ImportedJob<T>


  • public interface ImportedJob<T>
    Represents a Job definition that has been imported, but not yet persisted
    • Method Detail

      • getJob

        T getJob()
        Returns:
        the job object
      • getAssociations

        java.util.Map<java.lang.String,​java.lang.Object> getAssociations()
        Returns:
        Imported definitions related to the job