c
pl.touk.nussknacker.restmodel.processdetails
BaseProcessDetails
Companion object BaseProcessDetails
case class BaseProcessDetails[ProcessShape](id: String, name: String, processVersionId: Long, isLatestVersion: Boolean, description: Option[String], isArchived: Boolean, isSubprocess: Boolean, processType: ProcessType, processingType: ProcessingType, processCategory: String, modificationDate: LocalDateTime, tags: List[String], currentDeployment: Option[DeploymentEntry], currentlyDeployedAt: List[DeploymentEntry], json: Option[ProcessShape], history: List[ProcessHistoryEntry], modelVersion: Option[Int]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseProcessDetails
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BaseProcessDetails(id: String, name: String, processVersionId: Long, isLatestVersion: Boolean, description: Option[String], isArchived: Boolean, isSubprocess: Boolean, processType: ProcessType, processingType: ProcessingType, processCategory: String, modificationDate: LocalDateTime, tags: List[String], currentDeployment: Option[DeploymentEntry], currentlyDeployedAt: List[DeploymentEntry], json: Option[ProcessShape], history: List[ProcessHistoryEntry], modelVersion: Option[Int])
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val currentDeployment: Option[DeploymentEntry]
- val currentlyDeployedAt: List[DeploymentEntry]
- val description: Option[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val history: List[ProcessHistoryEntry]
- val id: String
- def idWithName: ProcessIdWithName
- val isArchived: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isLatestVersion: Boolean
- val isSubprocess: Boolean
- val json: Option[ProcessShape]
- def mapProcess[NewShape](action: (ProcessShape) ⇒ NewShape): BaseProcessDetails[NewShape]
- val modelVersion: Option[Int]
- val modificationDate: LocalDateTime
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val processCategory: String
- val processType: ProcessType
- val processVersionId: Long
- val processingType: ProcessingType
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tags: List[String]
- def toBasicProcess: BasicProcess
-
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( ... ) @native()