Package com.flowable.core.content.api
Interface DocumentDefinitionBuilder
public interface DocumentDefinitionBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
description
(String description) getName()
initialState
(String initialState) initialSubState
(String initialSubState) initialSubType
(String initialSubType) initialType
(String initialType)
-
Method Details
-
getName
String getName() -
name
-
getDescription
String getDescription() -
description
-
getInitialType
String getInitialType() -
initialType
-
getInitialSubType
String getInitialSubType() -
initialSubType
-
getInitialState
String getInitialState() -
initialState
-
getInitialSubState
String getInitialSubState() -
initialSubState
-
create
DocumentDefinition create()
-