Interface IDocumentPermissions

All Superinterfaces:
IPObjectPermissions, IWorkflowObjectPermissions

public interface IDocumentPermissions extends IWorkflowObjectPermissions
Since:
3.8.2
Author:
Roman Kratochvil, Polarion Software
  • Method Details

    • rename

      boolean rename()
    • reuse

      boolean reuse()
    • createWorkItemOfType

      boolean createWorkItemOfType(@NotNull String typeId)
    • createWorkItemOfTypes

      @NotNull Collection<ITypeOpt> createWorkItemOfTypes()
    • 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
    • createWorkItems

      boolean createWorkItems()
      Checks whether the user is entitled to create some workitem type in the document regardless of the workitem types configured for it.
      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