public interface Organization extends RegistryObject
Service| 修飾子と型 | メソッドと説明 |
|---|---|
void | addChildOrganization(Organization organization) 子組織を追加します。 |
void | addChildOrganizations(CollectionSE organizations) 組織の子のコレクションを追加します。 |
void | addService(Service service) 子サービスを追加します。 |
void | addServices(CollectionSE services) サービスの子のコレクションを追加します。 |
void | addUser(User user) ユーザーを追加します。 |
void | addUsers(CollectionSE users) ユーザーのコレクションを追加します。 |
int | getChildOrganizationCount() 子の数を取得します。 |
CollectionSE | getChildOrganizations() すべての直接の子組織を取得します。 |
CollectionSE | getDescendantOrganizations() すべての子孫組織を取得します。 |
Organization | getParentOrganization() 親(コンテナー)組織を取得します。 |
PostalAddress | getPostalAddress() この組織のアドレスを取得します。 |
User | getPrimaryContact() この組織の主要な連絡先を取得します。 |
Organization | getRootOrganization() ルート組織を取得します。 |
CollectionSE | getServices() すべての子サービスを取得します。 |
CollectionSE | getTelephoneNumbers(StringSE phoneType) 指定された電話番号型に一致するこのユーザーの電話番号を取得します。 |
CollectionSE | getUsers() この組織に所属するユーザーのコレクションを取得します。 |
void | removeChildOrganization(Organization organization) 子組織を削除します。 |
void | removeChildOrganizations(CollectionSE organizations) 子組織のコレクションを削除します。 |
void | removeService(Service service) このオブジェクトからサービスを削除します。 |
void | removeServices(CollectionSE services) このオブジェクトから子サービスのコレクションを削除します。 |
void | removeUser(User user) ユーザーを削除します。 |
void | removeUsers(CollectionSE users) ユーザーのコレクションを削除します。 |
void | setPostalAddress(PostalAddress address) この組織のアドレスを設定します。 |
void | setPrimaryContact(User primaryContact) この組織の主要連絡先を設定します。 |
void | setTelephoneNumbers(CollectionSE phoneNumbers) このユーザーのさまざまな電話番号を設定します。 |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsPostalAddress getPostalAddress() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 PostalAddressvoid setPostalAddress(PostalAddress address) throws JAXRException
address - この組織の PostalAddressJAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 User getPrimaryContact() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 Uservoid setPrimaryContact(User primaryContact) throws JAXRException
primaryContact - この組織の主要な連絡先であるユーザー JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void addUser(User user) throws JAXRException
user - このオブジェクトに追加されるユーザー JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void addUsers(CollectionSE users) throws JAXRException
users - このオブジェクトに追加されるユーザーのコレクション JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void removeUser(User user) throws JAXRException
user - このオブジェクトから削除されるユーザー JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void removeUsers(CollectionSE users) throws JAXRException
users - このオブジェクトから削除されるユーザーのコレクション JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 CollectionSE getUsers() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 User, UserCollectionSE getTelephoneNumbers(StringSE phoneType) throws JAXRException
phoneType - 必要な電話番号の型を指定する文字列 JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 TelephoneNumber, TelephoneNumbervoid setTelephoneNumbers(CollectionSE phoneNumbers) throws JAXRException
phoneNumbers - このオブジェクトに設定されている TelephoneNumbersJAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void addService(Service service) throws JAXRException
service - このオブジェクトに追加されるサービス JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void addServices(CollectionSE services) throws JAXRException
services - このオブジェクトに追加されるサービスのコレクション JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void removeService(Service service) throws JAXRException
service - このオブジェクトから削除されるサービス JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void removeServices(CollectionSE services) throws JAXRException
services - このオブジェクトから削除されるサービスのコレクション JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 CollectionSE getServices() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 Service, Servicevoid addChildOrganization(Organization organization) throws JAXRException
organization - 追加される子組織 JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void addChildOrganizations(CollectionSE organizations) throws JAXRException
organizations - 追加される子組織のコレクション JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void removeChildOrganization(Organization organization) throws JAXRException
organization - 削除される子組織 JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void removeChildOrganizations(CollectionSE organizations) throws JAXRException
organizations - 削除される子組織のコレクション JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 int getChildOrganizationCount()
throws JAXRExceptionJAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 CollectionSE getChildOrganizations() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 OrganizationCollectionSE getDescendantOrganizations() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 OrganizationOrganization getParentOrganization() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 Organization getRootOrganization() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.