@PublicApi
public interface ObjectTypeAttributeFacade
List<ObjectTypeAttributeBean> findReferencedObjectTypeAttributeBeans(int objectTypeId) throws InsightException
ObjectTypeAttributeBeanInsightExceptionObjectTypeAttributeBean storeObjectTypeAttributeBean(MutableObjectTypeAttributeBean objectTypeAttributeBean, int objectTypeId) throws InsightException
ObjectTypeAttributeBeanObjectTypeAttributeBeanInsightExceptionList<ObjectTypeAttributeBean> findObjectTypeAttributeBeansByFilter(Predicate<ObjectTypeAttributeBean> predicate) throws InsightException
ObjectTypeAttributeBeanpredicate - the predicate to filter the object type attributes byInsightExceptionList<ObjectTypeAttributeBean> findObjectTypeAttributeBeans(int objectTypeId) throws InsightException
ObjectTypeAttributeBeanObjectTypeAttributeBeanInsightExceptionvoid moveObjectTypeAttributeBean(int affectedId,
Integer afterId,
int objectTypeId)
throws InsightException
ObjectTypeAttributeBeanInsightExceptionObjectTypeAttributeBean loadObjectTypeAttribute(int id) throws InsightException
ObjectTypeAttributeBeanObjectTypeAttributeBeanInsightException@Deprecated ObjectTypeAttributeBean loadObjectTypeAttributeBean(int id) throws InsightException
InsightExceptionObjectTypeAttributeBean loadObjectTypeAttribute(int objectTypeId, String name) throws InsightException
ObjectTypeAttributeBean given its object type and name.ObjectTypeAttributeBeanInsightExceptionObjectTypeAttributeBean loadObjectTypeAttribute(int objectTypeId, String name, boolean ignorePermissionCheck) throws InsightException
ObjectTypeAttributeBean given its object type, name and a parameter to ignore permission checkObjectTypeAttributeBeanInsightException@Deprecated ObjectTypeAttributeBean loadObjectTypeAttributeBean(int objectTypeId, String name) throws InsightException
InsightExceptionvoid deleteObjectTypeAttributeBean(int id)
throws InsightException
ObjectTypeAttributeBeanInsightExceptionCopyright © 2024 Atlassian. All rights reserved.