|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kew.service.impl.WorkflowUtilityWebServiceImpl
public class WorkflowUtilityWebServiceImpl
Constructor Summary | |
---|---|
WorkflowUtilityWebServiceImpl()
|
Method Summary | |
---|---|
void |
addDocumentLink(org.kuali.rice.kew.dto.DocumentLinkDTO docLinkVO)
This overridden method ... |
void |
deleteDocumentLink(org.kuali.rice.kew.dto.DocumentLinkDTO docLink)
|
void |
deleteDocumentLinksByDocId(Long id)
This overridden method ... |
boolean |
documentWillHaveAtLeastOneActionRequest(org.kuali.rice.kew.dto.ReportCriteriaDTO reportCriteriaDTO,
String[] actionRequestedCodes,
boolean ignoreCurrentActionRequests)
|
org.kuali.rice.kew.dto.ActionItemDTO[] |
getActionItems(Long routeHeaderId,
String[] actionRequestedCodes)
|
org.kuali.rice.kew.dto.ActionItemDTO[] |
getActionItemsForPrincipal(String principalId)
|
org.kuali.rice.kew.dto.ActionRequestDTO[] |
getActionRequests(Long routeHeaderId,
String nodeName,
String principalId)
Returns a flattened list of ActionRequests which match the given criteria. |
org.kuali.rice.kim.bo.types.dto.AttributeSet |
getActionsRequested(String principalId,
Long documentId)
|
org.kuali.rice.kew.dto.ActionTakenDTO[] |
getActionsTaken(Long routeHeaderId)
|
org.kuali.rice.kew.dto.RouteNodeInstanceDTO[] |
getActiveNodeInstances(Long documentId)
|
org.kuali.rice.kew.dto.ActionItemDTO[] |
getAllActionItems(Long routeHeaderId)
|
org.kuali.rice.kew.dto.ActionRequestDTO[] |
getAllActionRequests(Long routeHeaderId)
|
String |
getAppDocId(Long documentId)
|
String |
getClearFutureRequestsValue()
|
org.kuali.rice.kew.dto.RouteNodeInstanceDTO[] |
getCurrentNodeInstances(Long documentId)
|
org.kuali.rice.kew.dto.DocumentContentDTO |
getDocumentContent(Long routeHeaderId)
|
org.kuali.rice.kew.dto.DocumentDetailDTO |
getDocumentDetail(Long documentId)
|
org.kuali.rice.kew.dto.DocumentDetailDTO |
getDocumentDetailFromAppId(String documentTypeName,
String appId)
|
String |
getDocumentInitiatorPrincipalId(Long routeHeaderId)
|
String |
getDocumentRoutedByPrincipalId(Long routeHeaderId)
|
org.kuali.rice.kew.dto.RouteNodeInstanceDTO[] |
getDocumentRouteNodeInstances(Long documentId)
|
String |
getDocumentStatus(Long documentId)
|
org.kuali.rice.kew.dto.DocumentStatusTransitionDTO[] |
getDocumentStatusTransitionHistory(Long documentId)
|
org.kuali.rice.kew.dto.DocumentTypeDTO |
getDocumentType(Long documentTypeId)
|
org.kuali.rice.kew.dto.DocumentTypeDTO |
getDocumentTypeByName(String documentTypeName)
|
String |
getDoNotReceiveFutureRequestsValue()
|
String |
getFutureRequestsKey(String principalId)
|
org.kuali.rice.kew.dto.DocumentLinkDTO |
getLinkedDocument(org.kuali.rice.kew.dto.DocumentLinkDTO docLinkVO)
This overridden method ... |
List<org.kuali.rice.kew.dto.DocumentLinkDTO> |
getLinkedDocumentsByDocId(Long id)
This overridden method ... |
Long |
getNewResponsibilityId()
|
org.kuali.rice.kew.dto.RouteNodeInstanceDTO |
getNodeInstance(Long nodeInstanceId)
|
String[] |
getPreviousRouteNodeNames(Long documentId)
|
String[] |
getPrincipalIdsInRouteLog(Long routeHeaderId,
boolean lookFuture)
|
String[] |
getPrincipalIdsWithPendingActionRequestByActionRequestedAndDocId(String actionRequestedCd,
Long routeHeaderId)
|
String |
getReceiveFutureRequestsValue()
|
org.kuali.rice.kew.dto.RouteHeaderDTO |
getRouteHeader(Long documentId)
|
org.kuali.rice.kew.dto.RouteHeaderDTO |
getRouteHeaderWithPrincipal(String principalId,
Long documentId)
|
Timestamp[] |
getSearchableAttributeDateTimeValuesByKey(Long documentId,
String key)
|
BigDecimal[] |
getSearchableAttributeFloatValuesByKey(Long documentId,
String key)
|
Long[] |
getSearchableAttributeLongValuesByKey(Long documentId,
String key)
|
String[] |
getSearchableAttributeStringValuesByKey(Long documentId,
String key)
|
org.kuali.rice.kew.dto.RouteNodeInstanceDTO[] |
getTerminalNodeInstances(Long documentId)
|
Integer |
getUserActionItemCount(String principalId)
|
boolean |
hasRouteNode(String documentTypeName,
String routeNodeName)
|
boolean |
isCurrentActiveDocumentType(String documentTypeName)
|
boolean |
isFinalApprover(Long routeHeaderId,
String principalId)
|
boolean |
isLastApproverAtNode(Long routeHeaderId,
String principalId,
String nodeName)
|
boolean |
isLastApproverInRouteLevel(Long routeHeaderId,
String principalId,
Integer routeLevel)
|
boolean |
isSuperUserForDocumentType(String principalId,
Long documentTypeId)
|
boolean |
isUserInRouteLog(Long routeHeaderId,
String principalId,
boolean lookFuture)
|
boolean |
isUserInRouteLogWithOptionalFlattening(Long routeHeaderId,
String principalId,
boolean lookFuture,
boolean flattenNodes)
|
org.kuali.rice.kew.dto.DocumentSearchResultDTO |
performDocumentSearch(org.kuali.rice.kew.dto.DocumentSearchCriteriaDTO criteriaVO)
|
org.kuali.rice.kew.dto.DocumentSearchResultDTO |
performDocumentSearchWithPrincipal(String principalId,
org.kuali.rice.kew.dto.DocumentSearchCriteriaDTO criteriaVO)
|
void |
reResolveRole(String documentTypeName,
String roleName,
String qualifiedRoleNameLabel)
|
void |
reResolveRoleByDocumentId(Long documentId,
String roleName,
String qualifiedRoleNameLabel)
|
boolean |
routeLevelHasApproverActionRequest(String documentTypeName,
String docContent,
Integer routeLevel)
Deprecated. use routeNodeHasApproverActionRequest instead |
boolean |
routeNodeHasApproverActionRequest(String documentTypeName,
String docContent,
String nodeName)
|
org.kuali.rice.kew.dto.DocumentDetailDTO |
routingReport(org.kuali.rice.kew.dto.ReportCriteriaDTO reportCriteria)
|
org.kuali.rice.kew.dto.RuleDTO[] |
ruleReport(org.kuali.rice.kew.dto.RuleReportCriteriaDTO ruleReportCriteria)
|
org.kuali.rice.kew.dto.WorkflowAttributeValidationErrorDTO[] |
validateWorkflowAttributeDefinitionVO(org.kuali.rice.kew.dto.WorkflowAttributeDefinitionDTO definition)
This work is also being done in the bowels of convertDocumentContentVO in DTOConverter so some code could be reduced. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WorkflowUtilityWebServiceImpl()
Method Detail |
---|
public org.kuali.rice.kew.dto.RouteHeaderDTO getRouteHeaderWithPrincipal(String principalId, Long documentId) throws org.kuali.rice.kew.exception.WorkflowException
getRouteHeaderWithPrincipal
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kim.bo.types.dto.AttributeSet getActionsRequested(String principalId, Long documentId)
getActionsRequested
in interface org.kuali.rice.kew.service.WorkflowUtility
public org.kuali.rice.kew.dto.RouteHeaderDTO getRouteHeader(Long documentId) throws org.kuali.rice.kew.exception.WorkflowException
getRouteHeader
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public String getDocumentStatus(Long documentId) throws org.kuali.rice.kew.exception.WorkflowException
getDocumentStatus
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.DocumentDetailDTO getDocumentDetail(Long documentId) throws org.kuali.rice.kew.exception.WorkflowException
getDocumentDetail
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.RouteNodeInstanceDTO getNodeInstance(Long nodeInstanceId) throws org.kuali.rice.kew.exception.WorkflowException
getNodeInstance
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.DocumentTypeDTO getDocumentType(Long documentTypeId) throws org.kuali.rice.kew.exception.WorkflowException
getDocumentType
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.DocumentTypeDTO getDocumentTypeByName(String documentTypeName) throws org.kuali.rice.kew.exception.WorkflowException
getDocumentTypeByName
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public Long getNewResponsibilityId()
getNewResponsibilityId
in interface org.kuali.rice.kew.service.WorkflowUtility
public Integer getUserActionItemCount(String principalId) throws org.kuali.rice.kew.exception.WorkflowException
getUserActionItemCount
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.ActionItemDTO[] getActionItemsForPrincipal(String principalId) throws org.kuali.rice.kew.exception.WorkflowException
getActionItemsForPrincipal
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.ActionItemDTO[] getAllActionItems(Long routeHeaderId) throws org.kuali.rice.kew.exception.WorkflowException
getAllActionItems
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.ActionItemDTO[] getActionItems(Long routeHeaderId, String[] actionRequestedCodes) throws org.kuali.rice.kew.exception.WorkflowException
getActionItems
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.ActionRequestDTO[] getAllActionRequests(Long routeHeaderId) throws org.kuali.rice.kew.exception.WorkflowException
getAllActionRequests
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.ActionRequestDTO[] getActionRequests(Long routeHeaderId, String nodeName, String principalId) throws org.kuali.rice.kew.exception.WorkflowException
getActionRequests
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.ActionTakenDTO[] getActionsTaken(Long routeHeaderId) throws org.kuali.rice.kew.exception.WorkflowException
getActionsTaken
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.WorkflowAttributeValidationErrorDTO[] validateWorkflowAttributeDefinitionVO(org.kuali.rice.kew.dto.WorkflowAttributeDefinitionDTO definition) throws org.kuali.rice.kew.exception.WorkflowException
validateWorkflowAttributeDefinitionVO
in interface org.kuali.rice.kew.service.WorkflowUtility
definition
-
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.RouteNodeInstanceDTO[] getDocumentRouteNodeInstances(Long documentId) throws org.kuali.rice.kew.exception.WorkflowException
getDocumentRouteNodeInstances
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.RouteNodeInstanceDTO[] getActiveNodeInstances(Long documentId) throws org.kuali.rice.kew.exception.WorkflowException
getActiveNodeInstances
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.RouteNodeInstanceDTO[] getTerminalNodeInstances(Long documentId) throws org.kuali.rice.kew.exception.WorkflowException
getTerminalNodeInstances
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.RouteNodeInstanceDTO[] getCurrentNodeInstances(Long documentId) throws org.kuali.rice.kew.exception.WorkflowException
getCurrentNodeInstances
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public boolean isUserInRouteLog(Long routeHeaderId, String principalId, boolean lookFuture) throws org.kuali.rice.kew.exception.WorkflowException
isUserInRouteLog
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public boolean isUserInRouteLogWithOptionalFlattening(Long routeHeaderId, String principalId, boolean lookFuture, boolean flattenNodes) throws org.kuali.rice.kew.exception.WorkflowException
isUserInRouteLogWithOptionalFlattening
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public String[] getPrincipalIdsInRouteLog(Long routeHeaderId, boolean lookFuture) throws org.kuali.rice.kew.exception.WorkflowException
getPrincipalIdsInRouteLog
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
WorkflowUtility.getPrincipalIdsInRouteLog(java.lang.Long, boolean)
public String[] getPrincipalIdsWithPendingActionRequestByActionRequestedAndDocId(String actionRequestedCd, Long routeHeaderId)
getPrincipalIdsWithPendingActionRequestByActionRequestedAndDocId
in interface org.kuali.rice.kew.service.WorkflowUtility
WorkflowUtility.getPrincipalIdsWithPendingActionRequestByActionRequestedAndDocId(java.lang.String, java.lang.Long)
public boolean documentWillHaveAtLeastOneActionRequest(org.kuali.rice.kew.dto.ReportCriteriaDTO reportCriteriaDTO, String[] actionRequestedCodes, boolean ignoreCurrentActionRequests)
documentWillHaveAtLeastOneActionRequest
in interface org.kuali.rice.kew.service.WorkflowUtility
WorkflowUtility.documentWillHaveAtLeastOneActionRequest(org.kuali.rice.kew.dto.ReportCriteriaDTO, java.lang.String[], boolean)
public boolean isLastApproverInRouteLevel(Long routeHeaderId, String principalId, Integer routeLevel) throws org.kuali.rice.kew.exception.WorkflowException
isLastApproverInRouteLevel
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public boolean isLastApproverAtNode(Long routeHeaderId, String principalId, String nodeName) throws org.kuali.rice.kew.exception.WorkflowException
isLastApproverAtNode
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public boolean routeLevelHasApproverActionRequest(String documentTypeName, String docContent, Integer routeLevel) throws org.kuali.rice.kew.exception.WorkflowException
routeLevelHasApproverActionRequest
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public boolean routeNodeHasApproverActionRequest(String documentTypeName, String docContent, String nodeName) throws org.kuali.rice.kew.exception.WorkflowException
routeNodeHasApproverActionRequest
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public void reResolveRole(String documentTypeName, String roleName, String qualifiedRoleNameLabel) throws org.kuali.rice.kew.exception.WorkflowException
reResolveRole
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public void reResolveRoleByDocumentId(Long documentId, String roleName, String qualifiedRoleNameLabel) throws org.kuali.rice.kew.exception.WorkflowException
reResolveRoleByDocumentId
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.DocumentDetailDTO routingReport(org.kuali.rice.kew.dto.ReportCriteriaDTO reportCriteria) throws org.kuali.rice.kew.exception.WorkflowException
routingReport
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public boolean isFinalApprover(Long routeHeaderId, String principalId) throws org.kuali.rice.kew.exception.WorkflowException
isFinalApprover
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public boolean isSuperUserForDocumentType(String principalId, Long documentTypeId) throws org.kuali.rice.kew.exception.WorkflowException
isSuperUserForDocumentType
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.DocumentContentDTO getDocumentContent(Long routeHeaderId) throws org.kuali.rice.kew.exception.WorkflowException
getDocumentContent
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public String[] getPreviousRouteNodeNames(Long documentId) throws org.kuali.rice.kew.exception.WorkflowException
getPreviousRouteNodeNames
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.RuleDTO[] ruleReport(org.kuali.rice.kew.dto.RuleReportCriteriaDTO ruleReportCriteria) throws org.kuali.rice.kew.exception.WorkflowException
ruleReport
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.DocumentSearchResultDTO performDocumentSearch(org.kuali.rice.kew.dto.DocumentSearchCriteriaDTO criteriaVO) throws org.kuali.rice.kew.exception.WorkflowException
performDocumentSearch
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.DocumentSearchResultDTO performDocumentSearchWithPrincipal(String principalId, org.kuali.rice.kew.dto.DocumentSearchCriteriaDTO criteriaVO) throws org.kuali.rice.kew.exception.WorkflowException
performDocumentSearchWithPrincipal
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public String getDocumentInitiatorPrincipalId(Long routeHeaderId) throws org.kuali.rice.kew.exception.WorkflowException
getDocumentInitiatorPrincipalId
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
WorkflowUtility.getDocumentInitiatorPrincipalId(java.lang.Long)
public String getDocumentRoutedByPrincipalId(Long routeHeaderId) throws org.kuali.rice.kew.exception.WorkflowException
getDocumentRoutedByPrincipalId
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
WorkflowUtility.getDocumentRoutedByPrincipalId(java.lang.Long)
public Timestamp[] getSearchableAttributeDateTimeValuesByKey(Long documentId, String key)
getSearchableAttributeDateTimeValuesByKey
in interface org.kuali.rice.kew.service.WorkflowUtility
WorkflowUtility.getSearchableAttributeDateTimeValuesByKey(java.lang.Long, java.lang.String)
public BigDecimal[] getSearchableAttributeFloatValuesByKey(Long documentId, String key)
getSearchableAttributeFloatValuesByKey
in interface org.kuali.rice.kew.service.WorkflowUtility
WorkflowUtility.getSearchableAttributeFloatValuesByKey(java.lang.Long, java.lang.String)
public Long[] getSearchableAttributeLongValuesByKey(Long documentId, String key)
getSearchableAttributeLongValuesByKey
in interface org.kuali.rice.kew.service.WorkflowUtility
WorkflowUtility.getSearchableAttributeLongValuesByKey(java.lang.Long, java.lang.String)
public String[] getSearchableAttributeStringValuesByKey(Long documentId, String key)
getSearchableAttributeStringValuesByKey
in interface org.kuali.rice.kew.service.WorkflowUtility
WorkflowUtility.getSearchableAttributeStringValuesByKey(java.lang.Long, java.lang.String)
public String getFutureRequestsKey(String principalId)
getFutureRequestsKey
in interface org.kuali.rice.kew.service.WorkflowUtility
public String getReceiveFutureRequestsValue()
getReceiveFutureRequestsValue
in interface org.kuali.rice.kew.service.WorkflowUtility
public String getDoNotReceiveFutureRequestsValue()
getDoNotReceiveFutureRequestsValue
in interface org.kuali.rice.kew.service.WorkflowUtility
public String getClearFutureRequestsValue()
getClearFutureRequestsValue
in interface org.kuali.rice.kew.service.WorkflowUtility
public boolean hasRouteNode(String documentTypeName, String routeNodeName) throws org.kuali.rice.kew.exception.WorkflowException
hasRouteNode
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public boolean isCurrentActiveDocumentType(String documentTypeName) throws org.kuali.rice.kew.exception.WorkflowException
isCurrentActiveDocumentType
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public org.kuali.rice.kew.dto.DocumentDetailDTO getDocumentDetailFromAppId(String documentTypeName, String appId) throws org.kuali.rice.kew.exception.WorkflowException
getDocumentDetailFromAppId
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public String getAppDocId(Long documentId)
getAppDocId
in interface org.kuali.rice.kew.service.WorkflowUtility
public org.kuali.rice.kew.dto.DocumentStatusTransitionDTO[] getDocumentStatusTransitionHistory(Long documentId) throws org.kuali.rice.kew.exception.WorkflowException
getDocumentStatusTransitionHistory
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public void deleteDocumentLink(org.kuali.rice.kew.dto.DocumentLinkDTO docLink) throws org.kuali.rice.kew.exception.WorkflowException
deleteDocumentLink
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
public void addDocumentLink(org.kuali.rice.kew.dto.DocumentLinkDTO docLinkVO) throws org.kuali.rice.kew.exception.WorkflowException
addDocumentLink
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
org.kuali.rice.kew.routeheader.service.WorkflowDocumentService#addDocumentLink(org.kuali.rice.kew.documentlink.DocumentLink)
public List<org.kuali.rice.kew.dto.DocumentLinkDTO> getLinkedDocumentsByDocId(Long id) throws org.kuali.rice.kew.exception.WorkflowException
getLinkedDocumentsByDocId
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
org.kuali.rice.kew.routeheader.service.WorkflowDocumentService#getgetLinkedDocumentsByDocId(java.lang.Long)
public org.kuali.rice.kew.dto.DocumentLinkDTO getLinkedDocument(org.kuali.rice.kew.dto.DocumentLinkDTO docLinkVO) throws org.kuali.rice.kew.exception.WorkflowException
getLinkedDocument
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
org.kuali.rice.kew.routeheader.service.WorkflowDocumentService#getDocumentLink(org.kuali.rice.kew.documentlink.DocumentLink)
public void deleteDocumentLinksByDocId(Long id) throws org.kuali.rice.kew.exception.WorkflowException
deleteDocumentLinksByDocId
in interface org.kuali.rice.kew.service.WorkflowUtility
org.kuali.rice.kew.exception.WorkflowException
org.kuali.rice.kew.routeheader.service.WorkflowDocumentService#deleteDocumentLinkByDocId(java.lang.Long)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |