Package com.bytedesk.ticket.process
Class ProcessEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ticket.process.ProcessEntity
- All Implemented Interfaces:
Serializable
工单流程
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate Stringprivate StringForm structure definition stored as JSON format Contains the complete form schema generated by frontend low-code editorprivate static final longprivate StringCurrent status of the process (DRAFT, PUBLISHED, DISABLED)private StringProcess type (TICKET_INTERNAL, TICKET_EXTERNAL) -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
name
-
description
-
schema
Form structure definition stored as JSON format Contains the complete form schema generated by frontend low-code editor -
type
Process type (TICKET_INTERNAL, TICKET_EXTERNAL) -
status
Current status of the process (DRAFT, PUBLISHED, DISABLED) -
deploymentId
-
-
Constructor Details
-
ProcessEntity
public ProcessEntity()
-
-
Method Details
-
isDeployed
public boolean isDeployed()
-