Interface Input

All Superinterfaces:
Persisted
All Known Implementing Classes:
InputImpl

public interface Input extends Persisted
  • Method Details

    • getTitle

      String getTitle()
    • getCreatedAt

      org.joda.time.DateTime getCreatedAt()
    • getConfiguration

      Map<String,Object> getConfiguration()
    • getStaticFields

      Map<String,String> getStaticFields()
    • getType

      String getType()
    • getCreatorUserId

      String getCreatorUserId()
    • isGlobal

      Boolean isGlobal()
    • getContentPack

      String getContentPack()
    • getNodeId

      String getNodeId()
    • getDesiredState

      IOState.Type getDesiredState()
    • setDesiredState

      void setDesiredState(IOState.Type desiredState)
    • toIdentifier

      default String toIdentifier()