public class DwsMetadata extends Object implements Serializable
DwsMetaData class contains more information about a Document Workspace site than the DwsData class. When Minimal is False, the DwsMetaData contains additional information about the schemas, lists, documents, links, and tasks lists of a Document Workspace site.
| Constructor and Description |
|---|
DwsMetadata()
Default constructor
|
DwsMetadata(String subscribeUrl,
String mtgInstance,
String settingsUrl,
String permsUrl,
String userInfoUrl,
Set<String> roles,
List<SchemaBean> schemaItems,
List<ListInfoBean> listInfoItems,
List<Permission> permissions,
boolean hasUniquePerm,
WorkspaceType workspaceType,
boolean isADMode,
String docUrl,
boolean minimal,
DwsData dwsData) |
public DwsMetadata()
public DwsMetadata(String subscribeUrl, String mtgInstance, String settingsUrl, String permsUrl, String userInfoUrl, Set<String> roles, List<SchemaBean> schemaItems, List<ListInfoBean> listInfoItems, List<Permission> permissions, boolean hasUniquePerm, WorkspaceType workspaceType, boolean isADMode, String docUrl, boolean minimal, DwsData dwsData)
subscribeUrl - mtgInstance - settingsUrl - permsUrl - userInfoUrl - roles - schemaItems - listInfoItems - permissions - hasUniquePerm - workspaceType - isADMode - docUrl - minimal - dwsData - public String getSubscribeUrl()
public void setSubscribeUrl(String subscribeUrl)
subscribeUrl - the subscribeUrl to setpublic String getMtgInstance()
public void setMtgInstance(String mtgInstance)
mtgInstance - the mtgInstance to setpublic String getPermsUrl()
public void setPermsUrl(String permsUrl)
permsUrl - the permsUrl to setpublic String getUserInfoUrl()
public void setUserInfoUrl(String userInfoUrl)
userInfoUrl - the userInfoUrl to setpublic String getSettingsUrl()
public void setSettingsUrl(String settingsUrl)
settingsUrl - the settingsUrl to setpublic List<SchemaBean> getSchemaItems()
public void setSchemaItems(List<SchemaBean> schemaItems)
schemaItems - the schemaItems to setpublic List<ListInfoBean> getListInfoItems()
public void setListInfoItems(List<ListInfoBean> listInfoItems)
listInfoItems - the listInfoItems to setpublic List<Permission> getPermissions()
public void setPermissions(List<Permission> permissions)
permissions - the permissions to setpublic boolean isHasUniquePerm()
public void setHasUniquePerm(boolean hasUniquePerm)
hasUniquePerm - the hasUniquePerm to setpublic WorkspaceType getWorkspaceType()
public void setWorkspaceType(WorkspaceType workspaceType)
workspaceType - the workspaceType to setpublic boolean isADMode()
public void setADMode(boolean isADMode)
isADMode - the isADMode to setpublic String getDocUrl()
public void setDocUrl(String docUrl)
docUrl - the docUrl to setpublic boolean isMinimal()
public void setMinimal(boolean minimal)
minimal - the minimal to setCopyright © 2005–2014 Alfresco Software. All rights reserved.