Nuxeo Enterprise Platform 5.4

org.nuxeo.cm.caselink
Interface ActionableCaseLink

All Superinterfaces:
org.nuxeo.ecm.platform.routing.api.ActionableObject, CaseLink, HasParticipants, Serializable
All Known Implementing Classes:
ActionableCaseLinkImpl

public interface ActionableCaseLink
extends CaseLink, org.nuxeo.ecm.platform.routing.api.ActionableObject

Author:
Alexandre Russel

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.nuxeo.cm.caselink.CaseLink
CaseLink.CaseLinkState, CaseLink.CaseLinkTransistion
 
Method Summary
 String getStepId()
           
 String getTaskType()
           
 boolean isDone()
           
 boolean isTodo()
           
 void refuse(org.nuxeo.ecm.core.api.CoreSession session)
           
 void setDone(org.nuxeo.ecm.core.api.CoreSession session)
           
 void setRefuseOperationChainId(String refuseChainId)
           
 void setStepId(String id)
           
 void setValidateOperationChainId(String validateChainId)
           
 void validate(org.nuxeo.ecm.core.api.CoreSession session)
           
 
Methods inherited from interface org.nuxeo.cm.caselink.CaseLink
getCase, getComment, getDate, getDocument, getId, getSender, getSenderMailboxId, getSentDate, getSubject, getType, isActionnable, isDraft, isRead, save, setActionnable
 
Methods inherited from interface org.nuxeo.cm.cases.HasParticipants
addInitialExternalParticipants, addInitialInternalParticipants, addParticipants, getAllParticipants, getInitialExternalParticipants, getInitialInternalParticipants
 
Methods inherited from interface org.nuxeo.ecm.platform.routing.api.ActionableObject
getAttachedDocuments, getDocumentRouteStep, getRefuseOperationChainId, getValidateOperationChainId
 

Method Detail

getTaskType

String getTaskType()

validate

void validate(org.nuxeo.ecm.core.api.CoreSession session)

refuse

void refuse(org.nuxeo.ecm.core.api.CoreSession session)

setRefuseOperationChainId

void setRefuseOperationChainId(String refuseChainId)

setValidateOperationChainId

void setValidateOperationChainId(String validateChainId)

setStepId

void setStepId(String id)

isTodo

boolean isTodo()

isDone

boolean isDone()

setDone

void setDone(org.nuxeo.ecm.core.api.CoreSession session)

getStepId

String getStepId()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.