|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Space in org.esupportail.portal.channels.CWebdav |
Fields in org.esupportail.portal.channels.CWebdav declared as Space | |
private Space |
CWebdav.currentSpace
The current used space |
Uses of Space in org.esupportail.portal.channels.CWebdav.channelAction |
Fields in org.esupportail.portal.channels.CWebdav.channelAction declared as Space | |
private Space |
BufferAction.clipboardSpace
The space from wich one we want to copy or move resource |
protected Space |
AbstractChannelAction.currentSpace
the space containing this channel action |
Methods in org.esupportail.portal.channels.CWebdav.channelAction that return Space | |
Space |
BufferAction.getClipboardSpace()
Returns the clipboardSpace |
Methods in org.esupportail.portal.channels.CWebdav.channelAction with parameters of type Space | |
void |
BufferAction.setClipboardSpace(Space clipboardSpace)
Set the clipboard space |
protected static java.lang.StringBuffer |
AbstractDefaultRenderXml.getXmlNavigation(java.util.ArrayList spaces,
Space currentSpace)
Get the XML for the navigation bar |
static java.lang.StringBuffer |
AbstractDefaultRenderXml.getXmlForPasswordSetting(java.util.ArrayList spaces,
Space currentSpace,
ChannelException error,
ChannelConfiguration config)
Return the XML representing the curent dir |
void |
AbstractChannelAction.init(Space currentSpace,
java.util.ArrayList spaces,
ChannelConfiguration config,
BufferAction buffer,
java.lang.String userPortalLogin,
java.util.Vector userGroups)
Init the object used to manage the actions of the channel |
Uses of Space in org.esupportail.portal.channels.CWebdav.channelAction.classic |
Methods in org.esupportail.portal.channels.CWebdav.channelAction.classic with parameters of type Space | |
static java.lang.StringBuffer |
DefaultRenderXml.getXml(java.util.ArrayList spaces,
Space currentSpace,
ChannelException error,
java.lang.String information,
ChannelConfiguration config)
Return the XML representing the curent dir |
static java.lang.StringBuffer |
DefaultRenderXml.getXml(java.util.ArrayList spaces,
Space currentSpace,
java.lang.String targetDirectory,
ChannelException error,
java.lang.String information,
ChannelConfiguration config)
Return the XML representing the curent dir |
Uses of Space in org.esupportail.portal.channels.CWebdav.channelAction.injac |
Methods in org.esupportail.portal.channels.CWebdav.channelAction.injac with parameters of type Space | |
static java.lang.StringBuffer |
DefaultRenderXml.getXml(java.util.ArrayList spaces,
Space currentSpace,
ChannelException error,
java.lang.String information,
ChannelConfiguration config,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
DirectoryProperties directoryProperties)
Return the XML representing the curent dir |
private static java.lang.StringBuffer |
DefaultRenderXml.getXmlAction(Space currentSpace,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
DirectoryProperties directoryProperties)
Get the XML for the action bar |
private static java.lang.StringBuffer |
DefaultRenderXml.getXmlContent(Space currentSpace,
ChannelResource[] ressources,
ChannelConfiguration config,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
DirectoryProperties directoryProperties)
Get the XML for the content |
void |
ChannelAction.init(Space currentSpace,
java.util.ArrayList spaces,
ChannelConfiguration config,
BufferAction buffer,
java.lang.String userPortalLogin,
java.util.Vector userGroups)
Init the object used to manage the actions of the channel |
Uses of Space in org.esupportail.portal.channels.CWebdav.channelAction.injac.acl |
Methods in org.esupportail.portal.channels.CWebdav.channelAction.injac.acl with parameters of type Space | |
static void |
InjacAclManager.setReadersAclOnSpace(Space currentSpace,
java.lang.String path,
InjacSpaceManagementProperties smp)
Set the acl for reading set by manager on a space |
Uses of Space in org.esupportail.portal.channels.CWebdav.channelAction.injac.actions |
Methods in org.esupportail.portal.channels.CWebdav.channelAction.injac.actions with parameters of type Space | |
static java.lang.StringBuffer |
MetadataManagerAction.renderXmlMetadataManager(org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
ChannelConfiguration config,
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 for the metadata management |
private static java.lang.StringBuffer |
MetadataManagerAction.submitMetadataManager(org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
ChannelConfiguration config,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties,
java.lang.String documentName,
java.lang.String documentPath,
java.lang.String actionType,
BufferAction buffer)
Generate the xml and submit the metadata |
private static void |
MetadataManagerAction.setMetadataToSet(org.jasig.portal.ChannelRuntimeData runtimeData,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
Space currentSpace,
DirectoryProperties directoryProperties,
java.lang.String documentName,
java.lang.String documentPath,
java.lang.String actionType)
Set the metadata list we want to set |
private static java.lang.StringBuffer |
MetadataManagerAction.generateXmlForMetadataSettings(java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
Space currentSpace,
java.lang.String documentName,
java.lang.String documentPath,
java.lang.String actionType)
Generate the xml for the metadata setting |
private static java.lang.StringBuffer |
MetadataManagerAction.setMetadataOnDocument(java.lang.StringBuffer stylesheet,
ChannelConfiguration config,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties,
java.lang.String documentFullPath)
Set the metadata on document and return the xml for the next action |
private static java.lang.StringBuffer |
MetadataManagerAction.editDocument(java.lang.StringBuffer stylesheet,
ChannelConfiguration config,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties,
java.lang.String documentFullPath)
Edit the document and return the xml for the next action |
private static java.lang.StringBuffer |
MetadataManagerAction.publishDocument(java.lang.StringBuffer stylesheet,
ChannelConfiguration config,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties,
java.lang.String documentFullPath)
Publish the document and return the xml for the next action |
private static java.lang.StringBuffer |
MetadataManagerAction.rejectDocument(java.lang.StringBuffer stylesheet,
ChannelConfiguration config,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties,
java.lang.String documentFullPath)
Reject the document and return the xml for the next action |
static java.lang.StringBuffer |
DocumentUnpublicationAction.renderXmlConfirmUnpublish(org.jasig.portal.ChannelRuntimeData runtimeData,
BufferAction buffer,
java.lang.StringBuffer stylesheet,
ChannelConfiguration config,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties)
Generate the XML when we ask an unpublication confirmation |
static java.lang.StringBuffer |
DocumentUnpublicationAction.unpublish(org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
ChannelConfiguration config,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties)
Generate the XML String and unpublish the document |
static java.lang.StringBuffer |
DocumentRejectAction.renderXmlConfirmReject(org.jasig.portal.ChannelRuntimeData runtimeData,
BufferAction buffer,
java.lang.StringBuffer stylesheet,
ChannelConfiguration config,
java.util.ArrayList spaces,
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 |
static java.lang.StringBuffer |
DocumentRejectAction.reject(org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
ChannelConfiguration config,
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 |
DocumentPublicationAction.renderXmlConfirmPublish(org.jasig.portal.ChannelRuntimeData runtimeData,
BufferAction buffer,
java.lang.StringBuffer stylesheet,
ChannelConfiguration config,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties)
Generate the XML when we ask a publish confirmation |
private static java.lang.StringBuffer |
DocumentPublicationAction.renderXmlConfirmPublishNewDocument(BufferAction buffer,
Space currentSpace,
DirectoryProperties directoryProperties)
Generate the XML when we ask a publish confirmation of a new document |
private static java.lang.StringBuffer |
DocumentPublicationAction.renderXmlConfirmPublishOldDocument(java.lang.String[] files,
java.lang.String userPortalLogin,
Space currentSpace)
Generate the XML when we ask a publish confirmation of an existing document |
static java.lang.StringBuffer |
DocumentPublicationAction.publish(org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
ChannelConfiguration config,
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 publish the document |
static java.lang.StringBuffer |
DocumentEditionAction.renderXmlConfirmSubmit(org.jasig.portal.ChannelRuntimeData runtimeData,
BufferAction buffer,
java.lang.StringBuffer stylesheet,
ChannelConfiguration config,
java.util.ArrayList spaces,
java.util.ArrayList metadataToSet,
java.lang.String userPortalLogin,
java.util.Vector userGroups,
Space currentSpace,
DirectoryProperties directoryProperties)
Generate the XML when we ask a submit confirmation |
private static java.lang.StringBuffer |
DocumentEditionAction.renderXmlConfirmSubmitNewDocument(BufferAction buffer,
Space currentSpace,
DirectoryProperties directoryProperties)
Generate the XML when we ask a submit confirmation of a new document |
private static java.lang.StringBuffer |
DocumentEditionAction.renderXmlConfirmSubmitOldDocument(java.lang.String[] files,
java.lang.String userPortalLogin,
Space currentSpace)
Generate the XML when we ask a submit confirmation of an existing document |
static java.lang.StringBuffer |
DocumentEditionAction.submit(org.jasig.portal.ChannelRuntimeData runtimeData,
java.lang.StringBuffer stylesheet,
ChannelConfiguration config,
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 submit the document |
Uses of Space in org.esupportail.portal.channels.CWebdav.channelAction.injac.metadata |
Methods in org.esupportail.portal.channels.CWebdav.channelAction.injac.metadata with parameters of type Space | |
static InjacSpaceManagementProperties |
InjacSpaceManagementProperties.getProperties(ChannelConfiguration config,
Space currentSpace,
java.lang.String path)
Get the properties sets on a space |
Uses of Space in org.esupportail.portal.channels.CWebdav.config |
Methods in org.esupportail.portal.channels.CWebdav.config with parameters of type Space | |
void |
ChannelConfiguration.setSpaces(Space space)
add a new space to the list |
Uses of Space in org.esupportail.portal.channels.CWebdav.provider.access |
Methods in org.esupportail.portal.channels.CWebdav.provider.access with parameters of type Space | |
void |
WebdavAccessImpl.init(Space space)
This method initializes the parameters. |
boolean |
WebdavAccessImpl.canPaste(Space fromSpace,
java.lang.String toSpaceKey,
java.lang.String clipboardPath,
java.util.Vector clipboard,
java.lang.String curentDirPath)
Check if we can paste here |
abstract void |
ServerAccess.init(Space space)
This method initializes the parameters. |
abstract boolean |
ServerAccess.canPaste(Space fromSpace,
java.lang.String toSpaceKey,
java.lang.String clipboardPath,
java.util.Vector clipboard,
java.lang.String curentDirPath)
Check if we can paste here |
boolean |
ServerAccess.copy(java.lang.String resource,
Space fromSpace,
java.lang.String fromPath,
java.lang.String toSpaceKey,
java.lang.String toPath)
Copy method |
boolean |
ServerAccess.move(java.lang.String resource,
Space fromSpace,
java.lang.String fromPath,
java.lang.String toSpaceKey,
java.lang.String toPath)
Move method |
void |
CifsAccessImpl.init(Space space)
Initializes the CIFS server parameters You have to call this method before calling the connect method. |
boolean |
CifsAccessImpl.canPaste(Space fromSpace,
java.lang.String toSpaceKey,
java.lang.String clipboardPath,
java.util.Vector clipboard,
java.lang.String curentDirPath)
Check that we can paste a file in the target directory This version does not support inter spaces paste ! |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |