|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.directory.WorkspaceInfo
public class WorkspaceInfo
Data object through which you read the workspace properties
| Field Summary | |
|---|---|
protected Date |
createdAt
|
protected String |
description
|
protected IIdentifier |
identifier
|
protected String |
name
|
protected String |
navigationTarget
|
protected com.sap.security.api.IUser |
owner
|
protected PermissionPolicy |
permissionPolicy
|
protected Status |
status
|
| Constructor Summary | |
|---|---|
WorkspaceInfo()
|
|
| Method Summary | |
|---|---|
Date |
getCreatedAt()
Returns the workspace creation date |
String |
getDescription()
Returns the workspace description |
IIdentifier |
getIdentifier()
Returns the workspace identifier |
String |
getName()
Returns the workspace name |
String |
getNavigationTarget()
Returns the workspace navigation target URL, which can be passed to the EPCM.doNavigate(navigationTarget) method |
com.sap.security.api.IUser |
getOwner()
Returns the workspace owner or null if the user does not exist |
PermissionPolicy |
getPermissionPolicy()
Returns the workspace permission policy |
Status |
getStatus()
Returns the workspace status |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected IIdentifier identifier
protected String name
protected String description
protected Date createdAt
protected com.sap.security.api.IUser owner
protected PermissionPolicy permissionPolicy
protected Status status
protected String navigationTarget
| Constructor Detail |
|---|
public WorkspaceInfo()
| Method Detail |
|---|
public IIdentifier getIdentifier()
public String getName()
public String getDescription()
public Date getCreatedAt()
public com.sap.security.api.IUser getOwner()
nullpublic PermissionPolicy getPermissionPolicy()
public Status getStatus()
public String getNavigationTarget()
|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||