object APIModel
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- APIModel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class DeleteItems (items: List[ID], info: SPAttributes = SPAttributes()) extends Request with Product with Serializable
- case class GetItem (itemID: ID) extends Request with Product with Serializable
- case class GetItemList (from: Int = 0, size: Int = 100, filter: ItemFilter = ItemFilter("", "")) extends Request with Product with Serializable
- case class GetItems (itemIDs: List[ID]) extends Request with Product with Serializable
- case class Import (name: String, id: ID, version: Int, attributes: SPAttributes = SPAttributes(), items: List[IDAble]) extends Request with Product with Serializable
- case class ItemFilter (regexName: String = "", regexType: String = "") extends Product with Serializable
- case class ModelDeleted (model: ID) extends Response with Product with Serializable
- case class ModelHistory (model: ID, history: List[(Int, SPAttributes)]) extends Response with Product with Serializable
- case class ModelInformation (name: String, id: ID, version: Int, noOfItems: Int, attributes: SPAttributes = SPAttributes()) extends Response with Product with Serializable
- case class ModelToExport (name: String, id: ID, version: Int, attributes: SPAttributes = SPAttributes(), items: List[IDAble]) extends Response with Product with Serializable
- case class ModelUpdate (model: ID, version: Int, noOfItems: Int, updatedItems: List[IDAble] = List(), deletedItems: List[ID] = List(), info: SPAttributes = SPAttributes()) extends Response with Product with Serializable
- case class PutItems (items: List[IDAble], info: SPAttributes = SPAttributes()) extends Request with Product with Serializable
- sealed trait Request extends AnyRef
- sealed trait Response extends AnyRef
- case class RevertModel (toVersion: Int) extends Request with Product with Serializable
- case class SPItem (item: IDAble) extends Response with Product with Serializable
- case class SPItems (items: List[IDAble]) extends Response with Product with Serializable
- case class UpdateModelAttributes (name: Option[String], attributes: Option[SPAttributes]) extends Request with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- val service: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val topicRequest: String
- val topicResponse: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object ExportModel extends Request with Product with Serializable
- object Formats
- object GetModelHistory extends Request with Product with Serializable
- object GetModelInfo extends Request with Product with Serializable
- object GetStructures extends Request with Product with Serializable
- object Request
- object Response