Interface Status

  • All Superinterfaces:
    IdentifiableRemote, java.rmi.Remote, TptRemote

    public interface Status
    extends IdentifiableRemote
    A review status of a test case or assesslet.
    Author:
    Copyright (c) 2014-2020 Piketec GmbH - MIT License (MIT) - All rights reserved
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAuthor()
      Returns the author of this status.
      java.lang.String getComment()
      Returns the comment of this status.
      java.util.Date getDate()
      Returns the date of this status.
      int getRevisionNumber()
      Returns the revision number of this status.
      java.util.Collection<java.lang.String> getTags()
      All tags that were set when this status was the current one.
      java.lang.String getType()
      Returns the type of this status.
    • Method Detail

      • getAuthor

        java.lang.String getAuthor()
                            throws java.rmi.RemoteException
        Returns the author of this status.
        Returns:
        author of this status
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getComment

        java.lang.String getComment()
                             throws java.rmi.RemoteException
        Returns the comment of this status.
        Returns:
        comment of this status
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getDate

        java.util.Date getDate()
                        throws java.rmi.RemoteException
        Returns the date of this status.
        Returns:
        date of this status
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getType

        java.lang.String getType()
                          throws java.rmi.RemoteException
        Returns the type of this status.
        Returns:
        status of this status
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getRevisionNumber

        int getRevisionNumber()
                       throws java.rmi.RemoteException
        Returns the revision number of this status.
        Returns:
        revision number of this status
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getTags

        java.util.Collection<java.lang.String> getTags()
                                                throws java.rmi.RemoteException
        All tags that were set when this status was the current one.
        Returns:
        a list of tags.
        Throws:
        java.rmi.RemoteException - remote communication problem