| |
|
| java.lang.Object org.apache.jetspeed.serializer.objects.JSSnapshot org.apache.jetspeed.serializer.objects.JSSeedData
XML | final protected static XMLFormat XML(Code) | | SERIALIZER
|
softwareSubVersion | final public static int softwareSubVersion(Code) | | |
softwareVersion | final public static int softwareVersion(Code) | | |
JSSeedData | public JSSeedData()(Code) | | |
checkVersion | public boolean checkVersion()(Code) | | check the software version and subvversion against the saved
version...and verify whether it is compatible...
the current software can process this file |
getDefaultRule | public String getDefaultRule()(Code) | | Returns the defaultRule. |
getEncryption | public String getEncryption()(Code) | | Returns the encryption. |
getSoftwareSubVersion | public int getSoftwareSubVersion()(Code) | | Returns the softwareSubVersion. |
getSoftwareVersion | public int getSoftwareVersion()(Code) | | Returns the softwareVersion. |
setCapabilities | public void setCapabilities(JSCapabilities capabilities)(Code) | | Parameters: capabilities - The capabilities to set. |
setClients | public void setClients(JSClients clients)(Code) | | Parameters: clients - The clients to set. |
setDefaultRule | public void setDefaultRule(String defaultRule)(Code) | | Parameters: defaultRule - The defaultRule to set. |
setEncryption | public void setEncryption(String encryption)(Code) | | Parameters: encryption - The encryption to set. |
setGroups | public void setGroups(JSGroups groups)(Code) | | Parameters: groups - The groups to set. |
setMediaTypes | public void setMediaTypes(JSMediaTypes mediaTypes)(Code) | | Parameters: mediaTypes - The mediaTypes to set. |
setMimeTypes | public void setMimeTypes(JSMimeTypes mimeTypes)(Code) | | Parameters: mimeTypes - The mimeTypes to set. |
setPermissions | public void setPermissions(JSPermissions permissions)(Code) | | Parameters: permissions - The permissions to set. |
setRoles | public void setRoles(JSRoles roles)(Code) | | Parameters: roles - The roles to set. |
setUsers | public void setUsers(JSUsers users)(Code) | | Parameters: users - The users to set. |
Fields inherited from org.apache.jetspeed.serializer.objects.JSSnapshot | final protected static XMLFormat XML(Code)(Java Doc)
|
|
|
|