org.esupportail.portal.channels.CStockage.channelAction.injac.actions
Class DocumentRejectAction
java.lang.Object
org.esupportail.portal.channels.CStockage.channelAction.injac.actions.DocumentRejectAction
- public class DocumentRejectAction
- extends java.lang.Object
Id: DocumentRejectAction.java,v 1.0 27 oct. 2004
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classes: DocumentRejectAction
Original Author: Yohan Colmant
Action for the document reject
|
Field Summary |
protected static Log |
log
Logger object |
|
Method Summary |
static java.lang.StringBuffer |
reject(org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties,
BufferAction buffer)
Generate the XML String and reject the document |
static java.lang.StringBuffer |
renderXmlConfirmReject(org.jasig.portal.ChannelRuntimeData runtimeData,
BufferAction buffer,
java.lang.StringBuffer stylesheet,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties)
Generate the XML when we ask a reject confirmation |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final Log log
- Logger object
DocumentRejectAction
public DocumentRejectAction()
renderXmlConfirmReject
public static java.lang.StringBuffer renderXmlConfirmReject(org.jasig.portal.ChannelRuntimeData runtimeData,
BufferAction buffer,
java.lang.StringBuffer stylesheet,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties)
throws ChannelException
- Generate the XML when we ask a reject confirmation
- Parameters:
runtimeData - the channel runtimedata objectbuffer - the buffer used for the clipboardstylesheet - the channel stylesheet we are going to usemetadataToSet - the metatada list we want to setuserPortalLogin - the user portal loginuserGroups - the user portal groupscurrentSpace - the current spacedirectoryProperties - the current directory properties
- Returns:
- the XML String for this mod
- Throws:
ChannelException
reject
public static java.lang.StringBuffer reject(org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties,
BufferAction buffer)
throws ChannelException
- Generate the XML String and reject the document
- Parameters:
runtimeData - the runtime data channel objectstylesheet - the stylesheet we are about to usespaces - the spaces listmetadataToSet - the metadata list we want to setuserPortalLogin - the user portal loginuserGroups - the user portal groupscurrentSpace - the current spacedirectoryProperties - the current directory propertiesbuffer - the buffer used for example for the clipboard
- Returns:
- the XML String for this mod
- Throws:
ChannelException