DocumentTypeService

Name DocumentType
Version
Included Services  
Java Package org.kuali.rice.kew.api.doctype

TODO ...

Operations
Main Message Structures

Method getIdByName
Description ???
Parameters String documentTypeName ???
Return String ???
Errors RiceIllegalArgumentException ???

Back to Operations

Method getNameById
Description ???
Parameters String documentTypeId ???
Return String ???
Errors RiceIllegalArgumentException ???

Back to Operations

Method getDocumentTypeById
Description ???
Parameters String documentTypeId ???
Return DocumentType ???
Errors RiceIllegalArgumentException ???

Back to Operations

Method getDocumentTypeByName
Description ???
Parameters String documentTypeName ???
Return DocumentType ???
Errors RiceIllegalArgumentException ???

Back to Operations

Method findAllDocumentTypes
Description ???
Parameters None None No Parameters
Return DocumentTypeList ???
Errors NONE No Errors

Back to Operations

Method isSuperUserForDocumentTypeId
Description ???
Parameters String principalId ???
String documentTypeId ???
Return boolean ???
Errors RiceIllegalArgumentException ???

Back to Operations

Method isSuperUserForDocumentTypeName
Description ???
Parameters String principalId ???
String documentTypeName ???
Return boolean ???
Errors RiceIllegalArgumentException ???

Back to Operations

Method hasRouteNodeForDocumentTypeName
Description ???
Parameters String routeNodeName ???
String documentTypeName ???
Return boolean ???
Errors RiceIllegalArgumentException ???

Back to Operations

Method hasRouteNodeForDocumentTypeId
Description ???
Parameters String routeNodeName ???
String documentTypeId ???
Return boolean ???
Errors RiceIllegalArgumentException ???

Back to Operations

Method isActiveById
Description ???
Parameters String documentTypeId ???
Return boolean ???
Errors RiceIllegalArgumentException ???

Back to Operations

Method isActiveByName
Description ???
Parameters String documentTypeName ???
Return boolean ???
Errors RiceIllegalArgumentException ???

Back to Operations

Method getRoutePathForDocumentTypeId
Description ???
Parameters String documentTypeId ???
Return RoutePath ???
Errors RiceIllegalArgumentException ???

Back to Operations

Method getRoutePathForDocumentTypeName
Description ???
Parameters String documentTypeName ???
Return RoutePath ???
Errors RiceIllegalArgumentException ???

Back to Operations