org.xcmis.client.gwt.model.repository
Class CmisRepositoryInfo

java.lang.Object
  extended by org.xcmis.client.gwt.model.repository.CmisRepositoryInfo

public class CmisRepositoryInfo
extends Object

Version:
$Id:
Author:

Field Summary
protected  ACLCapabilityType aclCapability
          ACL capability.
protected  List<Object> any
          List any.
protected  CmisRepositoryCapabilitiesType capabilities
          Capabilities.
protected  Boolean changesIncomplete
          Changes incomplete.
protected  List<EnumBaseObjectTypeIds> changesOnType
          Changes on type.
protected  String cmisVersionSupported
          CMIS version supported.
protected  List<CmisCollection> collections
          Collections.
protected  String latestChangeLogToken
          Latest change log token.
protected  String principalAnonymous
          Principal anonymous.
protected  String principalAnyone
          Principal anyone.
protected  String productName
          Product name.
protected  String productVersion
          Product version.
protected  String repositoryDescription
          Repository description.
protected  String repositoryId
          Repository id.
protected  String repositoryName
          Repository name.
protected  String rootFolderId
          Root folder id.
protected  String thinClientURI
          Thin client URI.
protected  String vendorName
          Vendor name.
 
Constructor Summary
CmisRepositoryInfo()
           
 
Method Summary
 ACLCapabilityType getAclCapability()
          Gets the value of the aclCapability property.
 List<Object> getAny()
           
 CmisRepositoryCapabilitiesType getCapabilities()
          Gets the value of the capabilities property.
 List<EnumBaseObjectTypeIds> getChangesOnType()
          Gets the value of the changesOnType property.
 String getCmisVersionSupported()
          Gets the value of the cmisVersionSupported property.
 List<CmisCollection> getCollections()
           
 String getCollectionValue(EnumCollectionType type)
           
 String getLatestChangeLogToken()
          Gets the value of the latestChangeLogToken property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 String getPrincipalAnonymous()
          Gets the value of the principalAnonymous property.
 String getPrincipalAnyone()
          Gets the value of the principalAnyone property.
 String getProductName()
          Gets the value of the productName property.
 String getProductVersion()
          Gets the value of the productVersion property.
 String getRepositoryDescription()
          Gets the value of the repositoryDescription property.
 String getRepositoryId()
          Gets the value of the repositoryId property.
 String getRepositoryName()
          Gets the value of the repositoryName property.
 String getRootFolderId()
          Gets the value of the rootFolderId property.
 String getThinClientURI()
          Gets the value of the thinClientURI property.
 String getVendorName()
          Gets the value of the vendorName property.
 Boolean isChangesIncomplete()
          Gets the value of the changesIncomplete property.
 void setAclCapability(ACLCapabilityType value)
          Sets the value of the aclCapability property.
 void setCapabilities(CmisRepositoryCapabilitiesType value)
          Sets the value of the capabilities property.
 void setChangesIncomplete(Boolean value)
          Sets the value of the changesIncomplete property.
 void setCmisVersionSupported(String value)
          Sets the value of the cmisVersionSupported property.
 void setCollections(List<CmisCollection> collections)
           
 void setLatestChangeLogToken(String value)
          Sets the value of the latestChangeLogToken property.
 void setPrincipalAnonymous(String value)
          Sets the value of the principalAnonymous property.
 void setPrincipalAnyone(String value)
          Sets the value of the principalAnyone property.
 void setProductName(String value)
          Sets the value of the productName property.
 void setProductVersion(String value)
          Sets the value of the productVersion property.
 void setRepositoryDescription(String value)
          Sets the value of the repositoryDescription property.
 void setRepositoryId(String value)
          Sets the value of the repositoryId property.
 void setRepositoryName(String value)
          Sets the value of the repositoryName property.
 void setRootFolderId(String value)
          Sets the value of the rootFolderId property.
 void setThinClientURI(String value)
          Sets the value of the thinClientURI property.
 void setVendorName(String value)
          Sets the value of the vendorName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryId

protected String repositoryId
Repository id.


repositoryName

protected String repositoryName
Repository name.


repositoryDescription

protected String repositoryDescription
Repository description.


vendorName

protected String vendorName
Vendor name.


productName

protected String productName
Product name.


productVersion

protected String productVersion
Product version.


rootFolderId

protected String rootFolderId
Root folder id.


latestChangeLogToken

protected String latestChangeLogToken
Latest change log token.


capabilities

protected CmisRepositoryCapabilitiesType capabilities
Capabilities.


aclCapability

protected ACLCapabilityType aclCapability
ACL capability.


cmisVersionSupported

protected String cmisVersionSupported
CMIS version supported.


thinClientURI

protected String thinClientURI
Thin client URI.


changesIncomplete

protected Boolean changesIncomplete
Changes incomplete.


changesOnType

protected List<EnumBaseObjectTypeIds> changesOnType
Changes on type.


principalAnonymous

protected String principalAnonymous
Principal anonymous.


principalAnyone

protected String principalAnyone
Principal anyone.


collections

protected List<CmisCollection> collections
Collections.


any

protected List<Object> any
List any.

Constructor Detail

CmisRepositoryInfo

public CmisRepositoryInfo()
Method Detail

getRepositoryId

public String getRepositoryId()
Gets the value of the repositoryId property.

Returns:
possible object is String

setRepositoryId

public void setRepositoryId(String value)
Sets the value of the repositoryId property.

Parameters:
value - allowed object is String

getRepositoryName

public String getRepositoryName()
Gets the value of the repositoryName property.

Returns:
possible object is String

setRepositoryName

public void setRepositoryName(String value)
Sets the value of the repositoryName property.

Parameters:
value - allowed object is String

getRepositoryDescription

public String getRepositoryDescription()
Gets the value of the repositoryDescription property.

Returns:
possible object is String

setRepositoryDescription

public void setRepositoryDescription(String value)
Sets the value of the repositoryDescription property.

Parameters:
value - allowed object is String

getVendorName

public String getVendorName()
Gets the value of the vendorName property.

Returns:
possible object is String

setVendorName

public void setVendorName(String value)
Sets the value of the vendorName property.

Parameters:
value - allowed object is String

getProductName

public String getProductName()
Gets the value of the productName property.

Returns:
possible object is String

setProductName

public void setProductName(String value)
Sets the value of the productName property.

Parameters:
value - allowed object is String

getProductVersion

public String getProductVersion()
Gets the value of the productVersion property.

Returns:
possible object is String

setProductVersion

public void setProductVersion(String value)
Sets the value of the productVersion property.

Parameters:
value - allowed object is String

getRootFolderId

public String getRootFolderId()
Gets the value of the rootFolderId property.

Returns:
possible object is String

setRootFolderId

public void setRootFolderId(String value)
Sets the value of the rootFolderId property.

Parameters:
value - allowed object is String

getLatestChangeLogToken

public String getLatestChangeLogToken()
Gets the value of the latestChangeLogToken property.

Returns:
possible object is String

setLatestChangeLogToken

public void setLatestChangeLogToken(String value)
Sets the value of the latestChangeLogToken property.

Parameters:
value - allowed object is String

getCapabilities

public CmisRepositoryCapabilitiesType getCapabilities()
Gets the value of the capabilities property.

Returns:
possible object is CmisRepositoryCapabilitiesType

setCapabilities

public void setCapabilities(CmisRepositoryCapabilitiesType value)
Sets the value of the capabilities property.

Parameters:
value - allowed object is CmisRepositoryCapabilitiesType

getAclCapability

public ACLCapabilityType getAclCapability()
Gets the value of the aclCapability property.

Returns:
possible object is ACLCapabilityType

setAclCapability

public void setAclCapability(ACLCapabilityType value)
Sets the value of the aclCapability property.

Parameters:
value - allowed object is ACLCapabilityType

getCmisVersionSupported

public String getCmisVersionSupported()
Gets the value of the cmisVersionSupported property.

Returns:
possible object is BigDecimal

setCmisVersionSupported

public void setCmisVersionSupported(String value)
Sets the value of the cmisVersionSupported property.

Parameters:
value - allowed object is BigDecimal

getThinClientURI

public String getThinClientURI()
Gets the value of the thinClientURI property.

Returns:
possible object is String

setThinClientURI

public void setThinClientURI(String value)
Sets the value of the thinClientURI property.

Parameters:
value - allowed object is String

isChangesIncomplete

public Boolean isChangesIncomplete()
Gets the value of the changesIncomplete property.

Returns:
possible object is Boolean

setChangesIncomplete

public void setChangesIncomplete(Boolean value)
Sets the value of the changesIncomplete property.

Parameters:
value - allowed object is Boolean

getChangesOnType

public List<EnumBaseObjectTypeIds> getChangesOnType()
Gets the value of the changesOnType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the changesOnType property.

For example, to add a new item, do as follows:

    getChangesOnType().add(newItem);
 

Objects of the following type(s) are allowed in the list EnumBaseObjectTypeIds

Returns:
List containing EnumBaseObjectTypeIds

getPrincipalAnonymous

public String getPrincipalAnonymous()
Gets the value of the principalAnonymous property.

Returns:
possible object is String

setPrincipalAnonymous

public void setPrincipalAnonymous(String value)
Sets the value of the principalAnonymous property.

Parameters:
value - allowed object is String

getPrincipalAnyone

public String getPrincipalAnyone()
Gets the value of the principalAnyone property.

Returns:
possible object is String

setPrincipalAnyone

public void setPrincipalAnyone(String value)
Sets the value of the principalAnyone property.

Parameters:
value - allowed object is String

getAny

public List<Object> getAny()
Returns:
List containing Object

getOtherAttributes

public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null

getCollections

public List<CmisCollection> getCollections()
Returns:
List containing CmisCollection

setCollections

public void setCollections(List<CmisCollection> collections)
Parameters:
collections - collections

getCollectionValue

public String getCollectionValue(EnumCollectionType type)
Parameters:
type - type
Returns:
String


Copyright © 2010 eXo Platform SAS. All Rights Reserved.