TypeManager

Functions

Link copied to clipboard
fun changeType(systemId: Int, idType: Long, nameType: String, struct: String): Boolean
Link copied to clipboard
fun createDP(idType: Long, name: String): ProtoErrorCode
Link copied to clipboard
fun createType(systemId: Int, name: String, struct: String): Boolean
Link copied to clipboard
fun deleteDP(idDP: Long)
Link copied to clipboard
fun deleteType(systemId: Int, idType: Long): ProtoErrorCode
Link copied to clipboard
fun dpExists(name: String): Boolean
Link copied to clipboard
fun getJsonType(name: String): ProtoDpTypeStruct?
Link copied to clipboard
Link copied to clipboard
fun renameDP(idDP: Long, newName: String): ProtoErrorCode
Link copied to clipboard