Class ServiceEcaArtifactInfo

    • Field Detail

      • displayPrefix

        protected java.lang.String displayPrefix
      • displaySuffixNum

        protected int displaySuffixNum
      • servicesCalledByThisServiceEca

        protected java.util.Set<ServiceArtifactInfo> servicesCalledByThisServiceEca
    • Method Detail

      • populateAll

        public void populateAll()
                         throws GeneralException
        This must be called after creation from the ArtifactInfoFactory after this class has been put into the global Map in order to avoid recursive initialization
        Throws:
        GeneralException
      • getLocationURL

        public java.net.URL getLocationURL()
                                    throws java.net.MalformedURLException
        Specified by:
        getLocationURL in class ArtifactInfoBase
        Throws:
        java.net.MalformedURLException
      • setDisplayPrefix

        public void setDisplayPrefix​(java.lang.String displayPrefix)
      • setDisplaySuffixNum

        public void setDisplaySuffixNum​(int displaySuffixNum)
      • getDisplayPrefixedName

        public java.lang.String getDisplayPrefixedName()
      • getServicesCalledByServiceEcaActions

        public java.util.Set<ServiceArtifactInfo> getServicesCalledByServiceEcaActions()
      • getServicesTriggeringServiceEca

        public java.util.Set<ServiceArtifactInfo> getServicesTriggeringServiceEca()
      • createEoModelMap

        public java.util.Map<java.lang.String,​java.lang.Object> createEoModelMap​(java.util.Set<ServiceArtifactInfo> triggeringServiceSet,
                                                                                       java.util.Set<ServiceArtifactInfo> triggeredServiceSet,
                                                                                       boolean useMoreDetailedNames)