Class Association

  • All Implemented Interfaces:
    java.io.Serializable, Scopeable

    public class Association
    extends java.lang.Object
    implements Scopeable, java.io.Serializable
    Object representing an association
    Author:
    Roy Wetherall
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Association​(ServiceRegistry services, org.alfresco.service.cmr.repository.AssociationRef assocRef)  
      Association​(ServiceRegistry services, org.alfresco.service.cmr.repository.AssociationRef assocRef, org.mozilla.javascript.Scriptable scope)  
    • Constructor Detail

      • Association

        public Association​(ServiceRegistry services,
                           org.alfresco.service.cmr.repository.AssociationRef assocRef)
      • Association

        public Association​(ServiceRegistry services,
                           org.alfresco.service.cmr.repository.AssociationRef assocRef,
                           org.mozilla.javascript.Scriptable scope)
    • Method Detail

      • getAssociationRef

        public org.alfresco.service.cmr.repository.AssociationRef getAssociationRef()
      • getType

        public java.lang.String getType()
      • getTypeQName

        public org.alfresco.service.namespace.QName getTypeQName()