Package oracle.iam.platform.entitymgr.vo
Class EntityDynamicSchema
java.lang.Object
oracle.iam.platform.entitymgr.vo.EntityDynamicSchema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addUnusedBlobAttribute
(String attr) void
void
void
void
void
void
getNormalizedAttribute
(String attr) boolean
isEmpty()
void
removeBlobAttribute
(String attr) void
void
void
void
setUsedSearchableVCAttributes
(Queue<String> usedSearchableVCAttributes) toString()
-
Constructor Details
-
EntityDynamicSchema
public EntityDynamicSchema()
-
-
Method Details
-
getUsedSearchableVCAttributes
-
setUsedSearchableVCAttributes
-
getNextUnusedSearchableVCAttribute
-
getNextUnusedNonSearchableVCAttribute
-
getNextUnusedNormalizedAttribute
-
getNextUnusedSearchableNumberAttribute
-
getNextUnusedNonSearchableNumberAttribute
-
getNextUnusedSearchableDateAttribute
-
getNextUnusedNonSearchableDateAttribute
-
getNextUnusedBlobAttribute
-
removeUnusedVCAttribute
-
removeUnusedNumberAttribute
-
removeUnusedDateAttribute
-
removeBlobAttribute
-
addUnusedSearchableVCAttribute
-
addUnusedNonSearchableVCAttribute
-
addUnusedSearchableDateAttribute
-
addUnusedNonSearchableDateAttribute
-
addUnusedSearchableNumberAttribute
-
addUnusedNonSearchableNumberAttribute
-
addUnusedBlobAttribute
-
isEmpty
public boolean isEmpty() -
getNormalizedAttribute
-
toString
-