Uses of Class
com.jalios.jcms.workspace.Workspace
-
-
Uses of Workspace in com.jalios.jcms
Fields in com.jalios.jcms declared as Workspace Modifier and Type Field Description protected Workspace
Channel. defaultWorkspace
protected Workspace
Group. workspace
protected Workspace
Publication. workspace
protected Workspace
Publication.WorkspaceAuthorSelector. workspace
protected Workspace
Group.WorkspaceSelector. ws
Fields in com.jalios.jcms with type parameters of type Workspace Modifier and Type Field Description protected java.util.Set<Workspace>
Publication. attachWorkspaceSet
protected java.util.Set<Workspace>
QueryManager.QueryPublicationSelector. workspaceSet
See JCMS-3331.protected java.util.Map<java.lang.String,Workspace>
JcmsCleanFilter. wsMap
protected java.util.Set<Workspace>
JcmsCleanFilter. wsSet
Methods in com.jalios.jcms that return Workspace Modifier and Type Method Description Workspace
Channel. getDefaultWorkspace()
Returns the default workspace.Workspace
Member. getFavoriteWorkspace(Workspace currentWS, java.lang.Class<?> clazz)
Return the favorite Member Workspace where it can work onWorkspace
Channel. getWorkspace(java.lang.String id)
Return a Workspace from its idWorkspace
Group. getWorkspace()
Retrieves the Workspace defined for this group.Workspace
Publication. getWorkspace()
static Workspace
HttpUtil. getWorkspaceParameter(javax.servlet.http.HttpServletRequest request, java.lang.String parameterName)
Retrieve a Workspace from its id received in parameter.Methods in com.jalios.jcms that return types with arguments of type Workspace Modifier and Type Method Description java.util.SortedSet<Workspace>
Member. getAdministratedWorkspaceSet()
This convenient method returns all the workspace this member is the administrator of.java.util.Set<Workspace>
Publication. getAttachWorkspaceSet()
Returns the attachWorkspaceSetjava.util.Map<Workspace,java.lang.Boolean>
MemberIndexManager. getCanPublishContentMap(Member mbr)
Returns the publish rights map associated to the given member.java.util.Map<Workspace,java.lang.Boolean>
MemberIndexManager. getCanUpdateDeleteContentMap(Member mbr)
Returns the updateDelete map associated to the given member.java.util.Set<Workspace>
Channel. getWorkspaceSet(Workflow wf)
Return a Set of Workspace that use the given Workflowjava.util.Set<Workspace>
Member. getWorkspaceSet()
java.util.Set<Workspace>
MemberIndexManager. getWorkspaceSet(Member mbr)
Returns the workspace set associated to the given member.java.util.Set<Workspace>
RightPolicyManager. getWorkspaceSet(java.util.Set<Workspace> workspaceSet, Member mbr)
Methods in com.jalios.jcms with parameters of type Workspace Modifier and Type Method Description boolean
MemberIndexManager. addWorkspace(Member mbr, Workspace workspace)
Adds the given workspace to the workspace set of the given member.ControllerStatus
Publication. attachTo(Workspace attachWorkspace, java.util.Set<Category> catSet, Member mbr)
Attaches this publication to the given workspace with the given categories.boolean
Member. belongsToWorkspace(Workspace ws)
This convenient method returns true if this member belongs to the given workspace.boolean
Publication. canBeAttachedTo(Workspace attachWorkspace, Member mbr)
Returns true if the given member can attach this publication to the given workspace.boolean
Publication. canBeDetachedFrom(Workspace attachWorkspace, Member mbr)
Returns true if the given member can detach this publication from the given workspace.boolean
RightPolicyManager. canBeReadBy(boolean isAuthorized, Workspace ws, Member mbr)
boolean
Member. canCreateWorkspace(Workspace model)
Check if the member can duplicate the model to create a workspaceboolean
RightPolicyManager. canCreateWorkspace(boolean isAuthorized, Member mbr, Workspace model)
boolean
Member. canDeleteOther(java.lang.Class<?> clazz, Workspace ws)
Check if this member can delete content of the specified class, published by other user, in the given workspace.boolean
Member. canDeleteOther(java.lang.Class<?> clazz, Workspace ws, java.util.Map<java.lang.String,?> contextMap)
Check if this member can delete content of the specified class, published by other user, in the given workspace.boolean
RightPolicyManager. canDeleteOther(boolean isAuthorized, Member mbr, java.lang.Class<? extends Publication> clazz, Workspace ws)
Deprecated.boolean
RightPolicyManager. canDeleteOther(boolean isAuthorized, Member mbr, java.lang.Class<? extends Publication> clazz, Workspace ws, java.util.Map<java.lang.String,?> contextMap)
boolean
Member. canEditCategories(Workspace ws)
Return true if this member can edit at least one category of this workspaceboolean
Member. canExportGroups(Workspace ws)
Check if this member is authorized to export (eg in CSV) the groups matching specified criteria.boolean
Member. canExportMembers(Workspace ws, Group grp)
Check if this member is authorized to export (eg in CSV) the members matching specified criteria.boolean
Member. canPublish(java.lang.Class<?> clazz, Workspace ws)
Check if this member can publish the specified class of publication in the specified workspace.boolean
Member. canPublish(java.lang.Class<?> clazz, Workspace ws, java.util.Map<java.lang.String,?> contextMap)
Check if this member can publish the specified class of publication in the specified workspace.boolean
Member. canPublishContent(Workspace ws)
Checks if if this member can publish something else than UGC.boolean
Member. canPublishSome(java.lang.Class<?> clazz, Workspace ws)
Check if this member can publish on this class or one of it's subclass in the given workspace.boolean
Member. canPublishSome(java.lang.Class<?> clazz, Workspace ws, java.util.Map<java.lang.String,?> contextMap)
Check if this member can publish on this class or one of it's subclass in the given workspace.boolean
Member. canSendMail(Workspace workspace)
Checks if Member can send Email to the given Workspace.boolean
Member. canUpdateDeleteContent(Workspace ws)
Check if member can perform Update or Delete for the gicen Workspaceboolean
Member. canUpdateOther(java.lang.Class<?> clazz, Workspace ws)
Check if this member can update content of the specified class, published by other user, in the given workspace.boolean
Member. canUpdateOther(java.lang.Class<?> clazz, Workspace ws, java.util.Map<java.lang.String,?> contextMap)
Check if this member can update content of the specified class, published by other user, in the given workspace.boolean
RightPolicyManager. canUpdateOther(boolean isAuthorized, Member mbr, java.lang.Class<? extends Publication> clazz, Workspace ws)
Deprecated.boolean
RightPolicyManager. canUpdateOther(boolean isAuthorized, Member mbr, java.lang.Class<? extends Publication> clazz, Workspace ws, java.util.Map<java.lang.String,?> contextMap)
ControllerStatus
Publication. detachFrom(Workspace attachWorkspace, Member mbr)
Detaches this publication for the given attachWorkspace.static DataSelector
Member. getBelongsToWorkspaceSelector(Workspace ws)
DataSelector which select aMember
which belongs to a workspace (directly)java.util.Set<Category>
Member. getCategoryRootSet(Workspace ws)
Returns the set of category roots the member can manage in a given workspace.Workspace
Member. getFavoriteWorkspace(Workspace currentWS, java.lang.Class<?> clazz)
Return the favorite Member Workspace where it can work onstatic java.lang.Class<? extends FileDocument>
FileDocument. getFirstDocumentClassAuthorized(Member member, Workspace workspace)
Retrieve the first document class authorized for publication by the specified member.static java.lang.Class<? extends FileDocument>
FileDocument. getFirstDocumentClassAuthorized(Member member, Workspace workspace, java.lang.String contentType)
Retrieve the first document class authorized for publication by the specified member and workspace, and the most relevant regarding specified contentType.static java.lang.Class<? extends FileDocument>
FileDocument. getFirstDocumentClassAuthorized(Member member, Workspace workspace, java.lang.String contentType, java.util.Map<java.lang.String,?> contextMap)
Retrieve the first document class authorized for publication by the specified member and workspace, and the most relevant regarding specified contentType.java.util.Set<Group>
Member. getGroupSet(Workspace ws)
Returns the groups of the given workspace the member belongs to.java.lang.String
Member. getHtmlIcon(Workspace ws, java.lang.String userLang)
Return the img tag for the iconjava.lang.String
Member. getIcon(Workspace ws)
protected java.lang.String[]
Member. getIconParameter(Workspace ws, java.lang.String userLang)
Return a String[2]: Title / Alt for the given parametersstatic FileDocument
DBFileDocument. getInstance(java.lang.String filename, Member author, Workspace ws)
Constructs a FileDocument from an existing file.static FileDocument
DBFileDocument. getInstance(java.lang.String filename, java.lang.String title, java.lang.String description, Category[] categories, Member author, Workspace ws)
Constructs a FileDocument from an existing file.static FileDocument
FileDocument. getInstance(java.lang.Class<? extends FileDocument> clazz, java.lang.String filename, java.lang.String title, java.lang.String description, Category[] categories, Member author, Workspace ws)
Constructs a FileDocument from an existing file for the given class.static FileDocument
FileDocument. getInstance(java.lang.String filename, Member author, Workspace ws)
Constructs a FileDocument from an existing file.static FileDocument
FileDocument. getInstance(java.lang.String filename, java.lang.String title, java.lang.String description, Category[] categories, Member author, Workspace ws)
Constructs a FileDocument from an existing file.java.lang.Boolean
MemberIndexManager. getIsWorker(Member mbr, Workspace workspace)
Returns the isWorker status for the specified member.static java.util.Set<FileDocument>
FileDocument. getLockedDocumentSet(Workspace ws, Member mbr)
Returns the set of FileDocument which have a strong lock.java.util.Set<WFState>
Workflow. getNextStateSet(Publication pub, Member member, WFState state, Workspace ws)
Returns all the states a given member can reach from a given statePublicationDetailsManager.PublicationDetailsResult
PublicationDetailsManager. getPublicationDetails(java.lang.Class clazz, Member mbr, Workspace ws)
Returns some statistics about a given publication type.PublicationDetailsManager.PublicationDetailsResult
PublicationDetailsManager. getPublicationDetails(java.lang.Class clazz, Member mbr, Workspace ws, boolean aggregateSubType)
Returns some statistics about a given publication type.<T extends Publication>
java.util.TreeSet<T>Channel. getPublicationSet(java.lang.Class<T> clazz, Member member, boolean checkPstatus, Workspace workspace)
Returns all publications of a given class that can be accessed by a given member.<T extends Publication>
java.util.TreeSet<T>Channel. getPublicationSet(java.lang.Class<T> clazz, Member member, boolean checkPstatus, Workspace workspace, boolean searchDB)
DataRight
Member. getRight(java.lang.Class<?> clazz, boolean searchInGroups, Workspace ws)
Search for a Right object bound to clazz or one class.static java.util.Set<Group>
Group. getRootGroupSet(Workspace ws)
Returns the groups without parent in the given workspace.java.lang.String
Channel. getSenderFullEmail(Workspace ws, Publication pub, java.lang.String lang)
Deprecated.since JCMS-9, with the removal of Workspace.getEmail(), this method now ALWAYS returns either the channel default email or the default admin email, useChannel.getSenderFullEmail()
java.lang.String
Channel. getSenderFullEmail(Workspace ws, java.lang.String lang)
Deprecated.since JCMS-9, with the removal of Workspace.getEmail(), this method now ALWAYS returns either the channel default email or the default admin email, useChannel.getSenderFullEmail()
static java.util.TreeSet
JcmsUtil. getSortedClass(java.util.Collection subTypeList, Workspace workspace, java.lang.String userLang)
Return a Set of classes of Types sorted alphabetically according to the title.Category
Channel. getTagRoot(Workspace ws)
Returns the tag root for the given workspace if it exists ; otherwise return the common tag root.static TypeTemplateEntry
Publication. getTemplateEntry(java.lang.String usage, boolean devModeChecks, java.lang.Class<? extends Data> clazz, Workspace ws)
Returns the TypeTemplateEntry matching the given parameters.TypeTemplateEntry
TemplatePolicyManager. getTemplateEntry(java.lang.String usage, java.lang.Class<? extends Data> pubClass, Workspace ws, TypeTemplateEntry tte)
java.lang.String
Channel. getTypeDescription(java.lang.Class clazz, Workspace workspace, java.lang.String lang)
Returns the description of the given type for the given workspace in the given language.java.lang.String
Channel. getTypeLabel(java.lang.Class<?> clazz, Workspace workspace, java.lang.String lang)
Returns the label of the given type (class) in the given workspace in the given language.java.util.Map<java.lang.String,java.util.Set<Publication>>
WeakLinkManager. getUrlMap(Workspace ws, Member mbr)
Returns the map of urls referenced by publications of the given workspace.static Publication.WorkspaceAuthorSelector
Publication. getWorkspaceAuthorSelector(Workspace workspace, Member author)
static Publication.WorkspaceSelector
Publication. getWorkspaceSelector(Workspace workspace)
java.util.Set<WFState>
Workflow. getWorkStateSet(Group group, Workspace workspace)
Returns all the state a group can work in, for given Workspace.java.util.Set<WFState>
Workflow. getWorkStateSet(Publication pub, Member member, Workspace workspace)
Returns all the state a member can work in, for given Workspace.WSTypeEntry
Channel. getWSTypeEntry(java.lang.Class clazz, Workspace workspace)
This method is a substitute of old getTypeEntry(Class) or getTypeEntry(String).WSTypeEntry
Channel. getWSTypeEntry(java.lang.String className, Workspace workspace)
This method is a substitute of old getTypeEntry(Class) or getTypeEntry(String).WSTypeEntry
Publication. getWSTypeEntry(Workspace wrkspc)
This method return a WSTypeEntry for the given workspace in the current class.boolean
WFState. hasOpenRole(Workspace ws)
void
Publication. init(Member author, Workspace ws)
This method initialise the object with default values for the given workspace: Default categories Default Authorized groups Default Pstatus Given Workspace Given Author and opAuthorprotected boolean
Member. internalCanCreateWorkspace(Workspace model)
protected boolean
Member. internalCanUpdateDeleteOtherCommon(java.lang.Class<?> clazz, Workspace ws, boolean checkUpdate)
protected boolean
Member. internalIsWorker(Workspace ws)
boolean
Member. isAdmin(Workspace ws)
Returns true if this member is an administrator of the given workspaceboolean
RightPolicyManager. isAdmin(boolean isAdmin, Member member, Workspace workspace)
boolean
Member. isWorker(Workspace ws)
Check if this member can work either on publications or on categories (this is a convenient method wich performs a 'or' on the values returned by canPublishContent(Workspace), canUpdateDeleteContent(Workspace) and canEditCategories()).boolean
RightPolicyManager. isWorker(boolean isWorker, Member member, Workspace ws)
static void
Group. printOptionGroup(Workspace ws, Group selectedGrp, javax.servlet.jsp.JspWriter out, java.lang.String userLang, Member mbr)
Print the <option> tags for a <select> tag.static void
Group. printOptionGroup(Workspace ws, java.util.Set<Group> selectedSet, javax.servlet.jsp.JspWriter out, java.lang.String userLang, Member mbr)
Print the <option> tags for a <select> tag.static void
Group. printTreeGroup(Workspace ws, java.lang.String paramName, javax.servlet.jsp.JspWriter out, java.lang.String userLang, JcmsJspContext context)
Print a navigation tree for group splitted by workspaces (except if a workspace is provided).void
MemberIndexManager. putCanPublishContent(Member mbr, Workspace workspace, boolean bool)
Adds the given entry to the publish rights map of the given member.void
MemberIndexManager. putCanUpdateDeleteContent(Member mbr, Workspace workspace, boolean bool)
Adds the given entry to the workspace set of the given member.void
MemberIndexManager. putIsWorker(Member mbr, Workspace workspace, boolean isWorker)
Add the member isWorker status.void
MemberIndexManager. removeCanPublishContent(Member mbr, Workspace workspace)
Removes the given entry for the given member.void
MemberIndexManager. removeCanUpdateDeleteContent(Member mbr, Workspace workspace)
Removes the given entry for the given member.boolean
MemberIndexManager. removeWorkspace(Member mbr, Workspace workspace)
Removes the given workspace for the given member.void
Group. setWorkspace(Workspace workspace)
Sets the Workspace of this group.void
Publication. setWorkspace(Workspace workspace)
void
Member. updateWorkspaceSet(Workspace ws, boolean add)
Update workspaceSet indexMethod parameters in com.jalios.jcms with type arguments of type Workspace Modifier and Type Method Description boolean
Member. canPublish(java.lang.Class clazz, java.util.Set<? extends Workspace> workspaceSet)
Check if this member can publish the specified class of publication in at least one of the workspaces specified.boolean
Member. canPublish(java.lang.Class clazz, java.util.Set<? extends Workspace> workspaceSet, java.util.Map<java.lang.String,?> contextMap)
Check if this member can publish the specified class of publication in at least one of the workspaces specified.boolean
RightPolicyManager. canPublish(boolean isAuthorized, Member mbr, java.lang.Class<? extends Publication> clazz, java.util.Set<? extends Workspace> wsSet)
Deprecated.boolean
RightPolicyManager. canPublish(boolean isAuthorized, Member mbr, java.lang.Class<? extends Publication> clazz, java.util.Set<? extends Workspace> wsSet, java.util.Map<java.lang.String,?> contextMap)
java.lang.String[]
MemberImportManager. filterGroupsToProposedWorkspaces(java.lang.String[] chosenGroupIds, java.util.Set<Workspace> wsSet)
Utility method to control that all chosen groups belongs to given workspace Set.java.util.Set<Workspace>
RightPolicyManager. getWorkspaceSet(java.util.Set<Workspace> workspaceSet, Member mbr)
protected boolean
Member. internalCanPublish(java.lang.Class<?> clazz, java.util.Set<? extends Workspace> workspaceSet)
void
Publication. setAttachWorkspaceSet(java.util.Set<Workspace> attachWorkspaceSet)
Set the attachWorkspaceSetvoid
MemberIndexManager. setWorkspaceSet(Member mbr, java.util.Set<Workspace> set)
Sets the workspace set associated to the given member.Constructors in com.jalios.jcms with parameters of type Workspace Constructor Description BelongsToWorkspaceOrChildSelector(Workspace workspace)
PreferredWorkspaceComparator(Workspace preferredWS)
PreferredWorkspaceComparator(Workspace preferredWS, java.lang.String userLang)
WorkspaceAuthorSelector(Workspace workspace, Member author)
WorkspaceSelector(Workspace workspace)
-
Uses of Workspace in com.jalios.jcms.accesscontrol
Methods in com.jalios.jcms.accesscontrol with parameters of type Workspace Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Object>
AccessControlUtil. getContext(Workspace workspace, java.lang.Object... keyValuePairs)
Retrieve a new context Map suitable for parameter in AccessControlManager access check.protected static boolean
AccessControlManager. internalCheckWorkspaceDataAccess(java.lang.String resource, Group aclGroup, Workspace ws, Data data, Member mbr)
This method is invoked when a Data ACL has been granted for a member, in such case, we check the minimum requirement to validate the authorization or not. -
Uses of Workspace in com.jalios.jcms.alert
Fields in com.jalios.jcms.alert declared as Workspace Modifier and Type Field Description protected Workspace
AlertHandler. alertWorkspace
protected Workspace
SendAlertHandler. refineWorkspace
protected Workspace
Alert. workspace
Methods in com.jalios.jcms.alert that return Workspace Modifier and Type Method Description Workspace
AlertHandler. getAvailableAlertWorkspace()
Workspace
SendAlertHandler. getAvailableRefineWorkspace()
Workspace
Alert. getWorkspace()
Methods in com.jalios.jcms.alert with parameters of type Workspace Modifier and Type Method Description AlertQueryBuilder
AlertQueryBuilder. workspace(Workspace workspace)
Sets the workspace to filter on currentAlertQueryBuilder
-
Uses of Workspace in com.jalios.jcms.alert.openapi
Methods in com.jalios.jcms.alert.openapi that return Workspace Modifier and Type Method Description Workspace
AlertListParameters. getWorkspace()
Methods in com.jalios.jcms.alert.openapi with parameters of type Workspace Modifier and Type Method Description void
AlertListParameters. setWorkspace(Workspace workspace)
-
Uses of Workspace in com.jalios.jcms.analytics
Methods in com.jalios.jcms.analytics that return Workspace Modifier and Type Method Description Workspace
StatisticContext. getAnalyzedWorkspace()
Workspace
AbstractStatisticAgent. getWorkspace()
Methods in com.jalios.jcms.analytics that return types with arguments of type Workspace Modifier and Type Method Description java.util.Set<Workspace>
StatisticContext. getAllAnalyzedWorkspaceSet()
static java.util.Set<Workspace>
AnalyticsManager. getCompatibleWorkspaceSet()
Get compatible workspaces for analyze (workspace model are ignored) (without any right check)static java.util.Set<Workspace>
AnalyticsManager. getCompatibleWorkspaceSet(Member loggedMember)
Get compatible workspaces for analyze (workspace model are ignored)Methods in com.jalios.jcms.analytics with parameters of type Workspace Modifier and Type Method Description static java.util.Set<AbstractReportMetric>
AbstractStatisticAgent. getMetricObjectSet(Workspace workspace, java.util.Date startDate, java.util.Date endDate, java.lang.String urid, java.lang.Class<? extends AbstractReportMetric> clazz)
protected static AbstractReportMetric
AbstractAnalyzeJob. getReportMetric(Workspace analyzedWS, StatisticContext context, java.lang.Class<? extends AbstractReportMetric> clazz)
protected static AbstractReportMetric
AbstractAnalyzeJob. getReportMetric(Workspace analyzedWS, StatisticContext context, java.util.Date startDate, java.util.Date endDate, java.lang.Class<? extends AbstractReportMetric> clazz)
boolean
AbstractStatisticAgent. isReportDisplayed(Workspace displayedWS, java.util.Date beginDate, java.util.Date endDate)
Indicates if this agent have a display available for the provided parametersvoid
AnalyticsManager. runDayAgent(java.util.Date startDate, java.util.Date endDate, Workspace workspace, java.lang.String urid, boolean scheduled, boolean globalAnalyze)
Run day agent in a specific periodvoid
AnalyticsManager. runDayAgent(java.util.Date startDate, java.util.Date endDate, Workspace workspace, java.lang.String urid, boolean scheduled, boolean globalAnalyze, java.util.Date ignoreBeforeDate)
Run day agent in a specific periodvoid
StatisticContext. setAnalyzedWorkspace(Workspace analyzedWorkspace)
void
AbstractStatisticAgent. setWorkspace(Workspace workspace)
Method parameters in com.jalios.jcms.analytics with type arguments of type Workspace Modifier and Type Method Description void
AnalyticsManager. runDayAgent(java.util.Date startDate, java.util.Date endDate, java.util.Set<Workspace> workspaceSet, java.lang.String urid, java.util.Set<AbstractStatisticAgent> dayAgentList, boolean scheduled, boolean globalAnalyze)
Run day agent in the specified periodvoid
AnalyticsManager. runDayAgent(java.util.Date startDate, java.util.Date endDate, java.util.Set<Workspace> workspaceSet, java.lang.String urid, java.util.Set<AbstractStatisticAgent> dayAgentList, boolean scheduled, boolean globalAnalyze, java.util.Date ignoreBeforeDate)
Run day agent in the specified periodvoid
AnalyticsManager. runPeriodAgent(java.util.Date startDate, java.util.Date endDate, AbstractPeriod period, java.util.Set<Workspace> workspaceSet, java.lang.String urid, java.util.Set<AbstractStatisticAgent> agentList, boolean scheduled, boolean globalAnalyze, java.util.Date ignoreBeforeDate)
Run agent with a custom period in a specified intervalvoid
AnalyticsManager. runPeriodAgent2(java.util.Date startDate, java.util.Date endDate, AbstractPeriod period, java.util.Set<Workspace> workspaceSet, java.lang.String urid, java.util.Set<AbstractStatisticAgent> agentList, boolean scheduled, boolean globalAnalyze)
Run agent with a custom period in a specified intervalvoid
StatisticContext. setAllAnalyzedWorkspaceSet(java.util.Set<Workspace> allAnalyzedWorkspaceSet)
-
Uses of Workspace in com.jalios.jcms.analytics.agent
Methods in com.jalios.jcms.analytics.agent with parameters of type Workspace Modifier and Type Method Description long
WriteReportAgent. getDataCount(java.lang.Class<? extends Publication> clazz, Workspace ws)
Returns the number of data available for the given class in a workspace.boolean
AccountReportAgent. isReportDisplayed(Workspace displayedWS, java.util.Date beginDate, java.util.Date endDate)
-
Uses of Workspace in com.jalios.jcms.archive
Fields in com.jalios.jcms.archive declared as Workspace Modifier and Type Field Description protected Workspace
ArchiveBrowserHandler. newWS
protected Workspace
ArchivedPublication. workspace
Methods in com.jalios.jcms.archive that return Workspace Modifier and Type Method Description Workspace
ArchiveQueryHandler. getRefinedWorkspace()
Retrieves the Workspace that archives must belong to in order to be found.Workspace
ArchivedPublication. getWorkspace()
Methods in com.jalios.jcms.archive with parameters of type Workspace Modifier and Type Method Description static int
ArchiveManager. countArchive(Workspace ws)
Count the number of Archive in the specified workspace.void
ArchivedPublication. setWorkspace(Workspace workspace)
-
Uses of Workspace in com.jalios.jcms.caddy
Fields in com.jalios.jcms.caddy declared as Workspace Modifier and Type Field Description protected Workspace
GroupCaddyManagerHandler. commonWS
protected Workspace
GroupCaddyManagerHandler. newWS
protected Workspace
PublicationCaddyManagerHandler. newWS
Methods in com.jalios.jcms.caddy that return Workspace Modifier and Type Method Description Workspace
PublicationCaddyManagerHandler. getAvailableNewWS()
Workspace
GroupCaddyManagerHandler. getAvailableWorkspace()
Methods in com.jalios.jcms.caddy that return types with arguments of type Workspace Modifier and Type Method Description java.util.ArrayList<Workspace>
Caddy. getWorkspaceList()
Create and returns a new list containing allWorkspace
contained in the caddy.Methods in com.jalios.jcms.caddy with parameters of type Workspace Modifier and Type Method Description static boolean
Caddy. checkCaddyAccess(java.lang.Class<? extends Data> clazz, Member loggedMember, Workspace workspace)
Check if a member is authorized to display the caddy corresponding to the specified clazz. -
Uses of Workspace in com.jalios.jcms.categorybrowser
Methods in com.jalios.jcms.categorybrowser that return Workspace Modifier and Type Method Description Workspace
CategoryBrowserContext. getCurrentWS()
Constructors in com.jalios.jcms.categorybrowser with parameters of type Workspace Constructor Description CategoryBrowserContext(Category category, Publication publication, Workspace currentWS, Member member, JcmsContext jcmsContext, java.lang.String language, java.util.Locale locale)
-
Uses of Workspace in com.jalios.jcms.context
Fields in com.jalios.jcms.context declared as Workspace Modifier and Type Field Description protected Workspace
AbstractJcmsAjaxContext. workspace
protected Workspace
JcmsContext. workspace
Methods in com.jalios.jcms.context that return Workspace Modifier and Type Method Description Workspace
GroupListContext. getGrpWorkspace()
Workspace
AbstractJcmsAjaxContext. getWorkspace()
Retrieve the workspace, either the workspace available at the time of the initial request or the one overrided byAbstractJcmsAjaxContext.setWorkspace(Workspace)
Workspace
JcmsContext. getWorkspace()
Retrieve the current Workspace variable for this context either from request if inFO or from session if in back office.Methods in com.jalios.jcms.context with parameters of type Workspace Modifier and Type Method Description GroupListContext.Builder
GroupListContext.Builder. grpWorkspace(Workspace grpWorkspace)
boolean
JcmsJspContext. isEditIcon(Workspace ws, Publication pub)
boolean
JcmsJspContext. isEditIconForPublish(Workspace ws, java.lang.Class clazz)
boolean
JcmsJspContext. isEditIconForPublish(Workspace ws, java.util.Set<java.lang.Class<?>> classSet)
void
AbstractJcmsAjaxContext. setWorkspace(Workspace workspace)
Sets the workspace.
If this method is called beforeAbstractJcmsAjaxContext.setJcmsContext(JcmsJspContext)
, its value won't be overiden by values retrieved from the JcmsJspContext.boolean
JcmsJspContext. showEditIcon(Workspace ws, Data pub)
boolean
JcmsJspContext. showEditIcon(Workspace ws, Data pub, java.lang.Class clazz)
void
JcmsContext. updateWorkspace(Workspace workspace)
Set the given workspace to the request and refreshes the context by forcing an update. -
Uses of Workspace in com.jalios.jcms.db
Methods in com.jalios.jcms.db that return Workspace Modifier and Type Method Description Workspace
DBDataRevision. getWorkspace()
Methods in com.jalios.jcms.db with parameters of type Workspace Modifier and Type Method Description void
DBDataRevision. setWorkspace(Workspace workspace)
PublicationCriteria
PublicationCriteria. setWorkspace(Workspace workspace)
Use insteadPublicationCriteria.setWorkspaceIdSet(Collection)
. -
Uses of Workspace in com.jalios.jcms.dbmember
Methods in com.jalios.jcms.dbmember that return types with arguments of type Workspace Modifier and Type Method Description java.util.Set<Workspace>
DBMember. getWorkspaceSet()
Methods in com.jalios.jcms.dbmember with parameters of type Workspace Modifier and Type Method Description boolean
DBMember. canCreateWorkspace(Workspace model)
boolean
DBMember. canPublishContent(Workspace ws)
static org.hibernate.criterion.Criterion
DBMemberQueryUtil. getWorkspaceCriterion(Workspace ws)
Retrieve an Hibernate Criterion to retrieve DBMember in at least one of the specified groups.void
DBMember. updateWorkspaceSet(Workspace ws, boolean add)
-
Uses of Workspace in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler declared as Workspace Modifier and Type Field Description protected Workspace
AttachWorkspaceHandler. attachWorkspace
protected Workspace
PubChooserHandler. chooserWorkspace
protected Workspace
EditGroupHandler. groupWorkspace
protected Workspace
EditNotificationCriteriaHandler. refineWS
protected Workspace
DuplicateModalHandler. selectedWorkspace
Fields in com.jalios.jcms.handler with type parameters of type Workspace Modifier and Type Field Description protected java.util.Set<Workspace>
EditPublicationHandler. attachWorkspaceSet
protected java.util.Set<Workspace>
DuplicateModalHandler. compliantWorkspaceSet
Methods in com.jalios.jcms.handler that return Workspace Modifier and Type Method Description Workspace
AttachWorkspaceHandler. getAvailableAttachWorkspace()
Workspace
PubChooserHandler. getAvailableChooserWorkspace()
Workspace
PubChooserUploadHandler. getAvailableDocumentWorkspace()
Workspace
EditGroupHandler. getAvailableGroupWorkspace()
Workspace
EditNotificationCriteriaHandler. getAvailableRefineWS()
Workspace
EditPublicationHandler. getAvailableWorkspace()
protected Workspace
EditTypeExtensionHandler. getAvailableWorkspace()
Returns the current workspace.Workspace
AbstractMemberQueryHandler. getRefinedWorkspace()
Retrieves the Workspace that members must belong to in order to be found.Workspace
GroupQueryHandler. getRefinedWorkspace()
Retrieves the Workspace being used to filter groups in this Query.Workspace
QueryHandler. getRefinedWorkspace()
Get the Workspace for this request.Workspace
WorkReportHandler. getSelectedWorkspace()
Workspace
TypeEditorHandler. getTypeFormWorkspace()
Workspace
JcmsFormHandler. getWorkspace()
Methods in com.jalios.jcms.handler that return types with arguments of type Workspace Modifier and Type Method Description java.util.Set<Workspace>
EditPublicationHandler. getAvailableAttachWorkspaceSet()
java.util.Set<Workspace>
StoreCleanerHandler. getAvailableWorkspaceSet()
java.util.Set<Workspace>
MembersCsvImportHandler. getCollaborativeSpaceSet()
Retrieve all the Collaborative workspaces as a Set, with the following conditions : workspace's isCollaborativeSpace() method return true; workspace is open workspace is not a model member belongs to workspace, or collaborative space has public access.java.util.Set<Workspace>
AttachWorkspaceHandler. getProposedWorkspaceSet()
java.util.Set<Workspace>
QueryHandler. getResolvedWorkspaceSet()
Retrieve the Set of Workspace on which the query is refined.java.util.Set<Workspace>
WorkspaceQueryHandler. getResultSet()
Deprecated.Return results of a query done using thisWorkspaceQueryHandler
.java.util.Set<Workspace>
WorkspaceQueryHandler. getResultSet(java.util.Comparator<Workspace> comparator)
Deprecated.Return results of a query done using thisWorkspaceQueryHandler
.java.util.Set<Workspace>
MembersCsvImportHandler. getWorkspaceSet()
Retrieve all the workspaces as a Set, with the following conditions : workspace's getCatSet() is child of "$id.member.csv-import.ws-root-cat" root category.java.util.Set<Workspace>
PortletWorkflowHandler. getWorkspaceSet()
java.util.Set<Workspace>
QueryHandler. getWorkspaceSet()
Retrieve the Set of Workspace on which the query was initially refined.Methods in com.jalios.jcms.handler with parameters of type Workspace Modifier and Type Method Description static boolean
EditMemberPhotoHandler. canEdit(Member me, Member other, Workspace workspace)
Return true if a given member can edit the profile info of a given member.protected boolean
EditDataHandler. createUploadedFileDocument(Data[] datas, Member author, Workspace ws)
Performs create on given array of data if it is a FileDocument that have just been uploaded.protected boolean
EditDataHandler. createUploadedFileDocument(Data[] datas, java.util.Map dataML, Member author, Workspace ws)
Performs create on given array of data if it is a FileDocument that have just been uploaded.protected boolean
EditDataHandler. createUploadedFileDocument(Data data, Member author, Workspace ws)
Performs create on given data if it is a FileDocument that have just been uploaded.protected boolean
EditDataHandler. createUploadedFileDocument(Data data, java.util.Map dataML, Member author, Workspace ws)
Performs create on given array of data if it is a FileDocument that have just been uploaded.protected java.lang.Class<? extends FileDocument>
JcmsUploadFormHandler. getFileDocumentClass(java.lang.Class<? extends FileDocument> clazz, Member member, Workspace workspace)
Deprecated.TheJcmsUploadFormHandler.getFileDocumentClass(Class, Member, Workspace, String)
method is used directly by theJcmsUploadFormHandler.setFileDocuments(String, String, List)
method.protected java.lang.Class<? extends FileDocument>
JcmsUploadFormHandler. getFileDocumentClass(java.lang.Class<? extends FileDocument> clazz, Member member, Workspace workspace, java.lang.String contentType)
Returns the FileDocument Class authorized for publication by the specified member and workspace, and the most relevant regarding specified contentType.protected java.lang.Class<? extends FileDocument>
PubChooserUploadHandler. getFileDocumentClass(java.lang.Class<? extends FileDocument> clazz, Member member, Workspace workspace)
protected java.lang.Class<? extends FileDocument>
PubChooserUploadHandler. getFileDocumentClass(java.lang.Class<? extends FileDocument> clazz, Member member, Workspace workspace, java.lang.String contentType)
void
AbstractMemberQueryHandler. setWorkspace(Workspace wspc)
void
JcmsFormHandler. setWorkspace(Workspace wspc)
void
QueryHandler. setWorkspace(Workspace wspc)
Set the only workspace that publication must belong.protected boolean
EditDataHandler. validateUploadedFileDocument(Data[] datas, Member author, Workspace ws)
Performs validate on given array of data if it is a FileDocument that have just been uploaded.protected boolean
EditDataHandler. validateUploadedFileDocument(Data[] datas, java.util.Map dataML, Member author, Workspace ws)
Performs create on given data if it is a FileDocument that have just been uploaded.protected boolean
EditDataHandler. validateUploadedFileDocument(Data data, Member author, Workspace ws)
Performs create on given data if it is a FileDocument that have just been uploaded.protected boolean
EditDataHandler. validateUploadedFileDocument(Data data, java.util.Map dataML, Member author, Workspace ws)
Performs create on given data if it is a FileDocument that have just been uploaded.Method parameters in com.jalios.jcms.handler with type arguments of type Workspace Modifier and Type Method Description java.util.Set<Workspace>
WorkspaceQueryHandler. getResultSet(java.util.Comparator<Workspace> comparator)
Deprecated.Return results of a query done using thisWorkspaceQueryHandler
.void
QueryHandler. setWorkspaceSet(java.util.Set<Workspace> wsSet)
Set the Workspaces that publication must belong. -
Uses of Workspace in com.jalios.jcms.jportal
Methods in com.jalios.jcms.jportal that return Workspace Modifier and Type Method Description Workspace
JPortalEditorHandler. getAvailableWorkspaceFilter()
Methods in com.jalios.jcms.jportal with parameters of type Workspace Modifier and Type Method Description boolean
JPortalManager. activateTypeInWorkspace(Workspace workspace, java.lang.String applicationClass, Member author)
Active the given application class type in the given workspace -
Uses of Workspace in com.jalios.jcms.json.mixin
Methods in com.jalios.jcms.json.mixin that return Workspace Modifier and Type Method Description Workspace
AlertMixIn. getWorkspace()
Workspace
RecommendationMixIn. getWorkspace()
Workspace
VoteMixIn. getWorkspace()
-
Uses of Workspace in com.jalios.jcms.mail
Fields in com.jalios.jcms.mail declared as Workspace Modifier and Type Field Description protected Workspace
MailAccount. ws
Methods in com.jalios.jcms.mail that return Workspace Modifier and Type Method Description Workspace
MailAccount. getWorkspace()
Methods in com.jalios.jcms.mail with parameters of type Workspace Modifier and Type Method Description void
MailAccount. setWorkspace(Workspace ws)
Constructors in com.jalios.jcms.mail with parameters of type Workspace Constructor Description MailAccount(java.lang.String name, java.lang.String label, Member author, Workspace ws, java.lang.String host, int port, java.lang.String protocol, java.lang.String login, java.lang.String password, java.lang.String mbox, java.lang.String schedule, boolean expunge, boolean ssl)
-
Uses of Workspace in com.jalios.jcms.mail.listener
Fields in com.jalios.jcms.mail.listener declared as Workspace Modifier and Type Field Description Workspace
IncomingMailListener.IncomingMailCriteria. ws
Constructors in com.jalios.jcms.mail.listener with parameters of type Workspace Constructor Description IncomingMailCriteria(java.lang.Integer check, Member author, Workspace ws)
IncomingMailCriteria(java.lang.String prop, Member author, Workspace ws)
-
Uses of Workspace in com.jalios.jcms.mail.listener.criteria
Methods in com.jalios.jcms.mail.listener.criteria that return Workspace Modifier and Type Method Description Workspace
AbstractIncomingMailFetchCriteria. getWorkspace()
Workspace
FetchCriteria. getWorkspace()
Methods in com.jalios.jcms.mail.listener.criteria with parameters of type Workspace Modifier and Type Method Description protected static boolean
AbstractIncomingMailFetchCriteria. validateWorkspace(Workspace ws, MailMessage mail)
Check that given Workspace is not closed, not model, and allows required Types publication. -
Uses of Workspace in com.jalios.jcms.mashup
Methods in com.jalios.jcms.mashup that return Workspace Modifier and Type Method Description Workspace
ImportManager. getImportWorkspace()
Returns the import workspace (the workspace of all the imported publications).Workspace
ImportOptions. getImportWorkspace()
Returns the workspace used for new imported publications.Methods in com.jalios.jcms.mashup with parameters of type Workspace Modifier and Type Method Description ImportOptions
ImportOptions. setImportWorkspace(Workspace importWorkspace)
Sets the workspace used for new imported publications. -
Uses of Workspace in com.jalios.jcms.media
Fields in com.jalios.jcms.media with type parameters of type Workspace Modifier and Type Field Description protected java.util.ArrayList<Workspace>
MediaBrowserHandler. workspaceList
Methods in com.jalios.jcms.media that return types with arguments of type Workspace Modifier and Type Method Description java.util.ArrayList<Workspace>
MediaBrowserHandler. getWorkspaceList()
Retrieve the workspace list in which the logged member can work. -
Uses of Workspace in com.jalios.jcms.policy
Methods in com.jalios.jcms.policy that return Workspace Modifier and Type Method Description Workspace
BasicPortalPolicyFilter. checkWorkspace(DisplayContext context, Workspace workspace, Member loggedMember)
Workspace
PortalPolicyFilter. checkWorkspace(DisplayContext context, Workspace workspace, Member loggedMember)
Hook called by handleDisplayRequest() (in display.jsp) to update the working worskpace.Methods in com.jalios.jcms.policy that return types with arguments of type Workspace Modifier and Type Method Description java.util.Set<Workspace>
BasicRightPolicyFilter. getWorkspaceSet(java.util.Set<Workspace> workspaceSet, Member mbr)
java.util.Set<Workspace>
RightPolicyFilter. getWorkspaceSet(java.util.Set<Workspace> workspaceSet, Member mbr)
Retrieve the workspace set of the specified Member.Methods in com.jalios.jcms.policy with parameters of type Workspace Modifier and Type Method Description boolean
BasicRightPolicyFilter. canBeReadBy(boolean isAuthorized, Workspace ws, Member mbr)
boolean
RightPolicyFilter. canBeReadBy(boolean isAuthorized, Workspace ws, Member mbr)
Checks if a member can read the specified Workspace.boolean
BasicRightPolicyFilter. canCreateWorkspace(boolean isAuthorized, Member mbr, Workspace model)
boolean
RightPolicyFilter. canCreateWorkspace(boolean isAuthorized, Member mbr, Workspace model)
Check if this member can create workspace : - ex nihilo if model is null; - by copiing model if model is not null.boolean
BasicRightPolicyFilter. canDeleteOther(boolean isAuthorized, Member mbr, java.lang.Class clazz, Workspace ws)
boolean
RightPolicyFilter. canDeleteOther(boolean isAuthorized, Member mbr, java.lang.Class clazz, Workspace ws)
Check if this member can delete-other this clazz in at least one of the given workspace.boolean
BasicRightPolicyFilter. canUpdateOther(boolean isAuthorized, Member mbr, java.lang.Class clazz, Workspace ws)
boolean
RightPolicyFilter. canUpdateOther(boolean isAuthorized, Member mbr, java.lang.Class clazz, Workspace ws)
Check if this member can update-other this clazz in at least one of the given workspace.Workspace
BasicPortalPolicyFilter. checkWorkspace(DisplayContext context, Workspace workspace, Member loggedMember)
Workspace
PortalPolicyFilter. checkWorkspace(DisplayContext context, Workspace workspace, Member loggedMember)
Hook called by handleDisplayRequest() (in display.jsp) to update the working worskpace.TypeTemplateEntry
BasicTemplatePolicyFilter. getTemplateEntry(java.lang.String usage, java.lang.Class<? extends Data> dataClass, Workspace ws, TypeTemplateEntry tte)
TypeTemplateEntry
TemplatePolicyFilter. getTemplateEntry(java.lang.String usage, java.lang.Class<? extends Data> dataClass, Workspace ws, TypeTemplateEntry tte)
This method is a hook to display a custom template, different from the default selected one.boolean
BasicRightPolicyFilter. isAdmin(boolean isAdmin, Member member, Workspace ws)
boolean
RightPolicyFilter. isAdmin(boolean isAdmin, Member member, Workspace ws)
Called byisAdmin(Member)
.boolean
BasicRightPolicyFilter. isWorker(boolean isWorker, Member member, Workspace ws)
boolean
RightPolicyFilter. isWorker(boolean isWorker, Member member, Workspace ws)
Called byMember.isWorker(Workspace)
andMember.isWorker()
.Method parameters in com.jalios.jcms.policy with type arguments of type Workspace Modifier and Type Method Description java.util.Set<Workspace>
BasicRightPolicyFilter. getWorkspaceSet(java.util.Set<Workspace> workspaceSet, Member mbr)
java.util.Set<Workspace>
RightPolicyFilter. getWorkspaceSet(java.util.Set<Workspace> workspaceSet, Member mbr)
Retrieve the workspace set of the specified Member. -
Uses of Workspace in com.jalios.jcms.portlet
Methods in com.jalios.jcms.portlet that return Workspace Modifier and Type Method Description Workspace
PortalPolicyManager. checkWorkspace(DisplayContext context, Workspace workspace, Member loggedMember)
Workspace
PortalInterface. getWorkspace()
Methods in com.jalios.jcms.portlet with parameters of type Workspace Modifier and Type Method Description Workspace
PortalPolicyManager. checkWorkspace(DisplayContext context, Workspace workspace, Member loggedMember)
PortalElement
PortalElement. duplicate(java.lang.String prefix, Member author, boolean deep, Workspace wkspc, java.util.Map catMap, java.util.Map groupMap)
Deprecated.Used insteadPortalElement.duplicate(WizardContext, boolean)
protected void
PortalElement. duplicateDeep(PortalElement parent, java.lang.String prefix, Member author, Workspace wkspc, java.util.Map catMap, java.util.Map groupMap)
Deprecated.static java.util.Set<UILinkItem>
PortletDisplayHandler. getActions(java.lang.Class clazz, java.lang.String prefix, Workspace workspace, Member member, JcmsJspContext jcmsContext, Data data)
static java.util.Set<UILinkItem>
PortletDisplayHandler. getActions(java.lang.String prefix, Workspace workspace, Member member, JcmsJspContext jcmsContext, Data data)
static TypeTemplateEntry
PortletSkinable. getSkinTemplateEntry(java.lang.String usage, boolean devModeChecks, java.lang.Class<? extends Publication> clazz, Workspace ws)
Returns the TypeTemplateEntry matching the given parameters. -
Uses of Workspace in com.jalios.jcms.quota
Fields in com.jalios.jcms.quota declared as Workspace Modifier and Type Field Description protected Workspace
WorkspaceFileSizeResult. workspace
Methods in com.jalios.jcms.quota that return Workspace Modifier and Type Method Description Workspace
QuotaElement. getWorkspace()
Workspace
QuotaManager.WorkspaceNode. getWorkspace()
Workspace
WorkspaceFileSizeResult. getWorkspace()
Methods in com.jalios.jcms.quota that return types with arguments of type Workspace Modifier and Type Method Description java.util.Map<Workspace,QuotaElement>
QuotaManager. getElements()
returns theMap
with allQuotaElement
per workspace, the value with the null key is for the whole site.java.util.Map<Workspace,QuotaElement>
QuotaManager. getElements(Workspace workspace)
returns theMap
with allQuotaElement
per workspace, the value with the null key is for the whole site.Methods in com.jalios.jcms.quota with parameters of type Workspace Modifier and Type Method Description void
QuotaManager. checkQuotas(Workspace workspace)
Check workspace quota and send notifications if needed, this method is called after the end of an analyzeThread.FileAnalyzerThread
QuotaManager. executeFileAnalyzerThread(Workspace workspace)
QuotaElement
QuotaManager. getElement(Workspace wk)
create aQuotaElement
for aWorkspace
.java.util.Map<Workspace,QuotaElement>
QuotaManager. getElements(Workspace workspace)
returns theMap
with allQuotaElement
per workspace, the value with the null key is for the whole site.boolean
QuotaManager. isUploadAccepted(long fileLength, Workspace wk)
indicates if document can be uploaded (regarding the global site quota and provided workspace if not null)boolean
QuotaManager. isUploadAccepted(DocUploadInfo info, Workspace wk)
indicates if document can be uploaded (regarding the global site quota and provided workspace if not null)ControllerStatus
QuotaManager. isUploadEnabled(Workspace wk)
indicates if upload is enabled for all the site and provided workspace if not nullvoid
QuotaElement. setWorkspace(Workspace workspace)
void
QuotaManager.WorkspaceNode. setWorkspace(Workspace wk)
void
WorkspaceFileSizeResult. setWorkspace(Workspace workspace)
void
QuotaManager. updateQuota(Workspace wk)
Update workspace quota in separate threadsConstructors in com.jalios.jcms.quota with parameters of type Workspace Constructor Description FileAnalyzerThread(Workspace workspace)
QuotaElement(Workspace workspace, long quota, long quotaMaxValue, int alertThreshold)
WorkspaceNode(Workspace wk, int level)
Constructor parameters in com.jalios.jcms.quota with type arguments of type Workspace Constructor Description WorkspaceNodeComparator(java.util.Map<Workspace,QuotaElement> elements, QuotaManager.WorkspaceNodeComparator.WorkspaceNodeComparatorType sortCriteria, boolean reverse)
-
Uses of Workspace in com.jalios.jcms.recenthistory
Methods in com.jalios.jcms.recenthistory that return types with arguments of type Workspace Modifier and Type Method Description java.util.Set<Workspace>
RecentHistoryManager. getRecentWorkspaceSet(Member mbr, java.lang.String userLang, boolean belongsToWorkspace, boolean isWorker, boolean withPortal)
Returns the set of recently browsed Workspace (Workspace is returned when at least one of its publication has been read by the member) -
Uses of Workspace in com.jalios.jcms.recommendation
Fields in com.jalios.jcms.recommendation declared as Workspace Modifier and Type Field Description protected Workspace
Recommendation. workspace
Methods in com.jalios.jcms.recommendation that return Workspace Modifier and Type Method Description Workspace
Recommendation. getWorkspace()
Methods in com.jalios.jcms.recommendation with parameters of type Workspace Modifier and Type Method Description RecommendationQueryBuilder
RecommendationQueryBuilder. workspace(Workspace workspace)
-
Uses of Workspace in com.jalios.jcms.rest
Methods in com.jalios.jcms.rest that return Workspace Modifier and Type Method Description static Workspace
RestUtil. getWorkspace(java.lang.String wkStr, boolean throwExceptionOnInvalidData)
RetrieveWorkspace
from a string (by testing id and title) -
Uses of Workspace in com.jalios.jcms.rest.resources
Methods in com.jalios.jcms.rest.resources with parameters of type Workspace Modifier and Type Method Description QueryResultSet
DataResource. requestPublicationQueryResultSet(java.lang.String type, PagerData pager, Workspace workspace)
-
Uses of Workspace in com.jalios.jcms.taglib
Fields in com.jalios.jcms.taglib declared as Workspace Modifier and Type Field Description protected Workspace
EditTag. editWorkspace
protected Workspace
FileWebdavTag. ws
Methods in com.jalios.jcms.taglib that return types with arguments of type Workspace Modifier and Type Method Description java.util.Set<Workspace>
TreeCatViewTag.TreeCatView. getWorkspaceSet(Category cat, Member loggedMember, boolean model)
Returns the Set of Workspace bind to given Category and readable by given Member.Methods in com.jalios.jcms.taglib with parameters of type Workspace Modifier and Type Method Description java.lang.String
TreeViewDecorator. decorate(TreeNode treeNode, Member member, Workspace ws)
java.lang.String
EditTag. generateAddIcon(java.lang.Class clazz, Workspace ws, Member loggedMember, java.util.Map<java.lang.String,?> canPublishContextMap, java.lang.String anchorParam, java.lang.String userLang, java.lang.String contextPath, boolean withLabel, boolean addCss)
protected java.lang.String
EditTag. generateAddIcon(java.lang.Class clazz, Workspace ws, Member loggedMember, java.util.Map<java.lang.String,?> canPublishContextMap, java.lang.String anchorParam, java.lang.String userLang, java.lang.String contextPath, boolean withLabel, boolean addCss, boolean addBodyText)
java.lang.String
EditTag. generateAddIconWithLabel(java.lang.Class clazz, Workspace ws, java.lang.String userLang, Member loggedMember, boolean popup, java.util.Set<Category> categorySet)
java.lang.String
TreeCatViewTag.TreeCatView. getItemCss(TreeNode treeNode, Member member, Workspace workspace)
Returns a string representing CSS classes appended to the tree item (eg.java.lang.String
TreeViewTag.TreeView. getItemCss(TreeNode treeNode, Member member, Workspace workspace)
Returns a string representing CSS classes appended to the tree item (eg.void
FileWebdavTag.Webdav. printWebdavFolderIcon(java.lang.StringBuffer sb, Category cat, Workspace ws)
Print the Webdav Folder Icon for the given Category and Workspacevoid
FileWebdavTag.Webdav. printWebdavFolderIcon(java.lang.StringBuffer sb, Workspace ws)
Print the Webdav Folder Icon for the given Workspaceprotected void
WorkspaceTag. printWorkspace(java.lang.StringBuilder sb, Workspace workspace, java.lang.String url, java.lang.String printTitle, java.lang.String icon, java.lang.String userLang, java.lang.String onclick)
protected void
WorkspaceTag. printWorkspace(java.lang.StringBuilder sb, Workspace workspace, java.lang.String url, java.lang.String printTitle, java.lang.String icon, java.lang.String userLang, java.lang.String onclick, boolean allWorkspace)
protected void
WorkspaceTag. printWorkspaceCombo(java.lang.StringBuilder sb, Workspace workspace, Member loggedMember, java.lang.String userLang, java.util.SortedSet workspaceSet, javax.servlet.http.HttpServletRequest request)
protected void
WorkspaceTag. printWorkspaceModalCombo(java.lang.StringBuilder sb, Workspace workspace, Member loggedMember, java.lang.String userLang, java.util.SortedSet workspaceSet)
void
EditTag. setEditWorkspace(Workspace editWorkspace)
void
DropdownTag. setItemsWorkspace(Workspace itemsWorkspace)
void
FileWebdavTag. setWorkspace(Workspace ws)
This method set the workspace to use to open webfolderMethod parameters in com.jalios.jcms.taglib with type arguments of type Workspace Modifier and Type Method Description java.lang.String
TreeCatViewTag.TreeCatView. getWorkspaceIcon(java.util.Set<Workspace> set)
Returns the best matching icon for the given Set of Workspace.java.lang.String
TreeCatViewTag.TreeCatView. getWorkspaceIconTitle(java.util.Set<Workspace> set, java.lang.String lang)
Returns the best matching icon title for the given Set of Workspace. -
Uses of Workspace in com.jalios.jcms.taglib.settings
Methods in com.jalios.jcms.taglib.settings with parameters of type Workspace Modifier and Type Method Description T
AbstractChooserSettings. workspace(Workspace workspace)
Set the Workspace to which you filter in the chooser window and in the autocomplete.T
AbstractTextChooserSettings. workspace(Workspace workspace)
Set the Workspace to which you filter in the chooser window and in the autocomplete. -
Uses of Workspace in com.jalios.jcms.taglib.settings.helper
Methods in com.jalios.jcms.taglib.settings.helper that return Workspace Modifier and Type Method Description Workspace
AbstractControlHelper. getWorkspace()
Constructors in com.jalios.jcms.taglib.settings.helper with parameters of type Workspace Constructor Description AbstractControlHelper(Member loggedMember, java.lang.String userLang, Workspace workspace, javax.servlet.http.HttpServletRequest request)
PublicationControlHelper(Member loggedMember, java.lang.String userLang, Workspace workspace, javax.servlet.http.HttpServletRequest request)
-
Uses of Workspace in com.jalios.jcms.taglib.settings.impl
Methods in com.jalios.jcms.taglib.settings.impl with parameters of type Workspace Modifier and Type Method Description static java.util.Set<java.lang.Class>
TypeSettings. getTypes(java.lang.Class superClass, Workspace workspace, java.lang.String userLang, boolean acceptSuperType)
TypeSettings
TypeSettings. workspace(Workspace workspace)
Sets the workspace, publish rights will be checked to filter typesWorkspaceSettings
WorkspaceSettings. workspace(Workspace workspace)
Specify the Workspace on which the control is filtered.WysiwygSettings
WysiwygSettings. workspace(Workspace workspace)
Specify the Workspace to use in the editor. -
Uses of Workspace in com.jalios.jcms.test
Fields in com.jalios.jcms.test declared as Workspace Modifier and Type Field Description protected static Workspace
JcmsTestCase. defaultWorkspace
protected static Workspace
JcmsTestCase4. defaultWorkspace
Methods in com.jalios.jcms.test with parameters of type Workspace Modifier and Type Method Description static void
Assert. assertTypesDisabled(Workspace ws, java.lang.Class<?>... classes)
Assert given types are disabled in the given Workspace.protected void
JcmsTestCase. assertTypesDisabled(Workspace ws, java.lang.Class<?>... classes)
Assert given types are disabled in the given Workspace.static void
Assert. assertTypesEnabled(Workspace ws, java.lang.Class<?>... classes)
Assert given types are enabled in the given Workspace.protected void
JcmsTestCase. assertTypesEnabled(Workspace ws, java.lang.Class<?>... classes)
Assert given types are enabled in the given Workspace.static generated.Article
JcmsTestCaseUtil. createArticle(Member writer, Workspace ws, boolean deleteOnTearDown)
static DBFileDocument
JcmsTestCaseUtil. createDBFileDocument(Member writer, Workspace ws, java.lang.String title, java.lang.String filename)
static FileDocument
JcmsTestCaseUtil. createFileDocument(Member writer, Workspace ws, java.lang.String title, java.lang.String filename)
static generated.Media
JcmsTestCaseUtil. createMedia(Member writer, Workspace ws, java.lang.String title, java.lang.String filename)
static AbstractShortcut
JcmsTestCaseUtil. createShortcut(Publication pub, Member writer, Workspace ws, boolean deleteOnTearDown)
static AbstractShortcut
JcmsTestCaseUtil. createShortcut(java.lang.String link, Member writer, Workspace ws, boolean deleteOnTearDown)
static generated.SmallNews
JcmsTestCaseUtil. createSmallNews(Member writer, Workspace ws, boolean deleteOnTearDown)
protected void
JcmsTestCase. createWorkspace(Workspace workspace)
Utility method to create the given Workspace by admin Member.protected void
JcmsTestCase. createWorkspace(Workspace workspace, Member author)
Utility method to create the given Workspace by admin Member.static void
JcmsTestCaseUtil. createWorkspace(Workspace workspace)
Utility method to create the given Workspace by admin Member.static void
JcmsTestCaseUtil. createWorkspace(Workspace workspace, Member author)
Utility method to create the given Workspace by admin Member.protected void
JcmsTestCase. deleteOnTearDown(Workspace ws, java.util.Set<Data> initialDataSet)
Deletes on tear down the workspace, and all its Datas, but not those contained in optional initialDataSet.
The initialDataSet should be initialized before the Workspace was created, using for example :static void
JcmsTestCaseUtil. deleteOnTearDown(Workspace ws, java.util.Set<Data> initialDataSet)
Deletes on tear down the workspace, and all its Datas, but not those contained in optional initialDataSet.
The initialDataSet should be initialized before the Workspace was created, using for example :static generated.Article
JcmsTestCaseUtil. getArticle(Member writer, Workspace ws)
static DBFileDocument
JcmsTestCaseUtil. getDBFileDocument(Member writer, Workspace ws, java.lang.String title, java.lang.String filename)
static FileDocument
JcmsTestCaseUtil. getFileDocument(Member writer, Workspace ws, java.lang.String title, java.lang.String filename)
static generated.Media
JcmsTestCaseUtil. getMedia(Member writer, Workspace ws, java.lang.String title, java.lang.String filename)
static AbstractShortcut
JcmsTestCaseUtil. getShortcut(Member writer, Workspace ws)
static AbstractShortcut
JcmsTestCaseUtil. getShortcut(Publication pub, Member writer, Workspace ws)
static AbstractShortcut
JcmsTestCaseUtil. getShortcut(java.lang.String link, Member writer, Workspace ws)
protected static generated.SmallNews
JcmsTestCaseUtil. getSmallNews(Member writer, Workspace ws, boolean insertDateInContent)
static java.util.Set<Data>
JcmsTestCaseUtil. getWorkspaceDeleteOnTearDownSet(Workspace ws, java.util.Set<Data> initialDataSet)
Returns a collection of Datas (bound to the Workspace) that have been created since the workspace creation.protected void
JcmsTestCase. prepareWorkspaceDeletion(Workspace workspace)
Remove WkRole which are referenced in other Workspaces to avoid unexpected WkRole deletion (due to Workspace.performDelete)static void
JcmsTestCaseUtil. updateWorkspaceTypeWorkflow(Workspace ws, java.lang.Class<? extends Data> typeClass, java.lang.Object workflowToUse)
An utility method to update the given Workspace, with the chosen Workflow associated to the given Type.static void
JcmsTestCaseUtil. updateWorkspaceTypeWorkflow(Workspace ws, java.util.HashMap<java.lang.Class<?>,java.lang.Object> subTypeMap)
An utility method to update the given Workspace typeMap.Method parameters in com.jalios.jcms.test with type arguments of type Workspace Modifier and Type Method Description static void
Assert. assertSameAttachWorkspaceSet(Publication pub, java.util.Set<Workspace> expectedSet)
-
Uses of Workspace in com.jalios.jcms.trash
Methods in com.jalios.jcms.trash that return types with arguments of type Workspace Modifier and Type Method Description java.util.Set<Workspace>
TrashAppHandler. getAvailableTrashWorkspaceSet()
-
Uses of Workspace in com.jalios.jcms.uicomponent
Methods in com.jalios.jcms.uicomponent that return types with arguments of type Workspace Modifier and Type Method Description static java.util.SortedSet<Workspace>
TopbarUtil. getMemberInitialWorkspaceSet(Member mbr, java.lang.String userLang, boolean withPortal, boolean showModel)
Returns the set of workspace the member : Belongs to Has a portal (if withPortal is set to true) Is not a modelstatic java.util.SortedSet<Workspace>
TopbarUtil. getMemberSearchedWorkspaceSet(Member mbr, java.lang.String userLang, java.lang.String query, boolean withPortal, boolean showModel)
Returns the set of workspace which : Matches the query Is a model the member can work on Has a portal (If withPortal is set to true) And the member can read the portal -
Uses of Workspace in com.jalios.jcms.uicomponent.autocomplete
Methods in com.jalios.jcms.uicomponent.autocomplete that return types with arguments of type Workspace Modifier and Type Method Description java.util.Set<Workspace>
TopbarSearchAutocompleteResult. getWorkspaceSet()
java.util.Set<Workspace>
TopbarSearchAutocompleteResult. getWorkspaceSet(java.util.Comparator<Workspace> comparator)
Methods in com.jalios.jcms.uicomponent.autocomplete with parameters of type Workspace Modifier and Type Method Description static <T extends PortletCollection>
TTopbarSearchAutocompleteHandler. getCollaborativeSpace(Workspace workspace)
Returns thePortletCollection
related to the givenWorkspace
.Method parameters in com.jalios.jcms.uicomponent.autocomplete with type arguments of type Workspace Modifier and Type Method Description java.util.Set<Workspace>
TopbarSearchAutocompleteResult. getWorkspaceSet(java.util.Comparator<Workspace> comparator)
void
TopbarSearchAutocompleteResult. setWorkspaceSet(java.util.Set<Workspace> workspaceSet)
-
Uses of Workspace in com.jalios.jcms.uicomponent.indicator
Methods in com.jalios.jcms.uicomponent.indicator that return Workspace Modifier and Type Method Description Workspace
IndicatorContext. getWorkspace()
Constructors in com.jalios.jcms.uicomponent.indicator with parameters of type Workspace Constructor Description IndicatorContext(Member member, java.lang.String userLang, java.util.Locale userLocale, Workspace workspace, generated.PortletIndicator portletIndicator, JcmsJspContext jcmsContext)
-
Uses of Workspace in com.jalios.jcms.uicomponent.linkitems
Methods in com.jalios.jcms.uicomponent.linkitems that return Workspace Modifier and Type Method Description Workspace
UILinkItemsContext. getCurrentWS()
Methods in com.jalios.jcms.uicomponent.linkitems with parameters of type Workspace Modifier and Type Method Description static java.util.Set<UILinkItem>
UILinkItemsUtils. getLinkItems(java.lang.Class dataClass, java.lang.Class stopClass, java.lang.String prefix, Workspace workspace, Member member, JcmsJspContext jcmsContext, Data data)
Returns a set ofUILinkItem
by searching for the given dataClass and prefix, and searching for this class superclass links The stop class is available to stop thestatic java.util.Set<UILinkItem>
UILinkItemsUtils. getLinkItems(java.lang.Class dataClass, java.lang.String prefix, Workspace workspace, Member member, JcmsJspContext jcmsContext, Data data)
Returns a set ofUILinkItem
by searching for the given dataClass and prefix, and searching for this class superclass links The stop class is available to stop thestatic java.util.Set<UILinkItem>
UILinkItemsUtils. getLinkItems(java.lang.String prefix, Workspace workspace, Member member, JcmsJspContext jcmsContext, Data data)
Constructors in com.jalios.jcms.uicomponent.linkitems with parameters of type Workspace Constructor Description UILinkItemsContext(Workspace currentWS, Member member, JcmsJspContext jcmsContext, java.lang.String prefix, java.lang.String key, Data data, PortalInterface portal)
-
Uses of Workspace in com.jalios.jcms.upload
Fields in com.jalios.jcms.upload declared as Workspace Modifier and Type Field Description protected Workspace
DocUploadInfo. workspace
Workspace used during FileDocument creationMethods in com.jalios.jcms.upload with parameters of type Workspace Modifier and Type Method Description static java.lang.Class<? extends FileDocument>
DocUploadHandler. getFirstDocumentClassAuthorized(Member member, Workspace workspace, java.lang.Class<? extends FileDocument> defaultValue)
void
DocUploadInfo. setWorkspace(Workspace workspace)
Set the Workspace to in FileDocument when being created. -
Uses of Workspace in com.jalios.jcms.vote
Fields in com.jalios.jcms.vote declared as Workspace Modifier and Type Field Description protected Workspace
Vote. workspace
Methods in com.jalios.jcms.vote that return Workspace Modifier and Type Method Description Workspace
Vote. getWorkspace()
Methods in com.jalios.jcms.vote with parameters of type Workspace Modifier and Type Method Description void
Vote. setWorkspace(Workspace v)
-
Uses of Workspace in com.jalios.jcms.webdav.cat
Methods in com.jalios.jcms.webdav.cat that return Workspace Modifier and Type Method Description Workspace
CatWebdavFileSystem. getWorkspaceFromURI(java.lang.String uri, WebdavContext ctxt)
This method return the Workspace bind to the given URI.Methods in com.jalios.jcms.webdav.cat with parameters of type Workspace Modifier and Type Method Description void
CatWebdavFileSystem. addFileDocument(java.util.Set<Data> childrenSet, Member loggedMember, Workspace workspace, Category category)
protected boolean
CatWebdavFileSystem. checkSetNewWorkspace(Workspace oldWS, Workspace newWS, java.util.Set<Category> pubCatSet)
static java.lang.String
CatWebdavUtil. getPath(Category cat, Workspace ws)
Retrieve the WebDav path of the specified category in the specified workspace.static java.lang.String
CatWebdavUtil. getPath(Workspace ws)
Retrieve the WebDav path of the specified Workspace.static java.lang.String
CatWebdavUtil. getPathShort(Category cat, Workspace ws)
Retrieve the WebDav path of the specified category in the specified workspace use a short notation for IE compatibility. -
Uses of Workspace in com.jalios.jcms.webpage
Methods in com.jalios.jcms.webpage with parameters of type Workspace Modifier and Type Method Description java.util.Set<AbstractWebPage>
WebPageManager. getMatchingWebpageSet(java.lang.String url, Member loggedMember, Workspace ws, boolean filterByAuthor, boolean checkRights)
Returns a Set of matchingWebPage
with the same url as the given url, filtered on workspace, and logged member rightsjava.util.Set<AbstractWebPage>
WebPageManager. getMatchingWebPageSet(AbstractWebPage webpage, Member loggedMember, Workspace ws)
Returns a Set of matchingWebPage
with the same url as the given webpage, filtered on workspace, and logged member rightsboolean
WebPageManager. webPageExists(java.lang.String url, Workspace ws)
WebPageQueryBuilder
WebPageQueryBuilder. workspace(Workspace workspace)
-
Uses of Workspace in com.jalios.jcms.workspace
Classes in com.jalios.jcms.workspace with type parameters of type Workspace Modifier and Type Class Description static class
Workspace.FavoriteComparator<T extends Workspace>
Compares workspaces based on member engagement.static class
Workspace.GroupSizeComparator<T extends Workspace>
static class
Workspace.MemberSizeComparator<T extends Workspace>
static class
Workspace.NameComparator<T extends Workspace>
static class
Workspace.OrderComparator<T extends Workspace>
Fields in com.jalios.jcms.workspace declared as Workspace Modifier and Type Field Description protected Workspace
EditWorkspaceCommonHandler. parent
protected Workspace
Workspace. parent
protected Workspace
WorkspaceWizardContext. parent
protected Workspace
AbstractEditWorkspaceHandler. workingWS
protected Workspace
WizardContext. workspace
protected Workspace
WKRole. workspace
protected Workspace
WSTypeEntry. workspace
protected Workspace
WorkspaceWizardContext. wsmodel
Methods in com.jalios.jcms.workspace that return Workspace Modifier and Type Method Description Workspace
EditWorkspaceCommonHandler. getAvailableParent()
static Workspace
WorkspaceManager. getIncomingMailLocalPartWorkspace(java.lang.String localPart)
Workspace
Workspace. getParent()
Workspace
Workspace. getParent(Member loggedMember)
Get the Parent workspace from the one in parameter, if loggedMember is not null, the WS is return only if he is worker of it.Workspace
WorkspaceWizardContext. getParent()
Returns the parent Workspacestatic Workspace
Workspace. getRequestWorkspace(javax.servlet.http.HttpServletRequest request)
Get the workspace stored in the requestWorkspace
TreeHelper.WSTreeMemo. getSelectedWorkspace()
static Workspace
Workspace. getSessionWorkspace(javax.servlet.http.HttpSession session)
Get the workspace stored in the sessionWorkspace
Workspace. getTreeParent()
Workspace
AbstractEditWorkspaceHandler. getWorkspace()
Override super implementation to allow workspace to be null.Workspace
WizardContext. getWorkspace()
Returns the workspace of duplicated publicationsWorkspace
WKRole. getWorkspace()
Workspace
WSTypeEntry. getWorkspace()
Returns the workspace this WSTypeEntry belongs to.Workspace
WorkspaceWizardContext. getWSModel()
Returns the Workspace model used to deep duplicateMethods in com.jalios.jcms.workspace that return types with arguments of type Workspace Modifier and Type Method Description java.util.List<Workspace>
FavoriteWorkspaceManager. get(Member member)
Return ordered list of favorite Workspaces for given member.java.util.Set<Workspace>
Workspace. getAllSubWorkspaces()
Return all the descendant Workspaces of the current Workspace.java.util.Set<Workspace>
Workspace. getAllSubWorkspaces(Member loggedMember)
Return all the descendant Workspaces of the current Workspace.
If theloggedMember
parameter is not null, only Workspaces for which the Member is Worker are returned.static java.util.SortedSet<Workspace>
Workspace. getAllWorkingWorkspaceSet(Member loggedMember, JcmsContext jcmsContext)
Gives the list of workspaces for which the current loggedMember is a worker.static java.util.Set<Workspace>
Workspace. getAllWorkspaceSet()
Returns a Set with all workspace, model or not.static java.util.Set<Workspace>
Workspace. getAllWorkspaceSet(Member member)
Returns a Set of workspace, for the given member.static java.util.Set<Workspace>
Workspace. getAllWorkspaceSetModel()
Returns a Set with all workspace model.static java.util.Set<Workspace>
Workspace. getAllWorkspaceSetWithoutModel()
Returns a Set with all workspace without workspace model.static java.util.Comparator<Workspace>
Workspace. getComparator(java.lang.String str, boolean reverse)
Deprecated.static java.util.Comparator<Workspace>
Workspace. getFavoriteComparator(Member mbr, java.lang.String lang)
Returns a new Comparator instance to compare workspace based on member engagement.static java.util.Comparator<Workspace>
Workspace. getGroupSizeComparator(java.lang.String lang)
Returns a new Comparator instance to compare workspace based on the number of groups in each workspace.java.util.Set<Workspace>
HierarchicalWorkspacesManager. getLastUsedWorkspaces(Member member)
Gives the set of last visited workspaces (in the BO).static java.util.Comparator<Workspace>
Workspace. getMemberSizeComparator(java.lang.String lang)
Returns a new Comparator instance to compare workspace based on the number of members in each workspace.static java.util.Comparator<Workspace>
Workspace. getNameComparator(java.lang.String lang)
Returns a new Comparator instance to compare workspace based on their title.static java.util.Comparator<Workspace>
Workspace. getOrderComparator(java.lang.String lang)
Returns a new Comparator instance to compare workspace based on their order.static java.util.Set<Workspace>
WorkspaceManager. getOtherWorkspaceSet(Member member, java.lang.String userLang, java.util.Set<Workspace> workspaceToExcludeSet, boolean belongsToWorkspace, boolean isWorker, boolean withPortal)
java.util.Set<Workspace>
WorkspaceResult. getOtherWorkspaceSet()
java.util.Set<Workspace>
WorkspaceResult. getRecentWorkspaceSet()
java.util.Set<Workspace>
WorkspaceQueryHandler. getResultSet()
Return results of a query done using thisWorkspaceQueryHandler
.java.util.Set<Workspace>
WorkspaceQueryHandler. getResultSet(java.util.Comparator<? super Workspace> comparator)
Return results of a query done using thisWorkspaceQueryHandler
.static java.util.Set<Workspace>
Workspace. getRootWorkspaces(java.util.Comparator<Workspace> comparator)
All Workspaces with no parent, sorted with comparator if not null.static java.util.Set<Workspace>
Workspace. getRootWorkspaces(java.util.Comparator<Workspace> comparator, Member loggedMember)
All Workspaces with no parent the loggedMember in parameter belongs to, sorted with comparator if not null.static java.util.Set<Workspace>
WorkspaceManager. getSearchedWorkspaceSet(Member mbr, java.lang.String userLang, java.lang.String query, boolean withPortal, boolean showModel)
Returns the set of workspace which : Matches the query Is a model the member can work on Has a portal (If withPortal is set to true) And the member can read the portaljava.util.Set<Workspace>
WorkspaceResult. getSearchedWorkspaceSet()
java.util.Set<Workspace>
Workspace. getSubWorkspaces()
Gives the set of all WS just under the ws in parameter.java.util.Set<Workspace>
Workspace. getSubWorkspaces(Member loggedMember)
Return the workspaces just under the workspace in parameter.Methods in com.jalios.jcms.workspace with parameters of type Workspace Modifier and Type Method Description void
FavoriteWorkspaceManager. add(Member member, Workspace... workspaces)
Adds given workspace(s) as favorite for given member.static boolean
WorkspaceManager. canReadWorkspace(Workspace workspace, Member member)
static WorkspaceWizardContext
WorkspaceManager. deepDuplicate(Workspace model, Member author, java.lang.String prefix, java.lang.String title)
Deprecated.static WorkspaceWizardContext
WorkspaceManager. deepDuplicate(Workspace model, Member author, java.lang.String prefix, java.lang.String title, boolean collaborativeSpace)
Deprecated.static WorkspaceWizardContext
WorkspaceManager. deepDuplicate(Workspace model, Member author, java.lang.String prefix, java.lang.String title, Workspace parent)
Deprecated.static WorkspaceWizardContext
WorkspaceManager. deepDuplicate(Workspace model, Member author, java.lang.String prefix, java.lang.String title, Workspace parent, boolean collaborativeSpace)
Deprecated.static WorkspaceWizardContext
WorkspaceManager. deepDuplicate(Workspace model, Member author, java.lang.String prefix, java.lang.String title, java.lang.String wsemail, java.util.List adminList, java.util.Collection typeCollec, Category[] categories, Group[] groups, PortalInterface[] portals, Workspace parent, boolean collaborativeSpace)
Deprecated.static WorkspaceWizardContext
WorkspaceManager. deepDuplicate(Workspace model, Member author, java.lang.String prefix, java.lang.String title, java.lang.String wsemail, java.util.List adminList, java.util.Collection typeCollec, java.util.Collection catCollec, java.util.Collection groupCollec, java.util.Collection portalCollec, boolean collaborativeSpace)
Deprecated.static WorkspaceWizardContext
WorkspaceManager. deepDuplicate(Workspace model, Member author, java.lang.String prefix, java.lang.String title, java.lang.String wsemail, java.util.List adminList, java.util.Collection typeCollec, java.util.Collection catCollec, java.util.Collection groupCollec, java.util.Collection portalCollec, Workspace parent, boolean collaborativeSpace)
Deprecated.static WorkspaceWizardContext
WorkspaceManager. deepDuplicate(Workspace model, Member author, java.lang.String prefix, java.lang.String title, java.util.Map<java.lang.String,java.lang.String> titleML)
Deep duplicate the Workspace model using given configuration for duplication.static WorkspaceWizardContext
WorkspaceManager. deepDuplicate(Workspace model, Member author, java.lang.String prefix, java.lang.String title, java.util.Map<java.lang.String,java.lang.String> titleML, Workspace parent, boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication.static WorkspaceWizardContext
WorkspaceManager. deepDuplicate(Workspace model, Member author, java.lang.String prefix, java.lang.String title, java.util.Map<java.lang.String,java.lang.String> titleML, java.lang.String wsemail, java.util.List adminList, java.util.Collection typeCollec, Category[] categories, Group[] groups, PortalInterface[] portals, Workspace parent, boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication.static WorkspaceWizardContext
WorkspaceManager. deepDuplicate(Workspace model, Member author, java.lang.String prefix, java.lang.String title, java.util.Map<java.lang.String,java.lang.String> titleML, java.lang.String wsemail, java.util.List adminList, java.util.Collection typeCollec, java.util.Collection catCollec, java.util.Collection groupCollec, java.util.Collection portalCollec, boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication.static WorkspaceWizardContext
WorkspaceManager. deepDuplicate(Workspace model, Member author, java.lang.String prefix, java.lang.String title, java.util.Map<java.lang.String,java.lang.String> titleML, java.lang.String wsemail, java.util.List adminList, java.util.Collection typeCollec, java.util.Collection catCollec, java.util.Collection groupCollec, java.util.Collection portalCollec, Workspace parent, boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication.static java.lang.String
WorkspaceManager. getIncomingMailPattern(Workspace ws)
Computes the incoming mail pattern given the Workspace.boolean
FavoriteWorkspaceManager. isFavorite(Member member, Workspace workspace)
static void
TreeHelper. printWorkspacesTree(Workspace mbrWorkspace, boolean showGroups, java.lang.String groupParamName, javax.servlet.jsp.JspWriter out, java.lang.String userLang, JcmsJspContext context, Member loggedMember)
Print a navigation tree for group split by workspaces (except if a workspace is provided).static void
TreeHelper. printWSNodeContent(Workspace workspace, TreeHelper.WSTreeMemo treeMemo, JcmsJspContext context, javax.servlet.jsp.JspWriter out, boolean open)
void
FavoriteWorkspaceManager. remove(Member member, Workspace workspace)
Removes given workspace from member's favorite workspaces.void
HierarchicalWorkspacesManager. saveWSForMember(Workspace ws, Member member)
Add the given workspace in the LRU cache of last visited workspaces for the current Membervoid
FavoriteWorkspaceManager. set(Member member, Workspace... workspaces)
Sets given workspace(s) as favorite for given member, and replaces current ones if any.void
AbstractEditWorkspaceHandler. setFields(Workspace ws)
void
EditWorkspaceCommonHandler. setFields(Workspace ws)
void
EditWorkspaceHandler. setFields(Workspace ws)
void
EditWorkspaceRoleHandler. setFields(Workspace ws)
void
EditWorkspaceTypeHandler. setFields(Workspace ws)
void
Workspace. setParent(Workspace parent)
void
WorkspaceWizardContext. setParent(Workspace parent)
Sets the new parent workspacestatic void
Workspace. setRequestWorkspace(javax.servlet.http.HttpServletRequest request, Workspace workspace)
Set the given workspace to the request.TreeHelper.WSTreeMemo
TreeHelper.WSTreeMemo. setSelectedWorkspace(Workspace selectedWorkspace)
static void
Workspace. setSessionWorkspace(javax.servlet.http.HttpSession session, Workspace workspace)
Set the given workspace to the session.void
WizardContext. setWorkspace(Workspace workspace)
Sets the Workspace used by duplicated objectsvoid
WKRole. setWorkspace(Workspace workspace)
void
WSTypeEntry. setWorkspace(Workspace workspace)
Sets the workspace without setting workspaceForced This method should only be called by WorkspaceWizardHandler for clone purpose.void
WSTypeEntryListener. setWorkspaceTypeEntry(Workspace ws)
void
WorkspaceWizardContext. setWSModel(Workspace wsmodel)
Sets the Workspace model to deep duplicateprotected void
WorkspaceListener. updateAdminMembers(Workspace workspace, boolean add)
Update workspaceSet index of JStore Member.protected void
WorkspaceListener. updateDefaultWorkspace(Workspace workspace)
protected void
WorkspaceListener. updateIncomingMailPattern(Workspace workspace, Workspace oldWorkspace)
Updates the Workspace incoming mail pattern when site is ready.static void
WorkspaceManager. updateIncomingMailPattern(Workspace workspace, Workspace oldWorkspace)
Updates given Workspace incoming Mail Pattern inIncomingMailListener
.
IfoldWs
is not null, checks if localPart changed.protected void
WorkspaceListener. updateWKRoles(Workspace workspace)
Method parameters in com.jalios.jcms.workspace with type arguments of type Workspace Modifier and Type Method Description static java.util.Set<Workspace>
WorkspaceManager. getOtherWorkspaceSet(Member member, java.lang.String userLang, java.util.Set<Workspace> workspaceToExcludeSet, boolean belongsToWorkspace, boolean isWorker, boolean withPortal)
java.util.Set<Workspace>
WorkspaceQueryHandler. getResultSet(java.util.Comparator<? super Workspace> comparator)
Return results of a query done using thisWorkspaceQueryHandler
.static java.util.Set<Workspace>
Workspace. getRootWorkspaces(java.util.Comparator<Workspace> comparator)
All Workspaces with no parent, sorted with comparator if not null.static java.util.Set<Workspace>
Workspace. getRootWorkspaces(java.util.Comparator<Workspace> comparator, Member loggedMember)
All Workspaces with no parent the loggedMember in parameter belongs to, sorted with comparator if not null.boolean
HierarchicalWorkspacesManager. isShowAllWorkingWorkspace(java.util.Set<Workspace> workingWorkspaceSet)
Constructors in com.jalios.jcms.workspace with parameters of type Workspace Constructor Description ParentWorkspaceSelector(Workspace parentWorkspace)
Workspace(Workspace other)
WSTypeEntry(java.lang.Class<? extends Publication> clazz, Workspace workspace)
WSTypeEntry(java.lang.String className, Workspace workspace)
Constructor parameters in com.jalios.jcms.workspace with type arguments of type Workspace Constructor Description WorkspaceResult(java.util.Set<Workspace> searchedWorkspaceSet)
WorkspaceResult(java.util.Set<Workspace> recentWorkspaceSet, java.util.Set<Workspace> otherWorkspaceSet)
-