public class CMISTypeId
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CMISTypeId(CMISScope scope,
org.alfresco.service.namespace.QName typeQName,
java.lang.String typeId,
org.alfresco.service.namespace.QName internalQName)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
CMISTypeId |
getBaseTypeId()
Get the base type id
|
java.lang.String |
getId()
Get the CMIS type id string
|
java.lang.String |
getLocalName()
Get the CMIS local name
|
java.lang.String |
getLocalNamespace()
Get the CMIS local namespace
|
org.alfresco.service.namespace.QName |
getQName()
Get the Alfresco model QName associated with the type
|
CMISScope |
getScope()
Get the scope for the type (Doc, Folder, Relationship or unknown)
|
int |
hashCode() |
java.lang.String |
toString() |
public CMISTypeId(CMISScope scope, org.alfresco.service.namespace.QName typeQName, java.lang.String typeId, org.alfresco.service.namespace.QName internalQName)
scope - type scopetypeQName - name of the CMIS typetypeId - id of the CMIS typeinternalQName - alfresco class definition representing the typepublic java.lang.String getId()
public java.lang.String getLocalName()
public java.lang.String getLocalNamespace()
public CMISScope getScope()
public org.alfresco.service.namespace.QName getQName()
public CMISTypeId getBaseTypeId()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.