class
ToolInstance extends AnyRef
Instance Constructors
-
new
ToolInstance()
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
var
created: String
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
var
externalId: String
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
-
final
def
isInstanceOf[T0]: Boolean
-
var
name: String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
var
owner: Option[User]
-
def
setID(externalid: String): Unit
-
def
setName(instanceName: String): Unit
-
def
setOwner(ownerId: UUID): Unit
-
def
setTimes(createTime: String, updateTime: String): Unit
-
def
setToolInfo(toolpath: String, toolname: String): Unit
-
def
setURL(instanceURL: String): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
var
toolName: String
-
var
toolPath: String
-
def
updateHistory(datasetId: UUID, uploaderId: String): Unit
-
def
updateTimestamp(): Unit
-
var
updated: String
-
var
uploadHistory: Map[UUID, (String, String, String)]
-
var
url: String
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
ToolSession describes an active analysis environment. Each instance keeps a history of datasets that were uploaded, even if those datasets were changed or removed within the environment itself.