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

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

public class CmisRepositoryCapabilitiesType
extends Object

Version:
$Id:
Author:

Field Summary
protected  List<com.google.gwt.xml.client.Element> any
          List any.
protected  EnumCapabilityACL capabilityACL
          Capability ACL.
protected  boolean capabilityAllVersionsSearchable
          Capability all versions searchable.
protected  EnumCapabilityChanges capabilityChanges
          Capability changes.
protected  EnumCapabilityContentStreamUpdates capabilityContentStreamUpdatability
          Capability content stream updatability.
protected  boolean capabilityGetDescendants
          Capability get descendants.
protected  boolean capabilityGetFolderTree
          Capability get folder tree.
protected  EnumCapabilityJoin capabilityJoin
          Capability join.
protected  boolean capabilityMultifiling
          Capability multifiling.
protected  boolean capabilityPWCSearchable
          Capability PWC searchable.
protected  boolean capabilityPWCUpdatable
          Capability PWC Updatable.
protected  EnumCapabilityQuery capabilityQuery
          Capability query.
protected  EnumCapabilityRendition capabilityRenditions
          Capability renditions.
protected  boolean capabilityUnfiling
          Capability unfiling.
protected  boolean capabilityVersionSpecificFiling
          Capability version specific filing.
 
Constructor Summary
CmisRepositoryCapabilitiesType()
           
 
Method Summary
 List<com.google.gwt.xml.client.Element> getAny()
           
 EnumCapabilityACL getCapabilityACL()
          Gets the value of the capabilityACL property.
 EnumCapabilityChanges getCapabilityChanges()
          Gets the value of the capabilityChanges property.
 EnumCapabilityContentStreamUpdates getCapabilityContentStreamUpdatability()
          Gets the value of the capabilityContentStreamUpdatability property.
 EnumCapabilityJoin getCapabilityJoin()
          Gets the value of the capabilityJoin property.
 EnumCapabilityQuery getCapabilityQuery()
          Gets the value of the capabilityQuery property.
 EnumCapabilityRendition getCapabilityRenditions()
          Gets the value of the capabilityRenditions property.
 Map<QName,String> getOtherAttributes()
           
 boolean isCapabilityAllVersionsSearchable()
          Gets the value of the capabilityAllVersionsSearchable property.
 boolean isCapabilityGetDescendants()
          Gets the value of the capabilityGetDescendants property.
 boolean isCapabilityGetFolderTree()
          Gets the value of the capabilityGetFolderTree property.
 boolean isCapabilityMultifiling()
          Gets the value of the capabilityMultifiling property.
 boolean isCapabilityPWCSearchable()
          Gets the value of the capabilityPWCSearchable property.
 boolean isCapabilityPWCUpdatable()
          Gets the value of the capabilityPWCUpdatable property.
 boolean isCapabilityUnfiling()
          Gets the value of the capabilityUnfiling property.
 boolean isCapabilityVersionSpecificFiling()
          Gets the value of the capabilityVersionSpecificFiling property.
 void setCapabilityACL(EnumCapabilityACL value)
          Sets the value of the capabilityACL property.
 void setCapabilityAllVersionsSearchable(boolean value)
          Sets the value of the capabilityAllVersionsSearchable property.
 void setCapabilityChanges(EnumCapabilityChanges value)
          Sets the value of the capabilityChanges property.
 void setCapabilityContentStreamUpdatability(EnumCapabilityContentStreamUpdates value)
          Sets the value of the capabilityContentStreamUpdatability property.
 void setCapabilityGetDescendants(boolean value)
          Sets the value of the capabilityGetDescendants property.
 void setCapabilityGetFolderTree(boolean value)
          Sets the value of the capabilityGetFolderTree property.
 void setCapabilityJoin(EnumCapabilityJoin value)
          Sets the value of the capabilityJoin property.
 void setCapabilityMultifiling(boolean value)
          Sets the value of the capabilityMultifiling property.
 void setCapabilityPWCSearchable(boolean value)
          Sets the value of the capabilityPWCSearchable property.
 void setCapabilityPWCUpdatable(boolean value)
          Sets the value of the capabilityPWCUpdatable property.
 void setCapabilityQuery(EnumCapabilityQuery value)
          Sets the value of the capabilityQuery property.
 void setCapabilityRenditions(EnumCapabilityRendition value)
          Sets the value of the capabilityRenditions property.
 void setCapabilityUnfiling(boolean value)
          Sets the value of the capabilityUnfiling property.
 void setCapabilityVersionSpecificFiling(boolean value)
          Sets the value of the capabilityVersionSpecificFiling property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

capabilityACL

protected EnumCapabilityACL capabilityACL
Capability ACL.


capabilityAllVersionsSearchable

protected boolean capabilityAllVersionsSearchable
Capability all versions searchable.


capabilityChanges

protected EnumCapabilityChanges capabilityChanges
Capability changes.


capabilityContentStreamUpdatability

protected EnumCapabilityContentStreamUpdates capabilityContentStreamUpdatability
Capability content stream updatability.


capabilityGetDescendants

protected boolean capabilityGetDescendants
Capability get descendants.


capabilityGetFolderTree

protected boolean capabilityGetFolderTree
Capability get folder tree.


capabilityMultifiling

protected boolean capabilityMultifiling
Capability multifiling.


capabilityPWCSearchable

protected boolean capabilityPWCSearchable
Capability PWC searchable.


capabilityPWCUpdatable

protected boolean capabilityPWCUpdatable
Capability PWC Updatable.


capabilityQuery

protected EnumCapabilityQuery capabilityQuery
Capability query.


capabilityRenditions

protected EnumCapabilityRendition capabilityRenditions
Capability renditions.


capabilityUnfiling

protected boolean capabilityUnfiling
Capability unfiling.


capabilityVersionSpecificFiling

protected boolean capabilityVersionSpecificFiling
Capability version specific filing.


capabilityJoin

protected EnumCapabilityJoin capabilityJoin
Capability join.


any

protected List<com.google.gwt.xml.client.Element> any
List any.

Constructor Detail

CmisRepositoryCapabilitiesType

public CmisRepositoryCapabilitiesType()
Method Detail

getCapabilityACL

public EnumCapabilityACL getCapabilityACL()
Gets the value of the capabilityACL property.

Returns:
possible object is EnumCapabilityACL

setCapabilityACL

public void setCapabilityACL(EnumCapabilityACL value)
Sets the value of the capabilityACL property.

Parameters:
value - allowed object is EnumCapabilityACL

isCapabilityAllVersionsSearchable

public boolean isCapabilityAllVersionsSearchable()
Gets the value of the capabilityAllVersionsSearchable property.

Returns:
boolean

setCapabilityAllVersionsSearchable

public void setCapabilityAllVersionsSearchable(boolean value)
Sets the value of the capabilityAllVersionsSearchable property.

Parameters:
value - value

getCapabilityChanges

public EnumCapabilityChanges getCapabilityChanges()
Gets the value of the capabilityChanges property.

Returns:
possible object is EnumCapabilityChanges

setCapabilityChanges

public void setCapabilityChanges(EnumCapabilityChanges value)
Sets the value of the capabilityChanges property.

Parameters:
value - allowed object is EnumCapabilityChanges

getCapabilityContentStreamUpdatability

public EnumCapabilityContentStreamUpdates getCapabilityContentStreamUpdatability()
Gets the value of the capabilityContentStreamUpdatability property.

Returns:
possible object is EnumCapabilityContentStreamUpdates

setCapabilityContentStreamUpdatability

public void setCapabilityContentStreamUpdatability(EnumCapabilityContentStreamUpdates value)
Sets the value of the capabilityContentStreamUpdatability property.

Parameters:
value - allowed object is EnumCapabilityContentStreamUpdates

isCapabilityGetDescendants

public boolean isCapabilityGetDescendants()
Gets the value of the capabilityGetDescendants property.

Returns:
boolean

setCapabilityGetDescendants

public void setCapabilityGetDescendants(boolean value)
Sets the value of the capabilityGetDescendants property.

Parameters:
value - value

isCapabilityGetFolderTree

public boolean isCapabilityGetFolderTree()
Gets the value of the capabilityGetFolderTree property.

Returns:
boolean

setCapabilityGetFolderTree

public void setCapabilityGetFolderTree(boolean value)
Sets the value of the capabilityGetFolderTree property.

Parameters:
value - value

isCapabilityMultifiling

public boolean isCapabilityMultifiling()
Gets the value of the capabilityMultifiling property.

Returns:
boolean

setCapabilityMultifiling

public void setCapabilityMultifiling(boolean value)
Sets the value of the capabilityMultifiling property.

Parameters:
value - value

isCapabilityPWCSearchable

public boolean isCapabilityPWCSearchable()
Gets the value of the capabilityPWCSearchable property.

Returns:
boolean

setCapabilityPWCSearchable

public void setCapabilityPWCSearchable(boolean value)
Sets the value of the capabilityPWCSearchable property.

Parameters:
value - value

isCapabilityPWCUpdatable

public boolean isCapabilityPWCUpdatable()
Gets the value of the capabilityPWCUpdatable property.

Returns:
boolean

setCapabilityPWCUpdatable

public void setCapabilityPWCUpdatable(boolean value)
Sets the value of the capabilityPWCUpdatable property.

Parameters:
value - value

getCapabilityQuery

public EnumCapabilityQuery getCapabilityQuery()
Gets the value of the capabilityQuery property.

Returns:
possible object is EnumCapabilityQuery

setCapabilityQuery

public void setCapabilityQuery(EnumCapabilityQuery value)
Sets the value of the capabilityQuery property.

Parameters:
value - allowed object is EnumCapabilityQuery

getCapabilityRenditions

public EnumCapabilityRendition getCapabilityRenditions()
Gets the value of the capabilityRenditions property.

Returns:
possible object is EnumCapabilityRendition

setCapabilityRenditions

public void setCapabilityRenditions(EnumCapabilityRendition value)
Sets the value of the capabilityRenditions property.

Parameters:
value - allowed object is EnumCapabilityRendition

isCapabilityUnfiling

public boolean isCapabilityUnfiling()
Gets the value of the capabilityUnfiling property.

Returns:
boolean

setCapabilityUnfiling

public void setCapabilityUnfiling(boolean value)
Sets the value of the capabilityUnfiling property.

Parameters:
value - value

isCapabilityVersionSpecificFiling

public boolean isCapabilityVersionSpecificFiling()
Gets the value of the capabilityVersionSpecificFiling property.

Returns:
boolean

setCapabilityVersionSpecificFiling

public void setCapabilityVersionSpecificFiling(boolean value)
Sets the value of the capabilityVersionSpecificFiling property.

Parameters:
value - value

getCapabilityJoin

public EnumCapabilityJoin getCapabilityJoin()
Gets the value of the capabilityJoin property.

Returns:
possible object is EnumCapabilityJoin

setCapabilityJoin

public void setCapabilityJoin(EnumCapabilityJoin value)
Sets the value of the capabilityJoin property.

Parameters:
value - allowed object is EnumCapabilityJoin

getAny

public List<com.google.gwt.xml.client.Element> getAny()
Returns:
List containing Element

getOtherAttributes

public Map<QName,String> getOtherAttributes()
Returns:
always non-null


Copyright © 2010 eXo Platform SAS. All Rights Reserved.