-
-
Method Summary
boolean
boolean
boolean
boolean
Checks if the license of current user allows creating workitems
in the document
boolean
boolean
boolean
Checks if current user can change the status or the custom fields of this
document instance
boolean
Checks if the license of current user allows modification
of the document
boolean
boolean
boolean
boolean
Checks if Teamcenter Share is configured and the license of the current user allows for its use.
-
Method Details
-
-
reuse
boolean reuse()
- Returns:
- whether or not this Document can be reused in the current Project
-
-
createWorkItemOfType
boolean createWorkItemOfType(@NotNull
String typeId)
-
-
manageDocument
boolean manageDocument()
-
modifyContent
boolean modifyContent()
-
changeType
boolean changeType()
-
modifyFields
boolean modifyFields()
Checks if current user can change the status or the custom fields of this
document instance
-
modifyWithCurrentLicense
boolean modifyWithCurrentLicense()
Checks if the license of current user allows modification
of the document
-
createWorkitems
boolean createWorkitems()
Checks if the license of current user allows creating workitems
in the document
- Since:
- 3.20.2
-
publishToTeamcenter
boolean publishToTeamcenter()
- Since:
- 3.21.2
-
useTeamcenterShare
boolean useTeamcenterShare()
Checks if Teamcenter Share is configured and the license of the current user allows for its use.
- Since:
- 3.23.10