public interface InactivationBlockingMetadata
Modifier and Type | Method and Description |
---|---|
String |
getBlockedAttributeName()
The name of the attribute which is blocked by the blocking object.
|
Class<? extends BusinessObject> |
getBlockedBusinessObjectClass()
Deprecated.
use
getBlockedDataObjectClass() instead, there is no requirement that the blocked class
must implement the deprecated BusinessObject interface. |
Class<?> |
getBlockedDataObjectClass()
Returns the type of the data object that is blocked.
|
String |
getBlockedReferencePropertyName()
Deprecated.
use
getBlockedAttributeName() instead |
Class<?> |
getBlockingDataObjectClass()
The type of the object that is blocking another record.
|
Class<? extends BusinessObject> |
getBlockingReferenceBusinessObjectClass()
Deprecated.
use
getBlockingDataObjectClass() instead, there is no requirement that the blocking class
must implement the deprecated BusinessObject interface. |
String |
getInactivationBlockingDetectionServiceBeanName()
The bean name of the service that is responsible for determining whether there are any records that block
inactivation
|
String |
getRelationshipLabel()
Returns the human-meaningful name of the relationship
|
@Deprecated String getBlockedReferencePropertyName()
getBlockedAttributeName()
insteadString getBlockedAttributeName()
@Deprecated Class<? extends BusinessObject> getBlockedBusinessObjectClass()
getBlockedDataObjectClass()
instead, there is no requirement that the blocked class
must implement the deprecated BusinessObject
interface.Class<?> getBlockedDataObjectClass()
String getInactivationBlockingDetectionServiceBeanName()
@Deprecated Class<? extends BusinessObject> getBlockingReferenceBusinessObjectClass()
getBlockingDataObjectClass()
instead, there is no requirement that the blocking class
must implement the deprecated BusinessObject
interface.Class<?> getBlockingDataObjectClass()
String getRelationshipLabel()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.