public class CMISTypeId extends Object implements Serializable
| Constructor and Description |
|---|
CMISTypeId(CMISScope scope,
org.alfresco.service.namespace.QName typeQName,
String typeId,
org.alfresco.service.namespace.QName internalQName)
Construct
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CMISTypeId |
getBaseTypeId()
Get the base type id
|
String |
getId()
Get the CMIS type id string
|
String |
getLocalName()
Get the CMIS local name
|
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() |
String |
toString() |
public CMISTypeId(CMISScope scope, org.alfresco.service.namespace.QName typeQName, 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 String getId()
public String getLocalName()
public String getLocalNamespace()
public CMISScope getScope()
public org.alfresco.service.namespace.QName getQName()
public CMISTypeId getBaseTypeId()
Copyright © 2005–2014 Alfresco Software. All rights reserved.