@Scope(value=CONVERSATION) @Name(value="userWorkspaceChecker") public class UserWorkspaceCheckerActionsBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
currentPersonalWorkspacePath |
protected CoreSession |
documentManager |
protected Boolean |
isUserWorkspace |
protected NavigationContext |
navigationContext |
Constructor and Description |
---|
UserWorkspaceCheckerActionsBean() |
Modifier and Type | Method and Description |
---|---|
Boolean |
computeIsUserWorkspace() |
String |
getCurrentPersonalWorkspace() |
void |
reset() |
@In(create=true) protected transient NavigationContext navigationContext
@In(required=false, create=true) protected transient CoreSession documentManager
protected Boolean isUserWorkspace
protected String currentPersonalWorkspacePath
public UserWorkspaceCheckerActionsBean()
@Factory(value="isUserWorkspace", scope=EVENT) public Boolean computeIsUserWorkspace()
@Factory(value="currentPersonalWorkspacePath", scope=EVENT) public String getCurrentPersonalWorkspace()
@Observer(value={"userAllDocumentTypesSelectionChanged","locationSelectionChanged"}, create=false) @BypassInterceptors public void reset()
Copyright © 2017 Nuxeo. All rights reserved.